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: 

Select via Application Log Context

Former Member
0 Kudos

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

uwe_schieferstein
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Look into the function group SBAL .

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

This might help.

Former Member
0 Kudos

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

0 Kudos

No one knows sth about this?

0 Kudos

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.