If for a line item, there is a difference in any of the field than the header line, then a new entry is created in the VBKD table for that specific line as well. regards, Advait Reply Former Member 2008 No
SAP Managed Tags: ABAP Extensibility Hello Guru's, My requirement is to update VBKD-BSTKD_E field with the sales document number for VA01 transaction code. I am using 'USEREXIT_SAVE_DOCUMENT' to update the internal table XVBKD-BSTKD_E by VBAK-VBELN. I can able to modify the XVBKD...
can you guid me why there is no entry in VBKD though 4 line items are there in VBAP and is there any other table from where I can take this above metioned field to use in my report? Former Member 2009 Jul 21 0 Kudos Hi As responed above, if business details are different...
Do you see that record in table 'VBAK'?. If you are sure that there is an orphaned entry available only in VBKD table for this record, then you can refer the SAP note 76712 for more details. Reply Former Member 2014 Dec 08 10:38 AM 0 Kudos 289 SAP Managed Tags: ABAP ...
SAP Managed Tags: ABAP Development Hey, in user exit USEREXIT_CHECK_VBAK I have to check the field DELCO from the contract (table VBKD) on creation of sales order. However I cannot seem to read this entry? The field VBELN is empty everywhere. Also in the variable VBKD the field del...
See for example...i created a sales order say 1234 using va01 and the item's customer group value gets created with the logic i've incorporated in userexit_move_field_to_vbkd(based on the header plant value)...this as we know gets stored in table xvbkd... Now when i go to va02...
Table lookup in table "VBKD" using the key "KAUFN" and "KDPOS". For "KDPOS", you define field attributes stating that the constant "000000" should be used here. Then copy "KDGRP" to "USERTEMP1" The result of this rule is that the system first tries to read the item data. But ...
VBKD表的特殊之处: 1.一个销售订单在VBKD中会始终存在一个POSNR行项目编号为空,即000000的行; 结论: 自开发程序获取VBKD业务数据时,对于销售订单行项目...
SAP Managed Tags: ABAP Development Hi, I want to know how records are stored in the table VBKD ? Are the records stored per line item or are the records stored per header data? This confusion arose because when I create orders in our scenario, so for some orders, VBKD stored records...
If we manually go in the Info Record and enter preceding 000s then it is getting the results. So how do we add / code to add leading zeros in the SORTL field so that is looks up the Sales Order number (VBELN) in VBKD table....