메뉴 건너뛰기

SAP 한국 커뮤니티

report zsalv_003

sapjoy 2010.08.20 10:58 조회 수 : 2336

 

report  zsalv_003                                 .

data gt_itab       type table of sflight.
data gr_table      type ref to cl_salv_table.
data gr_functions  type ref to cl_salv_functions_list.

parameters type_1 type c.


select * from sflight into table gt_itab
up to 25 rows.

cl_salv_table=>factory(
  exporting
    list_display = abap_true
  importing
    r_salv_table = gr_table
  changing
    t_table      = gt_itab ).

gr_functions = gr_table->get_functions( ).
gr_functions->set_default( ).

gr_table->display( ).
번호 제목 글쓴이 날짜 조회 수
270 REPORT z18_024 sapjoy 2008.04.21 2310
269 REPORT z03_026 sapjoy 2007.05.15 2313
268 REPORT Z17_022 sapjoy 2007.02.21 2315
267 REPORT z18_027 sapjoy 2007.04.09 2315
266 REPORT Z15_039 sapjoy 2007.02.05 2315
265 REPORT z15_017 sapjoy 2007.01.29 2316
264 REPORT Z07_033 sapjoy 2006.12.08 2317
263 report zunicode_006. sapjoy 2008.11.21 2317
262 report zunicode_019. sapjoy 2008.11.21 2323
261 REPORT z18_011 [1] sapjoy 2007.03.07 2326
260 REPORT Z07_012 sapjoy 2006.12.08 2326
259 report zsalv_018 . sapjoy 2010.08.20 2327
258 report zsalv_030 . sapjoy 2010.08.20 2330
257 report zsalv_011 sapjoy 2010.08.20 2331
256 REPORT ZBAPI_ALE sapjoy 2009.02.05 2334
» report zsalv_003 sapjoy 2010.08.20 2336
254 REPORT Z10_001 sapjoy 2008.04.14 2339
253 REPORT z17_18 . sapjoy 2012.08.01 2340
252 method DISPLAY_LIST . [2] sapjoy 2007.10.28 2341
251 REPORT Z07_018 sapjoy 2006.12.08 2341