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

SAP message Log

Pawan_Kesari
Active Contributor
0 Likes
1,196

Does SAP maintain log of all the messages displayed on screen using MESSAGE statement?

We are investigating a problem and want to see the messages displayed by SAP during the time when problem occured.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
759

Message statement only displays messages.

It does not maintain log automaticly

5 REPLIES 5
Read only

Former Member
0 Likes
761

Message statement only displays messages.

It does not maintain log automaticly

Read only

Former Member
0 Likes
759

Hi Pawan,

Few of them get from the T100 table.

Thanks!

Read only

Former Member
0 Likes
759

hi,

try with oy18...

regards

Nitin.

Read only

ThomasZloch
Active Contributor
0 Likes
759

Did the program run in background? Then you can check the job log.

Otherwise not possible, unless the application writes log entries explicitely ("application log").

Thomas

Read only

0 Likes
759

We have custom development for picking and confirmation. Last week we found that in some deliveries there is difference in delivered quantity and packed quantity.

Custom development is calling sap-standard FMs. Problem occurs randomly, roughly 10 deliveries in a week has this problem.

We are still trying to investigate the reason that is causing the problem.

Custom program does display the message to user if FM raise any message. We asked user of they are getting any message while picking, and if they are ignoring it.

They just confirmed that they are getting message 'Packing Not Possible Since there is no Quantity to be Packed' and they did ignored this.