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 Conversion Rules

Former Member
0 Likes
324

Hi All,

I have a quick question in ALE.

The infotype fields in the sender system should be mapped to different infotype fields in the receiving system. ie Both are different infotypes and data transfer should happen between them.

I think this can be done with user exits in ALE or customizing ALE program.

Could anybody let me know if this is possible and also suggest the methods...

Thanks and Regards,

Sushmitha

1 REPLY 1
Read only

venkateswarareddy_medam
Active Participant
0 Likes
283

Hi,

1) First send the data from Sender system to Receiver system using the ALE.

2) In receiving side we are assigning the process code.In that process code we have the function module.

3) In place of that Function module u can create one Z FM and store the data where u want.

regards,

Venkat.