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: 

EDI_DATA_INCOMING only save IDOC to status 64...

Former Member
0 Kudos

Dear experts,

When I receive IDoc from file using EDI_DATA_INCOMING, why it cannot go to application directly? it always stays in status 64. But when I use BD87 to process the IDoc agian, it goes to status 53.

my code:

CALL FUNCTION 'EDI_DATA_INCOMING'

EXPORTING

pathname = wa_path_name

port = zport.

commit work.

Thanks for your help.

Joanne Wu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Joanne,

There is a program RBDAPP01 (look for RBD*) to execute the idocs with status 64.

In the code call this program and pass the required values and execute the program

Regards

Arun

2 REPLIES 2

Former Member
0 Kudos

Hi Joanne,

There is a program RBDAPP01 (look for RBD*) to execute the idocs with status 64.

In the code call this program and pass the required values and execute the program

Regards

Arun

0 Kudos

Make sure ensure you have given the correct file path for application server. File name is case sensitive.

Looks like some problem with data / settings.

Regards

<b> Reward points for all the useful answers</b>