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: 

IDOC Basic Type

Former Member
0 Kudos

Hello!

Generally:

- how can I craete an IDOC Basic Type

- how can copy an existing one

Regards

sas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Using WE30 we create Basic Idocs and IDOC extensions also.

IDOC basic Types are stored in EDBAS table

see the steps for Idoc creation:

Creation of Custom IDOc type and message Type

First Create Partner Profile(WE20 Tcode) and Port Definition in WE19 Tcodes.

take the Basis help to create them.

1.First create segments in WE31 Tcode with the required dataelements

2.Create the Basic Idoc Type in WE30

release the Segments and IDOC type.

3.Create Message type in We81

4.Assign the message type to IDOC type in WE82 T code

5.Create the process code in We41 (for Outbound) WE42 (for Inbound)

6.Create A fun module in SE37 starting with ZIDOC_OUTPUT_.. by copying some Inbound (for Inbound) Outbound Fun module

7.Create Workflow setting if needed ..

8. Assign the fun module to Idoc Type, Message Type and WF object (if it is there0

9.Define setting for fun module in BD51

10.In BD51 Define the settings for Fun module..

10.Assign the Processs Code to Fun mod`ule

Reward points if useful

Regards

Anji

3 REPLIES 3

Former Member
0 Kudos

Hi

Using WE30 we create Basic Idocs and IDOC extensions also.

IDOC basic Types are stored in EDBAS table

see the steps for Idoc creation:

Creation of Custom IDOc type and message Type

First Create Partner Profile(WE20 Tcode) and Port Definition in WE19 Tcodes.

take the Basis help to create them.

1.First create segments in WE31 Tcode with the required dataelements

2.Create the Basic Idoc Type in WE30

release the Segments and IDOC type.

3.Create Message type in We81

4.Assign the message type to IDOC type in WE82 T code

5.Create the process code in We41 (for Outbound) WE42 (for Inbound)

6.Create A fun module in SE37 starting with ZIDOC_OUTPUT_.. by copying some Inbound (for Inbound) Outbound Fun module

7.Create Workflow setting if needed ..

8. Assign the fun module to Idoc Type, Message Type and WF object (if it is there0

9.Define setting for fun module in BD51

10.In BD51 Define the settings for Fun module..

10.Assign the Processs Code to Fun mod`ule

Reward points if useful

Regards

Anji

0 Kudos

Hi Anji.

I thank you very much for your very well detailed even perfectly

explanation to my question.

regards

sas

Former Member
0 Kudos

Hello,

IDoc Basic Types can be cretaed in TCODE WE30.

Check this link

http://help.sap.com/saphelp_47x200/helpdata/en/dc/6b82a343d711d1893e0000e8323c4f/frameset.htm

U can also create extended types in WE30.

http://help.sap.com/saphelp_47x200/helpdata/en/dc/6b82a343d711d1893e0000e8323c4f/frameset.htm

Regards,

Deepu.K