SAP Managed Tags: ABAP Development I have Z append structures in LIKP and LIPS table. Which are the other structures need to have same extension(appended) in order to update those custom fields of LIKP/LIPS tables? I am using BAPI_OUTB_DELIVERY_CREATENOREF and want to pass the EXTENSION_...
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 Experts Managed to solve it by setting additional field for Transportation Date. This data and additional field is set in the user exit for Inbound Delivery. I have since removed my implicit enhancement from the BAPI to keep the code clean. Below is ...
SAP S/4HANA, SAP S/4HANA Finance, SAP Supply Chain Management 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 Program. Solution In our example we will be using...
SAP Managed Tags: ABAP Extensibility Hi Experts, is it possible to add items into an existing outb.delivery ? This outb.delivery contain 1 material position, I want to edit the delivery into my Programm and add 2 others positions... Is it the good BAPI ? Any idea how I can use it ...
Well, You cannot use BAPI_REQUISITION_DELETE for changing as it does not have the relevant parameters. BAPI_REQUISITION_CHANGE should still work. Can you debug the standard function and find out why its not able to find the requisition. May be its looking for some specific value in a parame...
BAPI_PRODORDCONF_CREATE_TT, confirmation, goods movement, TIMETICKETS, GOODSMOVEMENTS, LINK_CONF_GOODSMOV , KBA , PP-SFC-EXE-CON , 确认 , PP-SFC-EXE , How To About this page This is a preview of a SAP Knowledge Base Article. Clickmoreto access the full version on SAP for Me (Login...
Use ATC baseline for legacy code In case you do not start with a greenfield SAP S/4HANA system and you have legacy custom code in place the usage of ATC exemptions is not the best choice to setup the ABAP Cloud development model for your legacy code. We recommend setting up an ATC bas...
SAP Managed Tags: MM (Materials Management) Hi Friends, Can any body send step by step procedure to create PR using BAPI. I am using bapi_pr_create. I want to know the mandatory fields required to create a PR and also the test data of these fields. Any kind of help would be appre...
SAP Managed Tags: ABAP Connectivity hi ankur. i have already created the abap program. & use the bapi transaction commit. but i want to commit it from se37. is there any way to commit. Edited by: NitinVarshney on Jun 24, 2009 12:12 PM Reply Former Member In response to former_me...