Application Development 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: 

Doubt in creating program to display application logs

Former Member
0 Kudos

Hi,

I have doubt in creating a program to display application logs.

The standard transaction code SLG1 has been used to display Application logs till now by the user.

They came up with the new requirement on this.

<u>The requirements were:</u>

1)New custom program shoud be created like SLG1 with limited selection fields( data from, date to, Program name and User)

2) Detail list should be displyed immediately when this program is executed because SLG1 gives Basic list,Detailed list which is getting displayed when 'Detail view' is selected in the first list.

I have created one program with limited selection fields as per the requirement using the below function modules .

BAL_FILTER_CREATE

BAL_DB_SEARCH

BAL_DB_LOAD

and BAL_DSP_LOG_DISPLAY

<u>Issue :</u> still I am getting the firt list.

both Basic and Detailled lists are getting triggered at the FM BAL_DSP_LOG_DISPLAY.

Is it only the way to copy and modify this FM.

Could you please suggest me?

Thans in advace,

babu.

Message was edited by:

babu v

Message was edited by:

babu v

5 REPLIES 5

Former Member
0 Kudos

You can just create a transaction variant.

Albert

Former Member
0 Kudos

hi,

please take a look at package SZAL:

there are a lot of Demo-Programs SBAL_DEMO_* and the Quickstart-Docu!

Regards

0 Kudos

Hi,

Thanks for your valuable suggitions.

I have seen most of the demo programs.

I found one fm'BAL_DSP_PROFILE_NO_TREE_GET' which avoids the tree list which is getting listed above the profile list.

I have been searching alot to omit the Profile list. I searched alot to find any function modules realted to that.

The requirement was only the Detail list should only be listed.

Could you please suggest me to avopid that profile list also?

Thanks in advance,

babu

former_member194669
Active Contributor
0 Kudos

Hi,

Have you tried with putting the value in import paratmeter of fm BAL_DSP_LOG_DISPLAY

BAL_S_PROF-BYDETLEVEL = 'X'.

(I am not 100% sure about this)

Former Member
0 Kudos

Hello All,

Thanks for your valuable suggitions.

I have seen most of the demo programs.

I found one fm'BAL_DSP_PROFILE_NO_TREE_GET' which avoids the tree list which is getting listed above the profile list.

I have been searching alot to omit the Profile list. I searched alot to find any function modules realted to that.

The requirement was only the Detail list should only be listed.

Could you please suggest me to avopid that profile list also?

Thanks in advance,

babu

Message was edited by:

babu v