An open API service indexing awesome lists of open source software.

https://github.com/keller-michael/badi_idoc_data_mapper_example

🌀 example how to use Business Add-in IDOC_DATA_MAPPER to map values in IDocs
https://github.com/keller-michael/badi_idoc_data_mapper_example

abap badi enhancement example idoc mapping sap

Last synced: 4 days ago
JSON representation

🌀 example how to use Business Add-in IDOC_DATA_MAPPER to map values in IDocs

Awesome Lists containing this project

README

          

# Example of BAdI IDOC_DATA_MAPPER implementation

[IDoc](https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_751_IP/8f3819b0c24149b5959ab31070b64058/4ab074b6aa3a1997e10000000a421937.html?locale=en-US) is the abbreviation for "Intermediate Document", a widley used standard to exchange business data between systems, mostly SAP Software based systems. With an implementation of the classic Business Add-in (BAdI) IDOC_DATA_MAPPER, you can change values in inbound and outbound IDocs via ABAP programming.

How to do that is the topic of this repository. It contains a small, not syntax checked [example](zcl_idoc_data_mapper.clas.abap) as reminder. Please check also this [SAP Community Blog](https://blogs.sap.com/2023/01/10/tips-and-tricks-around-badi-idoc_data_mapper/) for more detailed tips, hints and tricks.