메뉴 건너뛰기

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


 


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


 


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


 


아시는분좀 알려주세요.



번호 제목 글쓴이 날짜 조회 수
455 [요청]'TEXT_CONVERT_XLS_TO_SAP' 함수설명 부탁드려요. [1] 다급 2008.06.18 3342
454 [요청]screen속성과 표준툴바에 대해.. [2] 원더걸 2008.12.17 3343
453 <img src=3.gif>PFCG Role에 사용자를 BDC나 BAPI로 Assign할수있을까요? [2] file 양키 2011.03.29 3343
452 [요청]ALV 삭제버튼에 대해 문의드립니다. [6] ABAP짱! 2008.03.20 3345
451 <img src=3.gif>[급해요]sy-datum의 한달전 날짜를 구하는 펑션이 있나요? [5] 니가해라후라이 2009.10.22 3349
450 [요청]screen painter 에서 pushbutton 에 넣은 아이콘을 프로그램 상에서 변경하는 방법이 있을가여? [1] 하이원 2008.07.22 3352
449 <b>[완료]</b><b>[완료]</b><b>[완료]</b>OUTTER JOIN 에서... [3] 초초보 2007.02.26 3356
448 [re] ALV 그리드 질문입니다. [2] 신종철™ 2007.08.23 3365
» <img src=3.gif>SET_SELECTED_ROWS 사용법좀.. 부탁합니다. 초보라 힘드네요 [2] 돌맹이 2010.03.23 3366
446 RFC에 대하여 질문드립니다. [1] Mike 2011.04.04 3366
445 [요청]append와 insert 차이점에 질문입니다. [3] 캔디^^ 2008.12.05 3371
444 <img src=2.gif>엑셀 업로드시 [65] sapjoy 2007.11.03 3371
443 <b>[완료]</b>GROUP BY , GROUP BY ~ HAVING 구문관련 질문입니다. [3] order001 2007.11.28 3379
442 [re] for all entries 관련.. [3] file sapjoy 2007.01.25 3380
441 <img src=3.gif>ALV 에서 REFRESH_TABLE_DISPLAY 사용시 에러 [4] file LE 2010.06.08 3380
440 [요청]중첩 if문와 case문 작성에 대해 조언구합니다. [2] 로미오 2009.01.06 3382
439 [요청]자재마스터 생성하는 BAPI 사용법좀 알려주세요 ㅠㅠ Channy 2008.05.27 3384
438 <b>[완료]</b>FUNCTION 만들때 한가지 질문이요... [4] 꽃미남 2008.07.16 3388
437 <b>[완료]</b>excel 파일 첨부해서 E-mail 보낼때 한글 깨짐 현상 발생 [3] file 김영욱 2008.09.24 3394
436 <img src=3.gif>class alv 의 전체선택, 전체해제 기능키 구현방법 문의 [4] 초보아밥퍼 2010.03.07 3395