SAP Managed Tags: ABAP Development Our User states an issues on Sales Orders that the field in the Account Assignment tab for Cost Center, COBL-KOSTL, is populating and it should not. It causes problems when t
SAP Managed Tags: ABAP Development Hello gurus, We are facing Inconsistencies between the database object and the runtime object of the table VBAP. The problem occurred while an append structure was deleted. In particular, we created a new zfield in tables VBAPKOZ and VBAPKOZX and after...
SAP Managed Tags: ABAP Extensibility H i To Add New Fields in Additional Data B Screen of VA01 Screen , Line Items VBAP Table 1.Create an append structure for VBAP containing the new fields*...( Plz tell me how to Append and create new field with ZZ)* 2. modify user exit scree...
SAP Managed Tags: ABAP Development Declare the i_vbap with the order of fields same as the order in which they are selected and you can remove the into correspoding field statement which is very costly. SELECT p~vbeln p~posnr p~werks p~matnr p~kwmeng t~vdatu INTO TABLE i_...
SAP Managed Tags: ABAP Development Hi all, I have this requirement: I have created a new field Z* in table VBAP ( in append structure); the same field has been defined in LIPS and VBRP. The value entered in VBAP by the user, have to be passed to LIPS and to VBRP. I know thi...
SAP Managed Tags: ABAP Development VBAK , VBAP - Sales order VBRK, VBRP - Billing LIKP, LIPS - Delivery related Sales order to delivery link can be determined by VBFA table which contains both sales order number and delivery number. You can find out all sales related key in VBFA table...
change in table vbap Former Member 2009 Dec 15 7:07 AM 0 Kudos 409 SAP Managed Tags ABAP Extensibility Hello All , My client required arktx field of 400 length , it is of 40 now in standard. Can it is possible by enhancement or badi. Please Reply. Regards, Shrikant. ...
SAP Managed Tags ABAP Development Hi, Look for LIPS-VGBEL for Sales Order number. Change the select to below SELECT q~lfimg q~vgbel f~kwmeng INTO CORRESPONDING FIELDS OF TABLE itab FROM lips as q LEFT OUTER JOIN vbap as f ON q~vgbel = f~vbeln. Reply Former Member In res...
SAP Managed Tags: ABAP Development Hi all, I am using the BAPI: BAPI_SALESORDER_CREATEFROMDAT2 and I need complete the fields knttp, kzvbr, kzbws of the table: VBAP. Do Somebody know if is possible to make this? Do Somebody know how I must to make for pass this data in the Ba...
(vbap-vkaus). In the result screen I would like to show the text past of it instead of the indiactor code (z01,z02, z03...ect) .The text is stored in the table tvlvt and the filed is bezei. I am unable to still bring the text from this table with the read statement. Can...