摘要:
Loop at gt_file into ls_file. do 100 times. assign component sy-index of structure ls_file to <fs_field>. if <fs_field> is assigned. concatenate ls_fi 阅读全文
摘要:
Use SM36 to create a job with two steps, step 1 with the BTCLOOP report and step 2 with the report to be debugged. Then release the job. You can then 阅读全文
摘要:
FORM user_command USING ucomm LIKE sy-ucomm selfield TYPE slis_selfield. CASE ucomm. WHEN '&IC1'. "ALV中双击事件代码 IF selfield-sel_tab_field = '1-vbeln'. "表示单击某一单元格 ,这里... 阅读全文
摘要:
TYPE-POOLS:slis. CLASS lcl_event_receiver DEFINITION DEFERRED. DATA: gt_fcat TYPE lvc_t_fcat, gs_fcat TYPE lvc_s_fcat, gt_f4 TYPE lvc_t_f4, gs_f4 TYPE lvc_s_f4, ... 阅读全文