‎2009 Jun 02 3:29 PM
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.
‎2009 Jun 04 11:41 AM
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.
‎2009 Jun 02 3:38 PM
‎2009 Jun 04 11:41 AM
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.