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

ALE Error Handling Issues

Former Member
0 Likes
644

Hi Experts:

For instance,

A company distribute PO to B company SO by ALE Order (ORDERS).When sales order creating,

IDOC will diaplay error message if some missing in material master ,but it shows 1 issue once only.

Suppose that there are 4 missing in material master causes sales order can not be created successfully,

is it possible IDOC shows all of error messages at the same time that make easy to trouble shooting?

5 REPLIES 5
Read only

Former Member
0 Likes
608

Hi,

As per my knowledge goes it is not possible to show all the error with respect to Data in Idoc.

thanks & Regards.

Shreemohan

Read only

Former Member
0 Likes
608

Hi,

you can display the IDoc via BD87 or WE02. Then select the "Status records" and expand it fully. There you will have an overview of all states and possible errors / warnings during processing.

I don't know of an other option.

Regards,

Kai

Read only

0 Likes
608

hi,

there are more options to get the status information.

a) Table EDIDS

b) Transaction WE05/WE02 and push the Statuslist button (F7).

c) WE07 - > and choose Errorhistory

Regards,

Gordon

Read only

0 Likes
608

Hi Jeff,

Your concern is right..we must get all the errors at once..

But this is not the right approach..SAP ALe programs written in procedural way..i.e. step by step..

its obivious that if some error in step 1 is coming then step 2 is not possible...so system also stop processing when an error occur..

In many Process codes this has done but they are very few...

so we have to go one by one error..

cheers

Read only

Former Member
0 Likes
608

Thanks for guys