2013 Oct 14 6:47 AM
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
2013 Oct 14 10:05 AM
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
2013 Oct 14 10:05 AM
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
2013 Oct 14 10:17 AM