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

Help to write code for adding and saving error logs in SLG1

Former Member
0 Likes
830

Hi All,

Could anyone please help me, how to write code to add and save error message in SLG1. I need to log all the error message for the TCode EG31.

I have created the object in SLG0.

Object name = ZFI_OBJECT.

Sub Object name = ZFI_SUB_OBJECT

Thanks,

Saurabh.

2 REPLIES 2
Read only

Former Member
0 Likes
542

Hi.....

Use the FM..


BAL_DSP_LOG_DISPLAY
 Display Log
 
BAL_DSP_PROFILE_STANDARD_GET
 Standard profile (SLG1) for a lot of logs
 
BAL_DSP_PROFILE_SINGLE_LOG_GET
 Standard profile (SLG1) for one log

Thanks

Saurabh

Read only

0 Likes
542

issue reslovd.

thanks.