About 1,180,000 results
Open links in new tab
  1. 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?

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

  3. EKPO fields not updated after PROCESS_ITEM method set_data in …

    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 …

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

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

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

    Jun 14, 2021 · After creating a Grant from the GMGRANT transaction code, after pressing on "Change Status", a Sales Order is automatically created. Currently in the Partner …

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

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

  9. How to configure OCI catalog for ME51N? - Stack Overflow

    Apr 28, 2017 · So, how can I map/configure these values returned from the catalog? I'm currently looking at BADI ME_PROCESS_REQ_CUST to makes changes based on what the Catalog …

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