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: 

Addition text displayed in BD87 error text

former_member209119
Active Participant
0 Kudos

Hello Friends,

When I process IDOC using BD87, it is failing with some error text. That's fine.

Issue is, the error text is incorrect. 'No mate' at the end is addition one which is not required. It seems that it is repeating the initial characters of the error message ie; No material...

Also in the table EDIDS it is updated fine.

Please suggest on this. What could be the root cause.

Thanks!

3 REPLIES 3

SimoneMilesi
Active Contributor
0 Kudos

Hi Anamika Jain,

first things we need to know to help you:

1-the idoc is standard or custom?
2-the inbound function is standard or custom?

If the function is custom, you can check where the message is passed to STATUS table if there is any error/wrong parameter.

rajad
Participant
0 Kudos

Can you show the full content in parameter 1 field in second screenshot?

thanga_prakash
Active Contributor
0 Kudos

Go to the inbound function module of the idoc which is processing the IDOC.

all the errors are captured in the tables parameter IDOC_STATUS.

Check in the function module where the table parameter IDOC_STATUS is filled with your error message.