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/Idocs help

Former Member
0 Likes
804

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

Thanks a lot,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
780

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

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

Thanks a lot,

5 REPLIES 5
Read only

Former Member
0 Likes
781

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

Read only

0 Likes
780

Ferry, thanks a lot.

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

Thanks.

Read only

0 Likes
780

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.

Read only

0 Likes
780

Thanks Gajendra

Read only

former_member187255
Active Contributor
0 Likes
780

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