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 Creation

Former Member
0 Likes
440

Hi

I need to create logs of my application which should be visible in SLG1,

i went thru the forums i got the FM like BAL_LOG_CREATE, BAL_DSP_LOG_DISPLAY and few Programs which are there in the Function Group SBAL but there programs creates and displays the Log but its not stored in Database, SLG1.

I need to create appln logs which can be viewed by going to SLG1,

Please help me out.

Thanks & Regards,

Dipu.

1 ACCEPTED SOLUTION
Read only

singhsmi
Product and Topic Expert
Product and Topic Expert
0 Likes
374

Hi,

BAL_LOG_CREATE is the one you use to create logs which can be viewed in SLG1.

Regarding saving to DB, you need to use BAL_DB_SAVE for saving. You can see a samole implementation in cl_messages_rfw class.

Smita.

2 REPLIES 2
Read only

Pawan_Kesari
Active Contributor
0 Likes
374

see sample SBAL_DEMO_05

Read only

singhsmi
Product and Topic Expert
Product and Topic Expert
0 Likes
375

Hi,

BAL_LOG_CREATE is the one you use to create logs which can be viewed in SLG1.

Regarding saving to DB, you need to use BAL_DB_SAVE for saving. You can see a samole implementation in cl_messages_rfw class.

Smita.