메뉴 건너뛰기

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


 


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


 


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


 


아시는분좀 알려주세요.



번호 제목 글쓴이 날짜 조회 수
4632 <img src=2.gif>4.7버젼에서는 스마트폼에 메인윈도우 하나뿐이 못쓰나요? [1] 라스 2010.03.24 1205
4631 <img src=3.gif>char 숫자를 curr 숫자로 컨버젼 변경하려면 [4] bizarre 2010.03.24 2146
4630 <img src=2.gif>ABAP Dump 해결 부탁드립니다. (The ABAP/4 Open SQL array insert results in duplicate database records.) [7] file 으컁컁 2010.03.24 3327
4629 <img src=2.gif>Standard Message를 수정해도 되나요..? [2] 와퍼 2010.03.24 1280
4628 <img src=2.gif>300번 Screen으로 만든 Report를 Batch Job 설정하는 방법 [5] 찬호사랑 2010.03.24 1274
» <img src=3.gif>SET_SELECTED_ROWS 사용법좀.. 부탁합니다. 초보라 힘드네요 [2] 돌맹이 2010.03.23 3362
4626 <img src=2.gif>IMG(GCGV) 회계년도변형 에서 새로운 년도를 넣고 싶은데요 [1] file 별나라대마왕 2010.03.23 2290
4625 <img src=2.gif>테이블 컨트롤 내 값 conversion(?)에 대한 질문 [1] 신동욱 2010.03.22 1197
4624 <img src=1.gif>web dynpro 실행시간을 어떻게 조절하는지 알려 주세요. cskang 2010.03.22 1196
4623 <img src=1.gif>BAdI 관련 INTERFACE 매개변수 관련 질문입니다. file 마늘맛쿨피스 2010.03.19 1740
4622 <img src=2.gif>은행 계좌번호가 0으로 시작하는 경우 엑셀 다운로드시 문제점.. [6] 삼색볼펜 2010.03.22 4025
4621 <img src=2.gif>스탠다드 IF 1=2. 문법 질문드립니다. [4] 아밥고지를 찾아서 2010.03.19 1389
4620 <img src=2.gif>해당 TCODE가 어느 프로파일에 허용이 되어 사용 가능한지 알고 싶습니다. [4] 남산밑 2010.03.19 2576
4619 <img src=1.gif>secure FTP로 인터페이스 하는 사이트가 있나요? 페르츠 2010.03.19 1141
4618 <img src=2.gif>Batch job 관련 질문입니다!! (급함) [1] 으컁컁 2010.03.19 1843
4617 <img src=2.gif>T-code : SM20(Analysis of Security Audit Log) 소스 분석 [1] 찬호사랑 2010.03.19 1535
4616 <img src=3.gif>[왕초보]ㅠ_ㅠ 레포트프로그램에 탐색도움말을 달려고하는데요.. [2] Arㄹ6 2010.03.19 1184
4615 <img src=2.gif>ALV 선택마크 단일선택에 관하여 질문합니다. [4] file 아바바바 2010.03.18 1765
4614 <img src=3.gif>개발클래스 삭제하는 방법에 대해서 알고 싶습니다. [4] koreadbs 2010.03.18 2330
4613 <img src=3.gif>FTP시 DATASET_CANT_CLOSE 덤프가 [4] 잿빛바다 2010.03.17 2218