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

Application Log

Former Member
0 Likes
580

Can anybody tell me where does application log messages will store. and how can we display those messages in our programs.

Thanks

Rajesh

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
494

Do you speak about BAL_LOG_CREATE BAL_LOG_MSG_ADD BAL_DSP_LOG_DISPLAY ?

Read only

Former Member
0 Likes
494

See BAL_LOG FMs,

Also check Xn SLG0 & SLG1..

Just too tired today to check my MySAP for names ...

sorry I mean minSAP ..I am really tired

Cheers,

Ram

Message was edited by: Ram Manohar Tiwari

Read only

kmoore007
Active Contributor
0 Likes
494

check out the sample programs under development class SZAL. plenty of examples to look at and learn.

Read only

Former Member
0 Likes
494

This is used heavily in AII, and we have had to deal with this quite a bit lately. Check out function module APPL_LOG_DISPLAY for showing the display (as in transaction SLG1).

Also, the related function modules to programatically retrieve the log start with BAL*, so you might want to do a search for those in SM37. Two functions you might want to look closely at are:

BAL_FILTER_CREATE,

BAL_DB_SEARCH