2.只有当销售订单行项目级别更改,与标题000000的行项目数据不同时,系统才会创建VBKD的行项目条目; 结论: 自开发程序获取VBKD业务数据时,对于销售订单行项目的业务数据取值方式,应当优先取VBKD的对应行项目条目,若取值不到,再取VBKD标题条目,更为严谨; 相关NOTE: 1965837 - Entries missing for items in table VBKD...
SAP Managed Tags: ABAP Development Hi Experts, I want to know weather data in VBKD table is stored sales order item wise or header data. Because in VBKD for some sales order it shows no line item numbers and for others it shows blank. why so. waiting for reply Thanks & RegardsReply...
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 ...
SAP Managed Tags: ABAP Development Hi Experts, I have a requirement to update the VBKD table while we are going change the order line item. Means when we create a new order with line item number the header label only getting update in VBAD along with VBAK and VBAP table's. In heade...
SAP Managed Tags: SD (Sales and Distribution) Hi Experts, Could you please conform me when the VBKD table is update.I can see all the sales doc in this table with 000 line item and some with line item as 10 so can any one guid me why is it so? Thansk in advance . Thanks & ...
SAP Managed Tags: SD Sales Hi Guys, We are trying to join EINA and VBKD in SQ01 query. SORTL (EINA) field has sales order numbers, but in query it is not looking up to field VBELN (VBKD) or giving any outputs. Any workarounds please suggest. ...
SAP Managed Tags: ABAP Development The VBKD fields are a little tricky. You have to check and read LVBKD. Remember that this table has a header level ( POSNR = '000000' ) and may or may not have item specific data so handle that logic based on whether the table is VBAP or 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...
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...
1. Maintain structure CUTEST in table VBAP 2. Because the BAPIs work with checkboxes, you must also define a CUTESTX checkbox for the customer structure. It should be structured like this: Field name Data element CFIELD1 CHAR1 CFIELD2 CHAR1 3. Define these customer structures in the stru...