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

outbound idoc: error status code 2 in WE02

Former Member
0 Likes
1,952

Hi Guys,

I got a outbound idoc: error code 2 in WE02

Error details:

Message type ZNACPRLST could not be converted

Message no. EA694

Diagnosis

Conversion entry between long and short names missing.

System Response

IDoc cannot be processed without this entry.

Procedure

Create an appropriate entry for logical message ZNACPRLST.

I am unable to understand this. Can anybody pls explain how to correct this error....

Thanks in advance.....

Biswajit.

Hi Guys,

I got a outbound idoc: error code 2 in WE02

Error details:

Message type ZNACPRLST could not be converted

Message no. EA694

Diagnosis

Conversion entry between long and short names missing.

System Response

IDoc cannot be processed without this entry.

Procedure

Create an appropriate entry for logical message ZNACPRLST.

I am unable to understand this. Can anybody pls explain how to correct this error....

Thanks in advance.....

Biswajit.

4 REPLIES 4
Read only

Former Member
0 Likes
1,227

Hi,

check the Port for the idoc ..

catch the idoc number and go to table --edidc and enter idoc number and execute...

see the Port and Partner profile..

check the port in We21 and partner in we20 and ..

there is a syntax check in we20 select the message type and check the syntax,,,it will show the exact problem..

Prabhudas

Read only

0 Likes
1,227

thanks for ur reply but everything is fine there....

if ur message type is more than 6 char then there is a fm IDOC_GET_SHORT_NAMES which checks whether there is any short name exist for that message type in table/view EDI_CNVMES or not. If it doesnt exist then this conversion errors appears.

Now the question is how to maintain that table EDI_CNVMES..... is there any transaction code to maintain that?

can anybody help me on that.

Thanks,

Biswajit.

Read only

0 Likes
1,227

OK...thts done by myself.....i have to maintain tht table in developement and hv to transport by request to QA/ PRD....

thanks for all who have seen this question..

cheers,

Biswajit.

Read only

0 Likes
1,227

Hi,

Check the port version at transaction WE21. Switching it to "IDoc record types SAP Release 4.x" commonly resolves EA694 error.

Cheers,

PA