Posts

Showing posts from January, 2015

SLG Log Demo

* Write SLG Log    PERFORM  write_slg_log     CHANGING  lt_t_log_handle . * Display SLG Log    PERFORM  display_slg_log   CHANGING  lt_t_log_handle . FORM   write_slg_log     CHANGING   pt_t_log_handle  TYPE  bal_t_logh .    DATA :  ls_s_log        TYPE  bal_s_log ,         ls_msg          TYPE  bal_s_msg ,         ls_context      TYPE  ypm_upd_equnr ,         lv_log_handle   TYPE  balloghndl ,         lt_new_lognumbers  TYPE  bal_t_lgnm .    DATA   ls_imptt    ...