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
601

I want to learn about IDOCs

What is the transaction code to open them

I want to take a look at some of the common ones CREMAS MATMAS and so on

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
3 REPLIES 3
Read only

Former Member
0 Likes
567

Hi Megan,

Check these links.

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

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

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

http://www.sappoint.com/abap/ale.pdf

http://www.sappoint.com/abap/ale2.pdf

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

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

http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm

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

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

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

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

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

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

Check these step-by-step links

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501...

https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-001...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501...

Regards

Aneesh.

~~The best practice is to search the forum before posting a thread.

Read only

Former Member
0 Likes
567

use BD10,BD11,BD12,BD13,BD14,BD15 Transaction to get basic idea

Simple example sending Material from one system r/3 to r/3

Create material at source system

1 create or maintain logical system - SALE

2. Create RFC Destination - Sm59

3. Create port - WE21 - ( ALE - Prot is TRFC ,EDI - Port is FILE)

4. Distribution model view - BD64

5 genrate partner profile - BD82

6.Maintain partner profile - WE20 ( Maintain process code - MATM ) Message type is MATMAS,IDOC Type MATMAS05

Send the Materila data - BD10

IDOC Status - WE02 or WE05

Creation of IDOC Type : WE30

Creation of segments - WE31

Status Record - WE47

Change pointer - BD52

Message type : WE81

Assign message type to idoc WE82

Read only

ferry_lianto
Active Contributor