Introduction As a SAP Consultant at some point of your career you will use BAPI. There is special way to test a BAPI whether it is really useful for you to call in your
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Dear all, i want to use BAPI GOODSMVT CREATE to do the revese for the movement , this is my 1st to use this BAPI , can anyone here can give me the sample how to use this funtion to reverse the...
Hi experts, In the case update price for multiple PO, when I used BAPI_PO_CHANGE only the first PO has been updated. I don't know how to resolve it. Could u help me to
SAP Managed Tags: ABAP Development Hi Abapers, I want to test the bapi BAPI_ACC_DOCUMENT_POST in se37 i have given the necessary inputs to the fields but in the results table it is showing the errors . It would be helpfull if anyone can give suggestions. regards , Ajit.P. Reply ...
SAP Managed Tags: ABAP Development Hi Experts, I want to know actual free available quantity (ATP Qty.) for mass materials, How to use BAPI_MATERIAL_AVAILABILITY function module ? I have select all material from MARA and inserted in itab. LOOP AT ITAB. CALL FUNCTION 'BAPI_MATERIAL_AVAILA...
Remark: We need to trace also the buffer calls, because BAdI database tables are buffered. (especially view V_EXT_IMP and V_EXT_ACT) Push button "Activate Trace" Execute the Business transaction Start transaction BP in a new GUI session ...
Solved: hi. i am using bapi to create the characteistics uploading. when i am using bapi from se37, in return table it is showing characteristics saved. But when i am
Thanks ZABAP!I wanted to avoid this...since I'm not yet sure which parameter to fill and with what value...Anyway which method is recommended within SAP: FM BAPI_TRANSACTION_COMMIT or statement 'COMMIT WORK'?Incho
http://wiki.sdn.sap.com/wiki/display/ERPSCM/How+To+Goods+Movements+with+BAPI Calling the BAPI several times within one roll area When you want to post depending Goods Movements in a series like GR and immediate transfer posting or GR and GI for the same material. The stock is only read...
You just will have to pass the old and new values. Ignore my comment about the flag, as I was thinking of the PO BAPI, where you need to set a flag for each field you are changing. For Delete - From a SAP perspective, the data is not getting deleted from the database, but it ...