* 계속 업데이트 될 예정
Method / Function / Event | Class | 용도 |
GET_SELECTED_ROWS | CL_GUI_ALV_GRID | Grid 안에서 선택된 셀의 Row Index를 가져올 때 사용 |
Constructor | CL_GUI_DOCKING_CONTAINER | Docking Container 만들 때 사용 |
Constructor | CL_GUI_CUSTOM_CONTAINER | Custom Container만들 때 사용 |
Constructor | CL_GUI_ALV_GRID | Grid를 만들 때 사용 |
K_KKB_FIELDCAT_MERGE | Table이나 구조체로부터 Field Catalog를 받음 ( 이 Function 이 후, 아래의 LVC_TRANSFER_FROM_KKBLO 를 Call 해야 함 ) |
|
LVC_TRANSFER_FROM_KKBLO | Field Catalog 최종 ITAB | |
POPUP_TO_CONFIRM | Popup창 띄우는 Function | |
SET_TABLE_FOR_FIRST_DISPLAY | CL_GUI_ALV_GRID | ALV 를 화면에 출력할 때 쓰는 Method |
GUI_UPLOAD | File Upload | |
REFRESH_TABLE_DISPLAY | CL_GUI_ALV_GRID | 화면 Refresh |
ICON_CREATE | https://haramang.tistory.com/52 | |
GUI_UPLOAD | https://haramang.tistory.com/50 | |
FILE_SAVE_DIALOG | https://haramang.tistory.com/51 | |
CREATE_DYNAMIC_TABLE | CL_ALV_TABLE_CREATE | https://haramang.tistory.com/53 |
DDIF_FIELDINFO_GET | 테이블 필드 가져올 때 사용 | |
CREATE_DYNAMIC_TABLE | CL_ALV_TABLE_CREATE | 동적 테이블 구성 시 사용 |
'SAP > ABAP ALV' 카테고리의 다른 글
(ABAP ALV) Data_Changed Event (0) | 2021.07.10 |
---|---|
(ABAP ALV) Field Catalog 정리 (0) | 2021.07.10 |
(ABAP ALV) CL_GUI_ALV_GRID Event (0) | 2021.07.04 |
(ABAP ALV) Field Catalog (0) | 2021.07.04 |
(ABAP ALV) ALV Layout (0) | 2021.07.04 |