SAP Managed Tags: ABAP Development Hi, I need to join 3 tables VBRK,VBAK,VBRP Tables.Actually to improve the performance first i retrieved matnr and belnr(billing records) from VRPMA Table into I_VRPMA where s_vkorg,s_fkdat,s_fkart.(selection screen) Now i need to fetch billing re...
SAP Managed Tags: SAP ERP HI all, I am wondering why Table category (PSTYV) G2N can be positive and also negative in ZSE16 transaction in table VBRP. I understand that this transaction shows debit memos L2N and credit memos G2N. I just do not understand how it is possible to downl...
SAP Managed Tags: ABAP Development Using table BSIS... goto to table BSEG using key fields from BSIS. BSEG contains the invoice number and sales order number and sales order line item in fields VBEL2 and POSN2. Read into VBRP using BSEG-VBELN (invoice number) for all VBRP records wit...
SAP Managed Tags: ABAP Development Hi The link between bill and FI document is a header data: BKPF-AWTYP = 'VBRK'. BKPF-AWKEY = VBRK-VBELN. In the condition table (KONV, KONV-KNUMV = VBRK-KNUMV) you can find the G/L account (KONV-SAKN1) used to post the condition. So a po...
SAP Managed Tags: BW (SAP Business Warehouse) Hi, As per my knowledge, VBRP is base table for 2LIS_13_VDITM. I am trying to extract a data for particular customer (sold to party) for particular Bill date. It is present in the VBRP table for all those billing documents, also I...
Net Weight (NTGEW) does not populate in table VBRP and LIPS for Purch Order Go to solution Former Member on2008 Oct 17 0Kudos 1,159 SAP Managed Tags: SD Billing The net weight field (NTGEW) does not populate in tables VBRP and LIPS when created from a Purchase Order. The field...
SAP Managed Tags: ABAP Testing and Analysis Hi, Rui - Thanks for the thread. Giri - Using join for two tables and using For all entries to combine another table is fine in your scenario. To help you further, please let us know the conditions that you had used in your scenario to jo...
SAP Managed Tags: ABAP Extensibility I have extended table VBRP with two fields zzfkimg and zznetwr. The requirement is to fill these two fields while creating the billing document with the following formula vbrp-zzfkimg = vbrp-fkimg * 1.5 vbrp-zznetwr = vbrp-netwr * 1.25 I am trying...