메뉴 건너뛰기

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


 


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


 


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


 


아시는분좀 알려주세요.



번호 제목 글쓴이 날짜 조회 수
487 [re] Badis에 대해서요~ [1] file sapjoy 2007.02.07 3456
486 <b>[완료]</b>ALV CLASS에서 MARK 필드 선택 사용법 [3] SAMBATIME 2008.03.03 3457
485 <b>[완료]</b>ALV-TREE에서 CL_GUI_ALV_TREE->ADD_NODE에 대해서 문의드립니다. [5] 아밥맨 2008.06.17 3464
484 고객 위탁 재고 산출 재 질문 [2] 소주와 막걸리 2007.03.19 3466
483 [요청]'TEXT_CONVERT_XLS_TO_SAP' 함수설명 부탁드려요. [1] 다급 2008.06.18 3466
482 <b>[완료]</b>bdc call transaction 할때 옵션을 주면 되네요. [1] with SAP 2007.12.15 3467
481 <b>[완료]</b>excel 파일 첨부해서 E-mail 보낼때 한글 깨짐 현상 발생 [3] file 김영욱 2008.09.25 3469
480 <b>[완료]</b>table 이 존재 하는지 여부에 대하여 알수 있는 function 이나 class 있을까요?? [3] bd 2008.02.23 3472
479 [요청]ALV layout-edit 옵션을 사용시 변경된 Data 저장하기.. [2] 수갬 2008.09.18 3475
478 <img src=2.gif>sap memory 를 지울려면 어떤구문을 쓰죠? [2] 예스맨 2010.02.18 3478
477 class 선언(?) 할때 사용되는 키워드 관련 질문 드립니다. [3] Lee Hyun 2007.08.25 3479
476 <img src=3.gif>ALV의 check_changed_data 를 사용 후 메세지 처리 방법 [1] JG 2010.02.24 3483
475 [질문] 필수 항목 처리는 어떻게 하는지 궁금합니다. (온라인) [4] 나도아밥퍼 2007.06.25 3486
474 한 배치잡안에 여러개의 프로그램 실행 중 한건이 취소 될경우 자동 배치잡 생성문제 [2] 하얀콩 2007.04.05 3488
473 [요청]개발프로그램을 완전히 새로 운영에 다시 넘길때 [4] 미인 2008.02.25 3491
472 <b>[완료]</b>인터널테이블비교에관해서 궁금합니다 [5] 완전모르는초보 2008.04.15 3491
471 <b>[완료]</b>잠금 엔트리에 대해서... [1] 김재익 2007.03.24 3493
470 [요청]자재마스터 생성하는 BAPI 사용법좀 알려주세요 ㅠㅠ Channy 2008.05.28 3493
469 <img src=3.gif>[급해요]sy-datum의 한달전 날짜를 구하는 펑션이 있나요? [5] 니가해라후라이 2009.10.22 3497
468 <b>[완료]</b>FUNCTION 만들때 한가지 질문이요... [4] 꽃미남 2008.07.16 3501