SAP Managed Tags: ABAP Development Hi Tanmay, move_field_to_vbak is not feasible.As i wanted this in the Line Item level. In move_field_to_vbep i am just updating the two custom fields in xvbap and updating it,
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 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 trying to post some Sales Orders. They also state that VBAP-KOSTL should never...
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...
1,414 SAP Managed Tags: ABAP Development Hi, I was checking through the table anfd found out there were some entries in VBUP which were not found in VBAP. Can someone tell me why is that? Thanks, Sneha.Reply 1 ACCEPTED SOLUTION Former Member 2007 Jul 25 2:37 PM 0 Kudos ...
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 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...
SAP Managed Tags ABAP Development Hello All, Using BAPI_QUOTATION_CREATEFROMDATA I can easily create quotation with quantity VBAP-KWMENG(Cumulative order quantity). But how to update VBAP-KBMENG(Cumulative confirmed quantity in sales unit)? Reply 4 REPLIES Former Member 2009 Jul 27 ...
SAP Managed Tags: ABAP Development Try: DATA:descTYPEtvlvt-bezei.SELECTSINGLEbezeiFROMtvlvtINTOdescWHEREspras=sy-languANDabrvw=vbap-vkaus. Rob Reply 5:21 PM 0Kudos SAP Managed Tags: ABAP Development Try: DATA:descTYPEtvlvt-bezei.SELECTSINGLEbezeiFROMtvlvtINTOdescWHEREspras=sy-languANDabrvw=...