메뉴 건너뛰기

SAP 한국 커뮤니티

report zsalv_003

sapjoy 2010.08.20 19:58 조회 수 : 2337

 

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( ).
번호 제목 글쓴이 날짜 조회 수
271 REPORT z03_026 sapjoy 2007.05.16 2316
270 REPORT Z17_022 sapjoy 2007.02.22 2317
269 REPORT Z15_039 sapjoy 2007.02.06 2317
268 REPORT z15_017 sapjoy 2007.01.30 2318
267 REPORT Z21_01 sapjoy 2015.10.28 2318
266 REPORT z18_027 sapjoy 2007.04.10 2320
265 REPORT Z07_033 sapjoy 2006.12.09 2320
264 report zunicode_006. sapjoy 2008.11.22 2321
263 report zsalv_018 . sapjoy 2010.08.20 2330
262 REPORT Z07_012 sapjoy 2006.12.08 2331
261 report zunicode_019. sapjoy 2008.11.22 2331
260 report zsalv_011 sapjoy 2010.08.20 2333
259 report zsalv_030 . sapjoy 2010.08.20 2334
258 REPORT z18_011 [1] sapjoy 2007.03.08 2337
» report zsalv_003 sapjoy 2010.08.20 2337
256 REPORT ZBAPI_ALE sapjoy 2009.02.05 2339
255 REPORT Z10_001 sapjoy 2008.04.15 2344
254 method DISPLAY_LIST . [2] sapjoy 2007.10.29 2346
253 REPORT Z07_018 sapjoy 2006.12.08 2347
252 REPORT z17_22 sapjoy 2012.08.02 2349