메뉴 건너뛰기

SAP 한국 커뮤니티

 

method set_selected_rows .

  data: lt_roid type lvc_t_roid,
        lt_row  type lvc_t_row.

  lt_row  = it_index_rows.
  lt_roid = it_row_no.

*----------------------------------------------------
*Webdynpro Conversion Runtime
*----------------------------------------------------
*  if cl_dynp_global_control=>is_wdpmode( ) eq
*     cl_dynp_global_control=>co_conversion_mode.
*    if mr_alv_model is initial.
*      create object mr_alv_model
*             exporting
*                  i_cntl_handle = me->h_control
*                  ir_alv_grid = me.
*    endif.
*    call method mr_alv_model->set_selected_rows
*                     exporting
*                        it_index_rows = lt_row .
*  endif.
*  if not mr_alv_model is initial.
*    check mr_alv_model->get_wdcomp( ) > 0.
*  endif.
*----------------------------------------------------
*  End of Webdynpro Conversion Runtime
*----------------------------------------------------
  if me->m_performance eq 'X' and
     me->m_roids_sent  eq space and
     ( not it_index_rows is initial or not it_row_no is initial ).
    call method me->set_row_id
      exporting
        row_id_table = mt_roid.
    me->m_roids_sent = 'X'.
  endif.

  if not it_index_rows is initial and
         it_row_no is initial.
    call method me->map_row_to_roid
      exporting
        it_index_rows = lt_row
      importing
        et_row_no     = lt_roid.
  endif.

  call method set_selected_rows_id_base
    exporting
      row_table             = lt_roid
      keep_other_selections = is_keep_other_selections.

endmethod.                    "set_selected_rows


 


위와같이 찾아보니 나오는데


 


어떻게 메소드를 콜 해서 쓰는지 이해가 안됩니다...


 


아시는분좀 알려주세요.



번호 제목 글쓴이 날짜 조회 수
6107 <b>[완료]</b>팝업함수 사용을 위해 itab선언중 에러가 납니다.. [3] soriel 2008.07.29 3584
6106 [re] sql문 in조건 file sapjoy 2007.02.21 3581
6105 <img src=2.gif>abap 배열은 어떻게 선언 하나요? [2] 하늘빛 2010.09.18 3576
6104 [re] <img src=1.gif>T-CODE SMW0 이용하여 파일 불러오는 방법에대해서 질문드립니다. [4] 맨날초보 2010.08.12 3576
6103 <img src=2.gif>ALV 출력완료후 더블클릭이나 back 버튼 누르면 덤프가 발생되는데 해결방법 좀 알려주세요 [6] Emily S. Kang 2010.07.02 3568
6102 <b>[완료]</b> ALV에서 currency 타입필드에 Data Change를 했을경우 에러문제입니다... [4] 깁슨매냐 2008.07.23 3563
6101 [요청]합계 로직 문의 (같은 키필드값 기준으로 한 수량들의 합계) [6] hogun 2008.03.06 3559
6100 CONSTANTS 질문입니다. [3] bd 2007.05.12 3553
6099 <img src=3.gif>HELP_VALUES_GET_NO_DD_NAME 을 이용해서 SEARCH HELP 시 덤프 및 오류처리 관련 [2] Bizzard.Chul 2010.07.03 3544
6098 스크린 페인터 아이콘이 X 로 표시가 되네염..;;; file 피튀긴남 2012.07.07 3543
6097 <img src=2.gif>SELECT-OPTIONS Query방법문의 어떤 방법이 있을까요 [2] 하늘 2011.03.30 3533
6096 [요청]인터널 테이블 선언시 헤더(header)가 없이 사용하는 경우는 어떨때 인가요? [7] okay맨 2009.02.11 3531
6095 <img src=2.gif>ABAP Dump 해결 부탁드립니다. (The ABAP/4 Open SQL array insert results in duplicate database records.) [7] file 으컁컁 2010.03.24 3528
6094 [re] ALV 그리드 질문입니다. [2] 신종철™ 2007.08.23 3527
6093 <img src=2.gif>CK13N의 원가 추정 테이블................ [3] file 모포 2010.11.26 3526
6092 CALL METHOD cl_gui_cfw=>dispatch. 이거 기능 좀 알고 싶습니다. [7] 이종원 2007.04.17 3526
6091 <img src=3.gif>Message에 Len는 최대 몇자리까지 가능한가요? [2] 초보자라네 2010.09.10 3524
6090 <img src=2.gif>개발클래스 생성하는 방법과 이유는 무엇인지요?? [1] oldboy 2010.07.29 3523
6089 <img src=2.gif>cluster table <> pool table 차이를 알고 싶습니다 [2] 아밥고지를 찾아서 2010.07.02 3522
6088 [요청]ALV Tree에서 item 부분의 edit 가능한지요. [3] file Happy~ 2008.05.20 3522