SAP/ABAP 기초
(ABAP 기초) 자주 사용 되는 타입, 클래스 모음 (ABAP/ALV)
haramang
2021. 10. 11. 17:20
Name | Type | Description | Usage |
bdcdata | Structure | Batch Input | General / BDC |
bdcmsgcoll | Structure | Message | General / BDC |
bapireturn | Structure | BAPI Return | General / BDC |
ctu_params | Structure | CALL TRANSACTION... (BDC) | General / BDC |
cl_gui_custom_container | Class | GUI Container (Super) | ALV |
cl_gui_splitter_container | Class | Splitter Container | ALV |
cl_gui_container | Class | Gui Container | ALV |
cl_gui_alv_grid | Class | ALV Grid | ALV |
lvc_t_fcat | Table Type | ALV Field Catalog | ALV |
lvc_s_fcat | Structure | ALV Field Catalog | ALV |
lvc_s_layo | Structure | ALV Layout | ALV |
lvc_s_sort | Structure | ALV Sort Order | ALV |
lvc_t_sort | Table Type | ALV Sort Order | ALV |
disvariant | Structure | Layout ( External Use ) - Variant | ALV |
lvc_s_styl | Structure | ALV Internal Table Style | ALV |
lvc_s_scol | Structure | ALV Internal Table Color | ALV |
ui_functions | Table Type | Function Code | General / ALV |
ui_func | Element | Function Code | General / ALV |
stb_button | Structure | Toolbar Button | ALV |
lvc_t_row | Table Type | Line description | ALV |
lvc_s_row | Structure | Line description | ALV |
lvc_s_modi | Table Type | Modified cells | ALV |
lvc_t_modi | Structure | Modified cells | ALV |
lvc_s_stbl | Structure | Refresh stability - Parameter for ALV Refresh Table | ALV |
lvc_t_stbl | Table Type | Refresh stability - Parameter for ALV Refresh Table | ALV |
lvc_t_moce | Table Type | Inserted / Deleted rows | ALV |
lvc_s_moce | Structure | Inserted / Deleted rows | ALV |
cl_dd_document | Class | Dynamic Document | General / ALV |
cl_abap_structdescr | Class | Structure Description | RTTS |
cl_abap_tabledescr | Class | Table Description | RTTS |
cl_abap_typedescr | Class | Type Description (Super) | RTTS |
cl_abap_elemdescr | Class | Element Description | RTTS |
abap_compdescr_tab | Table Type | Creating Dynamic Internal Table | General / RTTS |
abap_compdescr | Structure | Creating Dynamic Internal Table | General / RTTS |
abap_componentdescr | Structure | Containing component description | General / RTTS |
abap_component_tab | Table Type | Containing component description | General / RTTS |