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

Program used for EDI Inbound

Former Member
0 Likes
1,699

Hi

As RSEOUT00 is a report used for the edi outbound process, can some 1 help me and tell me which report to run for startinmg the inbound process?

I know the Function module EDI_DATA_INCOMING is used for the process,but its supposed to be automatically called by the Subsytem.

Which report are we supposed to run to start the inbound process?

People who have a concrete andwer(Name of the Report or detailed process knowledge need only reply,othrs please excuse)

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
1,160

Hi,

For inbound process generally the file from legacy system comes in xml FORMAT to EDI subsystem now it will be converted to IDOC file format or an idoc format.

if u get in IDOC file format then u need to use WE16 tcode .Now u need to put ur IDOC file in the application server directory and in WE21 U need to create a file port and then in the inbound file tab need to specify the application server path where u stored the IDOC file.

Now go to WE16 and give the directory path as well the file port and execute ,u will see an idoc will be created and can get the datails in WE02/WE05 tcode.

if u straight away get in idoc format then u can test in WE19 tcode by using the message type radio button ,Give the control record information and data record information and then u need to specify the FM which actually triggers the idoc inWE57 and u need to give that name in WE19 .Now press on execute button u will find the creation of idoc.

For inbound process the only method we have is processcode method which is attached to a FM in we42 ,whcih trigggers the idoc.

please have a look at the below programs

RBDMANI2

RBDMANIN

Regards,

Nagaraj

6 REPLIES 6
Read only

Former Member
0 Likes
1,160

Hi,

As per my knowledge EDI inbound process starts like this:

Customer sends his raw file to EDI subsystem. EDI subsystem converts this raw file into IDOC structure and pushes it into R/3 using <b>rfcexec</b> and then the corresponding application document FM will post the document.

Regards

Kannaiah

Read only

former_member404244
Active Contributor
0 Likes
1,161

Hi,

For inbound process generally the file from legacy system comes in xml FORMAT to EDI subsystem now it will be converted to IDOC file format or an idoc format.

if u get in IDOC file format then u need to use WE16 tcode .Now u need to put ur IDOC file in the application server directory and in WE21 U need to create a file port and then in the inbound file tab need to specify the application server path where u stored the IDOC file.

Now go to WE16 and give the directory path as well the file port and execute ,u will see an idoc will be created and can get the datails in WE02/WE05 tcode.

if u straight away get in idoc format then u can test in WE19 tcode by using the message type radio button ,Give the control record information and data record information and then u need to specify the FM which actually triggers the idoc inWE57 and u need to give that name in WE19 .Now press on execute button u will find the creation of idoc.

For inbound process the only method we have is processcode method which is attached to a FM in we42 ,whcih trigggers the idoc.

please have a look at the below programs

RBDMANI2

RBDMANIN

Regards,

Nagaraj

Read only

Former Member
0 Likes
1,160

Thanks a lot !! Your answer was perfect

i gave you full 10 points

Read only

0 Likes
1,160

The above post was for Nagraj

Read only

0 Likes
1,160

That was Nagaraj.

Also please tell me Nagaraj if this program is suitable for scheduling or is there any other

program that is well suited for being scheduled in the background

Read only

Former Member
0 Likes
1,160

The above post was for Nagraj