본문 바로가기

Ⅰ. ERP/1. ABAP

[SAP ABAP] 년 월 선택하는 팝업

728x90

CALL FUNCTION 'POPUP_TO_SELECT_MONTH'
    EXPORTING
      actual_month   lv_spmon
    IMPORTING
      selected_month lv_spmon
      return_code    lv_subrc.

728x90