메뉴 건너뛰기

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


 


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


 


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


 


아시는분좀 알려주세요.



번호 제목 글쓴이 날짜 조회 수
» <img src=3.gif>SET_SELECTED_ROWS 사용법좀.. 부탁합니다. 초보라 힘드네요 [2] 돌맹이 2010.03.24 3547
4626 <img src=2.gif>IMG(GCGV) 회계년도변형 에서 새로운 년도를 넣고 싶은데요 [1] file 별나라대마왕 2010.03.23 2325
4625 <img src=2.gif>테이블 컨트롤 내 값 conversion(?)에 대한 질문 [1] 신동욱 2010.03.23 1205
4624 <img src=1.gif>web dynpro 실행시간을 어떻게 조절하는지 알려 주세요. cskang 2010.03.23 1200
4623 <img src=1.gif>BAdI 관련 INTERFACE 매개변수 관련 질문입니다. file 마늘맛쿨피스 2010.03.19 1747
4622 <img src=2.gif>은행 계좌번호가 0으로 시작하는 경우 엑셀 다운로드시 문제점.. [6] 삼색볼펜 2010.03.22 4117
4621 <img src=2.gif>스탠다드 IF 1=2. 문법 질문드립니다. [4] 아밥고지를 찾아서 2010.03.20 1427
4620 <img src=2.gif>해당 TCODE가 어느 프로파일에 허용이 되어 사용 가능한지 알고 싶습니다. [4] 남산밑 2010.03.20 2611
4619 <img src=1.gif>secure FTP로 인터페이스 하는 사이트가 있나요? 페르츠 2010.03.20 1151
4618 <img src=2.gif>Batch job 관련 질문입니다!! (급함) [1] 으컁컁 2010.03.19 1860
4617 <img src=2.gif>T-code : SM20(Analysis of Security Audit Log) 소스 분석 [1] 찬호사랑 2010.03.19 1610
4616 <img src=3.gif>[왕초보]ㅠ_ㅠ 레포트프로그램에 탐색도움말을 달려고하는데요.. [2] Arㄹ6 2010.03.19 1190
4615 <img src=2.gif>ALV 선택마크 단일선택에 관하여 질문합니다. [4] file 아바바바 2010.03.19 1830
4614 <img src=3.gif>개발클래스 삭제하는 방법에 대해서 알고 싶습니다. [4] koreadbs 2010.03.18 2369
4613 <img src=3.gif>FTP시 DATASET_CANT_CLOSE 덤프가 [4] 잿빛바다 2010.03.18 2306
4612 <img src=2.gif>스마트폼 문의 - TEXT 필드의 # 붙는 문제 질문 드립니다. [1] file ABAP짱! 2010.03.18 1543
4611 <img src=2.gif>테이블에 data를 입력하고 싶은데요. [4] file 냐옹냐옹 2010.03.18 1468
4610 [re] <img src=2.gif>smartform 문의 - 두개 이상의 Prod Order Job Card 정보를 두개 이상의 출력물에서 동시에 출력 [2] file 버미! 2010.03.17 1164
4609 <img src=2.gif>사용자 프로파일(개인 데이타)에서 인터넷메일 부분 활성화 할 수 있나요?;; [1] Ran 2010.03.17 1256
4608 <img src=3.gif>Select options에 들어온 값을 (structure타입) Value로 바꿔 비교하는 방법? [7] Abap consultant 2010.03.17 2193