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

idoc

Former Member
0 Likes
470

what do you mean by idoc type?

can any one expain me its use and function

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
447

hi,

IDOC types are templates for specific message types depending on what is the business document, you want to exchange.

WE30 - you can create a IDOC type.

An IDOC with data, will have to be triggered by the application that is trying to send out the data.

FOr testing you can use WE19.

For more information in details on the same along with the examples can be viewed on:

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm#_Toc8400404

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm

http://www.sappoint.com/presentation.html

http://www.allsaplinks.com/idoc_search.html

http://www.sapgenie.com/sapedi/idoc_abap.htm

Regards

Anver

3 REPLIES 3
Read only

anversha_s
Active Contributor
0 Likes
448

hi,

IDOC types are templates for specific message types depending on what is the business document, you want to exchange.

WE30 - you can create a IDOC type.

An IDOC with data, will have to be triggered by the application that is trying to send out the data.

FOr testing you can use WE19.

For more information in details on the same along with the examples can be viewed on:

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm#_Toc8400404

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a6620507d11d18ee90000e8366fc2/frameset.htm

http://www.sappoint.com/presentation.html

http://www.allsaplinks.com/idoc_search.html

http://www.sapgenie.com/sapedi/idoc_abap.htm

Regards

Anver

Read only

Former Member
0 Likes
447

hi amar,

idoc type is the one which defines the format and structure of the business document that is to be exchanged between two systems.

To Create Idoc type - WE30.

To line idoc type and message type - WE82.

Regards....

Arun.

Reward points if helpful.

Read only

arunneerolil
Contributor
0 Likes
447

Its an Idoc.

say ORDER05,ORDER02 etc.

Structure used for posting data.

An IDoc type can be implemented for various "logical" messages; one message can also be assigned to different IDoc types (m:n relationship).

rgds

Chemmanz