
abap - What is the difference between BAPI, BAdI, enhancement …
Jun 3, 2014 · What are the differences between a BAPI (Business Application Programming Interface), BAdI (Business Add-Ins), customer enhancement and customer modification?
Custom PO fields are not updated in EXIT_SAPMM06E_013
Mar 31, 2023 · TL;DR: I'm looking for a BADI / User exit that would allow me to update a PO's custom field by deriving its value from confirmation data. Reading confirmation data from the …
BAPI_TRANSACTION_COMMIT with WAIT = 'X' within a BADi
Oct 22, 2014 · My confusion arises because we have a BADi implementation where there's a call to the mentioned function with parameter 'WAIT' = 'X' and we have found a SAP Notes where …
EKPO fields not updated after PROCESS_ITEM method set_data in …
Oct 22, 2018 · I'm trying to change field WEORA and BSTAE in ME21n through BADI me_process_po_cust, method PROCESS_ITEM. I have successfully changed the value in the …
How to make a delivery note field validation in MIGO?
Feb 12, 2024 · Every BADI in SAP has example implementation, and MB_MIGO_BADI is not an exclusion. It also has pre-delivered and pre-defined implementation …
Catch Post Goods Issue event while outbound delivery processing
Nov 13, 2018 · Check that your event is properly created in SWEC transaction. You can also create events based on NACE conditions. After that use your event to generate your own …
Updating ME21n fields WEORA/BSTAE via ME_PROCESS_PO_CUST …
I am trying to modify the values of WEORA, BSTAE in ME21n tcode upon saving. I've written the code in ME_PROCESS_PO_CUST BADI, method CHECK: DATA: lt_data TYPE …
Which BAdI/user-exit triggers for tax code MWSKZ?
Jan 8, 2018 · There are few places where you can check, BADI_ACC_DOCUMENT, it can be implemented you can check it from se18. User-exit ACBAPI01, SMOD or CMOD. This one is a …
User Exit or BAdI for VA01 partners tab - Stack Overflow
Jun 14, 2021 · User Exit or BAdI for VA01 partners tab Asked 4 years, 2 months ago Modified 4 years, 2 months ago Viewed 6k times
User exit for production order confirmation in CO11N?
Sep 26, 2015 · I strongly recommend not to use MESSAGE statement in any User-Exit or BAdI implementation. The MESSAGE statement will implicit call a COMMIT WORK which could …