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

Problem with Message types

Former Member
0 Likes
466

Hi

we have lot of EDI txns. In that Z9APERK is message type . This message type is used for three customers for inbound processing.

problem is two customers are not using one segment Z9DETCON . one customer using Z9DETCON.

For First two customers there is no proble bcz there are not using Z9DETCON segment.

For third customer i am getting error like this "External segment name Z9DETCON cannot be interpreted"

Please any one help weather it is problem with incomming data or function module ?

how to trace this problem?

4 REPLIES 4
Read only

Former Member
0 Likes
436

Please check your IDOC type for this message to see if there is a segment defined as per your message.

As far as I understand nope. If there is, then there could be an issue in your segment hierarchy.

Let me know if I can provide additional info.

Thanks

Ganesh.S

Read only

0 Likes
436

Hi Ganesh

Thank you for reply .

This is the structure in we30

Z9APERAK

Z9CDSHP

E1EDKA1

Z9DETAIL

Z9DETCON

Z9DETCON parent is Z9DETAIL

Read only

0 Likes
436

Phani,

Please go to the idoc in we02 and check if there is a segment number assigned to the segment in error. You can also see the parent segment number.

If it is not, then there is some problem in your code that is creating the idoc.

Thanks

Ganesh.S

Read only

Former Member
0 Likes
436

Hi all

This problem related to transport issues.

thanks to all

Phani