Problem: you want to add customer fields to the item of the Purchase Order in the ERP (ME23N).
Archiwum tagów: abap - Strona 10
Customer fields in the item of Purchase Order
BADI for Purchase Order item edition
Problem: you need to edit Purchase Order in ERP via BADI.
Get item GUID while within the item
Problem: you are in a BADI or FM executed during the load/change of the CRMD_ORDER transaction and you need to get the GUID of the document item.
How to find include for given method of a class?
Problem: you want to find the name of an include for method of a class.
Sending email from SAP CRM
Problem: You want to send an email to an outside inbox.
Product change on item of CRM document
Problem: you want to change product on one of the document items in SAP CRM. You want to do it from a custom report.
Change of outside document in BADI
Problem: during a BADI call you have changed a document, different from one which called the BADI. You cannot use COMMIT WORK as this will destroy the BADI session. And you want to save the outside document with the one which called the BADI.
Openning business partner in BP transaction
Problem: You want to programmatically show Business Partner details in BP transaction.
Openning document in CRMD_ORDER transaction
Problem: You want to programmatically open a document in CRMD_ORDER transaction.