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

Error messages

Former Member
0 Likes
430

Hi,

In the report output there are materials. When the user process, some materials are getting errors how i can display all errors.

regards,

vijay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
409

Hi,

If the errors are short dump errors you can check in Transaction Code ST22 and enter the user ID and Date and you will get the error with source code and values are also there at which the user has got the error.

I think this will help.

Thanks and Regards

Harsh

2 REPLIES 2
Read only

satsrockford
Active Participant
0 Likes
409

hi

If you create and run a batch input session, you won't be able to display the errors because the session is run in a separate process, generally after the program finishes. The errors are available for re-processing in the batch input log.

If you want to display messages in the program, you have to use the call transaction method, but since you can't process the errors using this method, batch input is generally used.

regards

Satish

Read only

Former Member
0 Likes
410

Hi,

If the errors are short dump errors you can check in Transaction Code ST22 and enter the user ID and Date and you will get the error with source code and values are also there at which the user has got the error.

I think this will help.

Thanks and Regards

Harsh