SAP Managed Tags: ABAP Extensibility Hi Vinod, Thank you very much for the answer. Somehow, I forgot to update the UPDKZ indicator. The VBEP table is getting updated with the new dates..I am writing this code in USEREXIT_CHECK_VBAP as someother checks also are required to made this....
Changing XVBEP in save_document_prepare can be tricky. You have to call some SAP routines for this and thoroughly TEST. Be careful not to resort XVBEP. here is some sample code that we used to set delivery block. i_vbap[] = xvbap[]. "copy to custom table to avoid re-sort loop a...
SAP Managed Tags: ABAP Development Hi, I suggest to select records from VBAK first and then use for all entries(vbeln) in VBAP for that first internal table and then use for all entries in VBEP(vbeln and posnr) for the second internal table . Reply Former Member 2005 May 26 ...
VBRP: Billing Table(Item Data)(VBELN,POSNR,FKIMG,NETWR,VGBEL,VGPOS) (VBRP-AUBEL = VBAK-VBELN, VBRP-VGBEL = LIKP-VBELN) Apart from these tables there are lot of other tables which starts with ‘V’, but we use the following tables frequently. Links for sd: http://www.sapgenie...