
abap - What is the difference between BAPI, BAdI, enhancement and ...
Jun 3, 2014 · BAdI 's (Business Add-Ins) are the new form of user exits, designed in form of interface-architecture, where a custom class can implement an interface, and its interface implementation than …
Custom PO fields are not updated in EXIT_SAPMM06E_013
Mar 31, 2023 · In fact, EXIT_SAPMM06E_013 is not to update the standard tables (standard or custom fields), but custom tables only. You must use other function modules, please refine your question.
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 cause …
How to prefix Business Partners when doing CVI conversion?
Feb 20, 2024 · To activate your own BAdI implementation, go to SPRO -> Cross-Application Components -> Master Data Synchronization -> Custom/Vendor Integration -> Business Partner …
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 CL_EXM_IM_MB_MIGO_BADI. …
abap - Update BKPF fields while posting a document after validation is ...
Apr 6, 2023 · I have a requirement to update XBLNR_ALT field using a number range on the header BKPF when posting a document. This update needs to happen only after all validations are …
Updating ME21n fields WEORA/BSTAE via ME_PROCESS_PO_CUST BAdi?
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 …
abap - Enable for input erroneous field after the E error message in ...
Dec 11, 2016 · I'm developing a validation in tx MIRO through the BADI MRM_HEADER_CHECK, I show a message when the field "reference" has already been used. The message has type E, this …
EKPO fields not updated after PROCESS_ITEM method set_data in ME21N
Jun 29, 2023 · 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 …
Invalidating line of Purchase Requisition through …
I extended the purchase requisition BAdI and implemented IF_EX_ME_PROCESS_REQ_CUST in ZCL_IM_EI_PROCESS_REQ_CUST. In methods PROCESS_ITEM and PROCESS_ACCOUNT I …