cancel
Showing results for 
Search instead for 
Did you mean: 

Idoc process code

Former Member
0 Kudos

hai all,

how to create custom idoc, how to write a inbound, outbound process codes and how to link custom idoc and process code. please explain step by step.

Thanks

Sam

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

i got useful answer

Former Member
0 Kudos

Hi Sam,

Inbound Process :

1. goto SE11 : create a table

2. goto WE31: create a segment

3. goto WE30 : for IDOC ceration

4.goto WE81 : for message type creation

5.goto SE37: to create a function module by using a standard function module "IDOC_INPUT_DEBITOR"

6.goto WE57 : to assign a function module to IDOC

7.goto BD51 : and define characteristics for the above created FM.

8.goto WE42: for process code creation(give ur FM in Identifictaion field)

9:goto WE20 : Partner Profiles and give corersponding details along with the Process code.

Regards,

Madhu

rajasekhar_reddy14
Active Contributor
0 Kudos

Please search in sdn, the same query posted many times, use sdn search u wil get full info.

Please dont post duplicate threds.

former_member192295
Active Contributor
0 Kudos

Hi,

Follow below steps.

For IDOC generation

1. First create data elements through SE11 window (this is for fields under segment).

2. Create Segment through WE31, once creation is over release segment.

3. Create Idoc type through WE30 window and release

4. Create Message type we81

5. Link message type with IDOC type through WE82 window

For inbound and outbound process code development follow below steps

1. First create functional module through WE27 window

2. link this functional module to process code through we41/42 windows

3. You can use this process code in partner profile inbound window.

I hope now clear

Former Member
0 Kudos

Hi,

You can also use the existing process code in the inbound parameters through the transaction : WE64.

Thanks

Krithika

Former Member
0 Kudos

Hello,

If you can check the same in ALE forum you would have got hell out of replies

any how

1. create idoc type we30

2. create message type we81

3. link msgtype to idoc we82 and bd69

4. maintain object type for idoc type

5. distribute model and create partner (bd69 and we20)

this is for just starting

Rajesh

former_member193376
Active Contributor
0 Kudos

Hi

you can create your custom idoc in we30.

/people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide

Thanks

SG