2013년 1월 8일 화요일

cl_salv_table


TRY.
    CALL METHOD cl_salv_table=>factory
      IMPORTING
        r_salv_table = gr_salv_table
      CHANGING
        t_table      = gt_itab.
  CATCH cx_salv_msg .
ENDTRY.

CALL METHOD gr_salv_table->set_screen_popup
  EXPORTING
    start_column = 1
    end_column   = 100
    start_line   = 1
    end_line     = 20.

gr_salv_table->display( ).

2013년 1월 7일 월요일

SU53: 권한이 없을 경우 점검 오브젝트 조회

SAPMS01G, 권한이 없을 경우 점검 오브젝트 조회
Use the SU53 transaction to see what type of authorization check was carried out.