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
- Host: GitHub
- URL: https://github.com/keller-michael/badi_idoc_data_mapper_example
- Owner: Keller-Michael
- License: mit
- Created: 2022-10-25T06:56:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T20:38:03.000Z (over 3 years ago)
- Last Synced: 2025-02-25T05:27:38.574Z (over 1 year ago)
- Topics: abap, badi, enhancement, example, idoc, mapping, sap
- Language: ABAP
- Homepage: https://blogs.sap.com/2023/01/10/tips-and-tricks-around-badi-idoc_data_mapper/
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.