Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALE mapping

Former Member
0 Likes
697

Hello friends,

I have to move some material data from one SAP system to a different SAP system. I am familiar with ALE and have done this in the past. But the issue now is there is some mapping needs to be done.

Eg : when I move material 00001 from X_SAP to Y_SAP system the plant name number should change.

X_SAP plant for material 00001 is ABC and when I ALE it to Y_SAP material 00001 should be in plant XYZ.

Please suggest,

bob

2 REPLIES 2
Read only

Former Member
0 Likes
520

Hi,

You may try implementing following BADIs as per your requirement before generating IDOC or before posting IDOC in target system.

BADI_MATMAS_ALE_CR - Change Data in MATMAS IDoc When Generating an IDoc

BADI_MATMAS_ALE_IN - Change Data in MATMAS IDoc Before Posting

rgds,

PB

Read only

0 Likes
520

Thanks PB.

Any more suggestions pls.

Bob