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: 

Transfer data from sap to non-sap system through IDOC

former_member7555
Participant
0 Kudos

Hello All,

Could anybody tell me how to transfer data from sap to non-sap system through IDOC.

Could you please provide me step by step procedure.

Thanks,

Hamsitha

5 REPLIES 5

Former Member
0 Kudos

Please search in sdn...u'll get enough links for this...

Necessary steps for inbound idoc :

Create the basic idoc (we30) with ur segments .After this

1 : create message type ( we81 )

2 : Assigning message type to IDoc type and sap release version ( WE82 )

3:Assign the function module created to message type ( BD51 )

4 :Assign function module to message type and idoc type ( WE57 )

5 :Creation of process code ( WE42 )

6 :After creating the process code we can use the program RBDMOINC for checking the process code. For this just execute the above mentioned program from se38.

7 :Assign message type to idoc type ( BD69 )

8 : Creating Partner profile ( WE20) . Maintain inbound parameters for partner profile .

Refer these links...

Hope this helps u...

Edited by: anil sasidharan on May 4, 2009 10:33 AM

0 Kudos

Hello Anil,

Thanks a lot . Could you please provide me the steps for Outbound idoc.

Thanks,

Hamsitha.

0 Kudos

sorry...the links i pasted were wrong.....

For outbound , refer this link....search in sdn for more...

http://help.sap.com/saphelp_46c/helpdata/en/72/c18ee5546a11d182cc0000e829fbfe/frameset.htm

thanks n regards ,

anil

Edited by: anil sasidharan on May 4, 2009 10:58 AM

Former Member
0 Kudos

Hi,

1. Create the Rfc destination in SM59.

2. Create the file port in WE21.

3. Set up the partner profile in WE20.

Thanks,

Asit Purbey.

former_member7555
Participant
0 Kudos

answered