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

20:Error triggering EDI subsystem

Former Member
0 Likes
563

Dear All.

I am tirggering IDOC with standard t-code(WPMA) from SAP to middleware( It provides Sap Adapter ).

1) I have created TRFC port (SM59).

2) Defined the port(WE21)

3) Defined the Partner Profile(WE21) Outbound IDOC TYPE: wp_ean01

then, I tirgger IDOC with WPMA.

but , the status is :

20 Error triggering EDI subsystem

03 Data passed to port OK

IDoc sent to SAP system or external program

30 IDoc ready for dispatch (ALE service)

Receiver exists , No filters , No conversion , Version conversion

01 IDoc generated

It is strange that the middleware can receive the data which I send.

What is the problem?

2 REPLIES 2
Read only

Peter_Inotai
Active Contributor
0 Likes
413

What is in your RFC destination definition? Is it a program (rfcexec) on the application server?

First I'd double check this one. Check RFC connection.

Secondly check if there is any command file (script) in your port definition, which trigger the processing. Try an access test there.

Peter

Read only

0 Likes
413

Hi Peter.

First : The RFC destination is OK, I can test it , the middleware can receive

the IDOC data.

Secondly : I define the port(WE21: Transcation RFC).there is another port

( file port) in SAP, but I do not think it can trigger the processing.