메뉴 건너뛰기

SAP 한국 커뮤니티

method GETSFLIGHT

sapjoy 2007.10.23 08:49 조회 수 : 2223

method GETSFLIGHT .


  data:   g_node type ref to if_wd_context_node,
          g_CARRID                type string,
          g_CONNID                type string,
          gt_sflight type standard table of sflight.


 


  g_node = wd_context->get_child_node( name = 'ND_SEARCH' ).


  g_node->get_attribute( exporting name = 'CARRID' importing value = g_CARRID ).
  g_node->get_attribute( exporting name = 'CONNID' importing value = g_CONNID ).


  select * from sflight into table gt_sflight
  where CARRID = G_CARRID AND CONNID = G_CONNID.



  node->bind_elements( gt_sflight ).


endmethod.

번호 제목 글쓴이 날짜 조회 수
130 REPORT Z03_011 sapjoy 2007.05.14 2152
129 REPORT Z03_009 [1] sapjoy 2008.04.14 2418
128 REPORT Z03_007 [6] sapjoy 2007.05.13 2425
127 REPORT Z03_006 [5] sapjoy 2006.12.02 2812
126 REPORT Z03_005 [1] sapjoy 2006.12.02 2735
125 REPORT Z03_001 sapjoy 2007.05.10 2308
124 MODULE creat_listbox [4] sapjoy 2007.12.12 2411
123 MODULE create_dropdown_box sapjoy 2007.12.12 2397
122 REPORT Z10_004 [1] sapjoy 2007.11.20 2251
121 REPORT Z09_12 [1] sapjoy 2007.11.14 2262
120 method DISPLAY_LIST . [2] sapjoy 2007.10.28 2341
» method GETSFLIGHT [2] sapjoy 2007.10.23 2223
118 REPORT Z15_041 sapjoy 2007.07.31 2453
117 REPORT Z14_005 sapjoy 2007.01.22 2268
116 REPORT Z14_002 sapjoy 2007.07.30 2185
115 module f4_CARRID input sapjoy 2007.07.21 2369
114 REPORT z08_001 sapjoy 2007.06.15 2210
113 REPORT Z05_006 sapjoy 2007.06.11 2196
112 Include Z_SHARED_AREA sapjoy 2007.05.28 2528
111 REPORT Z05_022 sapjoy 2007.05.28 2136