Problem: you want to add customer fields to the item of the Purchase Order in the ERP (ME23N).
Archiwum tagów: document - Strona 2
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.
Unlock documents that are being distributed
Problem: you cannot modify document in CRM. System says it is locked to to distribution. This situation persists for a longer time.
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 document in CRMD_ORDER transaction
Problem: You want to programmatically open a document in CRMD_ORDER transaction.