cancel
Showing results for 
Search instead for 
Did you mean: 

Program to display logs saved in slg1

Hi all, I need to display the saved logs from slg1 any one help me with full code

raymond_giuseppi
Active Contributor

Please, remove the 'help me with full code', read Rules of Engagement.

Accepted Solutions (0)

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor

What do you exactly require,

• Display it as SLG1 do, use FM already suggested (Also browse online help and forum those FMs are well documented)

• Display it your way (e.g. ALV grid)

o BAL_DB_SEARCH to find logs to display (e.g. from a selection-screen)

o BAL_DB_LOAD to read those from the database (table of msg)

o BAL_LOG_HDR_READ to read headers of log (at new header)

o BAL_LOG_MSG_READ to read/format individual records

o BAL_DSP_ICON_MSGTY_READ for a correct display (MUST)

o Build you report from those data

former_member226519
Active Contributor

there aunction modules:

first call BAL_DSP_PROFILE_SINGLE_LOG_GET an than BAL_DSP_LOG_DISPLAY: