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: 

Application Log: Log Handle not found in new thread

Former Member
0 Kudos

Hi,

i create a log object in thread 1 and add some messages. Then i call a Function Module (with import parameter Log Handle) in a new thread and want to add there some more messages, but in this thread i don't have access to this logs!?

Searching in thread 1 with BAL_GLB_SEARCH_LOG shows my log, in thread 2 it returns nothing!?

So, you can i add messages ins thread 2?

thx

3 REPLIES 3

Former Member
0 Kudos

With thread i mean task:


CALL FUNCTION 'ZSY_TEST'
STARTING NEW TASK lv_taskname
DESTINATION lv_destination_func

Former Member
0 Kudos

not possible in different tasks

Former Member
0 Kudos

Try Function Module BAL_DB_LOAD