cancel
Showing results for 
Search instead for 
Did you mean: 

Reg, Custom IDOC Creation and test

Former Member
0 Kudos

Hello Guru's,

Will anyone mail me the procedure if possible with screen shots to create a custom IDOC and its field mapping and to test it. If mail me a functional spec for custom IDOC doc, that will be of great help. Mail me @ pvrao_sap@yahoo,com

Reward points for doc with answer

Regards,

PV

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please find the step by step procedure to create Idocs below:

https://wiki.sdn.sap.com/wiki/display/ABAP/IDOC+Steps

<b>Reward if helpful.</b>

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi PV,

Creation of IDoc

To Create Idoc we need to follow these steps:

Create Segment ( WE31)

Create Idoc Type ( WE30)

Create Message Type ( WE81)

Assign Idoc Type to Message Type ( WE82)

Creating a Segment

Go to transaction code WE31

Enter the name for your segment type and click on the Create icon

Type the short text

Enter the variable names and data elements

Save it and go back

Go to Edit -> Set Release

Follow steps to create more number of segments

Create IDOC Type

Go to transaction code WE30

Enter the Object Name, select Basic type and click Create icon

Select the create new option and enter a description for your basic IDOC type and press enter

Select the IDOC Name and click Create icon

The system prompts us to enter a segment type and its attributes

Choose the appropriate values and press Enter

The system transfers the name of the segment type to the IDOC editor.

Create IDOC Type

Follow these steps to add more number of segments to Parent or as Parent-child relation

Save it and go back

Go to Edit -> Set release

Create Message Type

Go to transaction code WE81

Change the details from Display mode to Change mode

After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter

Click New Entries to create new Message Type

Fill details

Save it and go back

Assign Message Type to IDoc Type

Go to transaction code WE82

Change the details from Display mode to Change mode

After selection, the system will give this message “The table is cross-client (see Help for further info)”. Press Enter.

Click New Entries to create new Message Type.

Fill details

Save it and go back

Reward points pls.

Regards,

Govind.