Application Development 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: 

ALE/Idocs help

Former Member
0 Kudos

Hi Can anyone, give me a exmaple of writing an inbound Idoc processing code and steps.

Thanks a lot,

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

1. Create a z function module for idoc inbound posting (copy from a function module idoc_input_*).

2. Set Function Modules as Inbound: - Transaction BD51

3. Assign Function Modules to Logical Messages and Idoc types:- Transaction WE57

4. Create process codes : Transaction WE42, and link the z-function module.

5. Create partner profile: transaction WE20 and attach the message type and process code.

Hope this will help to start with.

Regards,

Ferry Lianto

5 REPLIES 5

ferry_lianto
Active Contributor
0 Kudos

Hi,

1. Create a z function module for idoc inbound posting (copy from a function module idoc_input_*).

2. Set Function Modules as Inbound: - Transaction BD51

3. Assign Function Modules to Logical Messages and Idoc types:- Transaction WE57

4. Create process codes : Transaction WE42, and link the z-function module.

5. Create partner profile: transaction WE20 and attach the message type and process code.

Hope this will help to start with.

Regards,

Ferry Lianto

0 Kudos

Ferry, thanks a lot.

do you have any step by step document for this. if so please sen it to me.

Thanks.

0 Kudos

Hi Kiran,

Check out the SDN blog - <a href="/people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide scenario</a>

Hope this helps.

Regards,

Gajendra.

0 Kudos

Thanks Gajendra

former_member187255
Active Contributor
0 Kudos

Copy the existing FM (Search fro IDOC_INPUT_*) and edit as you required......