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

Select via Application Log Context

Former Member
0 Kudos
1,006

Hi Gurus,

when I want to display data from the Application Log I have to select the appropriate handles and load them into the memory. Someone knows how I can select the handles via context fields?

E.g. I have the fields MATNR, PLANT, WEMNG in the context. How can I select all handles that store data from plant 1000?

Thanks in Advance,

BR,

Steffen

5 REPLIES 5
Read only

uwe_schieferstein
Active Contributor
0 Kudos
558

Hello Steffen

I have used the log context once but, unfortunately, I do not have the coding anymore.

However, have a look at the plenty sample reports in package <b>SZAL</b>, in particular at report <b>SBAL_CALLBACK</b>. If you debug the report for a while I am sure you will see how to log context works.

Regards

Uwe

Read only

Former Member
0 Kudos
558

Look into the function group SBAL .

There are lot of function modules available related to application log, find, change, add, delete.

This might help.

Read only

Former Member
0 Kudos
558

Hi Guys,

thanks for your reply. I already found out how I can write the Context, but I wanted to do selections (of the handles) directly via the content of the context. Thats the question, nothing in general about the Application Log.

Help is much appreciated.

Best Regards,

Steffen

Read only

0 Kudos
558

No one knows sth about this?

Read only

0 Kudos
558

Hm, just found BAL_GLB_SEARCH_MSG. He's doing exactly what I need (-> Importing I_T_MSG_CONTEXT_FILTER), but only for data in the memory and not from the database.