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: 

SAP message Log

Pawan_Kesari
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Message statement only displays messages.

It does not maintain log automaticly

5 REPLIES 5

Former Member
0 Kudos

Message statement only displays messages.

It does not maintain log automaticly

Former Member
0 Kudos

Hi Pawan,

Few of them get from the T100 table.

Thanks!

Former Member
0 Kudos

hi,

try with oy18...

regards

Nitin.

ThomasZloch
Active Contributor
0 Kudos

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

0 Kudos

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.