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

Out Put will be an Application Log

Former Member
0 Likes
509

Hi guys,

I have created a report. The output for that report will be like the OUTPUT of transaction SLG1 (Application Log).

Could anybody help me out with any solution for this.??

Thanks in Advance

Praveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
477

Hi Praveen,

on option is to call function modules:

BAL_LOG_CREATE

BAL_LOG_MSG_ADD

BAL_DSP_LOG_DISPLAY (Displays like SLG1)

BAL_DB_SAVE (save the log so you can find it in SLG1.

/Michael

2 REPLIES 2
Read only

Former Member
0 Likes
478

Hi Praveen,

on option is to call function modules:

BAL_LOG_CREATE

BAL_LOG_MSG_ADD

BAL_DSP_LOG_DISPLAY (Displays like SLG1)

BAL_DB_SAVE (save the log so you can find it in SLG1.

/Michael

Read only

0 Likes
477

Thanks Michael..