Quantcast
Channel: SCN: Message List - ABAP Objects
Viewing all articles
Browse latest Browse all 159

Re: First try with ALV Grid and Abap Objects

$
0
0

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???


Viewing all articles
Browse latest Browse all 159

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>