Hi Uwe
Thanks!!! How do I get detail _ level to work??? Whne I am viewing the logs in SLG1
go_msglist TYPE REF TO if_reca_message_list,
“Create
go_msglist = creat( .. ).
“Add MSG
go_msglist->SET_DETAIL_LEVEL( ID_RELATIVE = '1' )
go_msglist->add( is_message = gs_msg ).
go_msglist->store( ).
cf_reca_storable=>commit( ).
“Add MSG
go_msglist->SET_DETAIL_LEVEL( ID_RELATIVE = '2' )
go_msglist->add( is_message = gs_msg ).
go_msglist->store( ).
cf_reca_storable=>commit( ).
go_msglist->free( ).
When I go to SLG1 they are not in hierarchy
Any tip???