About 50 results
Open links in new tab
  1. 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 …

  2. How to change PO delivery date via ME_PROCESS_PO_CUST?

    Jun 27, 2019 · I need to update the delivery date of the purchase order. I used the ME_PROCESS_PO_CUST BAdI in the POST method but it does not update the dates in the EKET …

  3. 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 …

  4. 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.

  5. User Exit or BAdI for VA01 partners tab - Stack Overflow

    Jun 14, 2021 · User Exit or BAdI for VA01 partners tab Asked 4 years, 7 months ago Modified 4 years, 7 months ago Viewed 6k times

  6. abap - MIRO BADI message - Stack Overflow

    I am working on a requirement to display warning message on MIRO when information entered meets required criteria. I have implemented BADI 'INVOICE_UPDATE' and using method …

  7. 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. …

  8. 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 …

  9. 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 it prohibits …

  10. 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 little …