The figure below shows the structure of the accounting entries in SAP S/4HANA. The familiar tables BKPF (journal entry header) and BSEG (journal entry line item) from the SAP ERP world continue to exist in the context of SAP S/4HANA. Table BSEG is still relevant for specific operational ...
And, there is FBZ1 which is not even on the menu. And what is updated in BKPF-TCODE is different in each case. We'd like to use BKPF-TCODE to identify what t-code was invoked. It doesn't work since BKPF-TCODE filled is different than the t-code invoked. On a separate note, ...
what is meaning of typ_tab_rkwa? In the typ_block, I think it is a types, But there is "it_rkwa LIKE rkwa OCCURS 1," I don't know how to understand it . TYPES: typ_tab_bkpf LIKE bkpf OCCURS 1, typ_tab_bseg LIKE bseg OCCURS 1, typ_tab_bset LIKE bset OCCURS 1, typ_...
I am not sure how SAP uses the field 'Source Company Code' (AUSBK) internally, but it is filled only for parked documents. Once you post the parked documents, the field becomes empty in BKPF table. You must be a registered user to add a comment. If you've already registered, sign i...
can anyone tell me what is meant by look up tables. regds hari SAP Managed Tags: ABAP Development Table lookups let you read individual records of any table to determine characteristic values. Here the source fields must make up the key of a specific table, from which the system can copy...
When you archive data in financial accounting, with delete step data in BKPF/BSEG gets deleted for eligible records. However, ACDOCA table entries are not archived immediately and instead an entry with inverted sign is inserted into ACDOCA to set the resulting balance to zero. A real data recor...
BKSAP BKSB BKSC BKSD BKSDA BKSF BKSH BKSJ BKSJL BKSM BKSP BKSS BKSTP BKSTS BKT BKTC BKTF BKTG BKTRN BKTT BKU BKUB BKUI BKUMC ▼ Full browser ? ▲ BKPD BKPE BKPFD bkpg BKPH BKPL BKPM BKPMD BKPP BKPR BKPR BKPRS BKPS bkpt BKPZ BKQ BKR BKRB BKRBL BKRE BKRH BKRM BK...
BKOW BKP BKPA BKPC BKPD BKPE BKPFD BKPH BKPL BKPM BKPMD BKPP BKPR BKPRS BKPS BKPZ BKQ BKR BKRB BKRBL BKRE BKRH BKRM BKRP BKRR BKRY BKS BKSA BKSAL BKSAP BKSB BKSC BKSD BKSDA BKSF BKSH BKSJ BKSJL BKSM BKSP ▼
SAP Managed Tags: ABAP Development HI, VRM stands for Value Request Manager. vrm_values is an internal table without header line. vrm_value is a structure.(only one record it will hold) see this example. TYPE-POOLS : vrm. tables: bkpf. DATA : values TYPE vrm_values. DATA : wa LIKE...
SAP Managed Tags: FIN (Finance) When analyzing accounting documents to determine which are manual and which are automatic, I've been using the following fields to identify manual transactions: BKPF-GLVOR is RFBU showing the business transaction is an FI document BKPF-AWTYP is BKPF or BKPFF sh...