KAOL1F04 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter KAOL1F04 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = i_repid I_CALLBACK_PF_STATUS_SET = co_form_set_pf_status i_structure_name = co_alv_structure is_layout = g_layout it_fieldcat = g_fieldcat_tab[] i_default = 'X' i_save = g_variant_save it_events = g_events_tab[] tables t_outtab = t_object_tab exceptions program_error = 1 others = 2.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = g_listheader_tab.
ISU_S_ETYP_DISPLAY call function 'ISU_S_ETYP_DISPLAY' exporting x_matnr = itab_equi-matnr exceptions object_not_found = 1 others = 2.
ISU_S_EGER_DISPLAY call function 'ISU_S_EGER_DISPLAY' exporting x_equnr = itab_equi-equnr exceptions object_not_found = 1 not_authorized = 2 others = 3.
SZRS_S_ADRCITY_DISPLAY call function 'SZRS_S_ADRCITY_DISPLAY' exporting x_country = itab_equi-country x_langu = sy-langu x_city_code = itab_equi-city_code x_no_change = 'X' x_no_other = 'X' exceptions not_found = 1 general_fault = 2 others = 3.
SZRS_S_ADRSTREET_DISPLAY call function 'SZRS_S_ADRSTREET_DISPLAY' exporting x_country = itab_equi-country x_langu = sy-langu x_strt_code = itab_equi-streetcode x_no_change = 'X' x_no_other = 'X' exceptions not_found = 1 general_fault = 2 others = 3.
ISU_PICK_OBJECT call function 'ISU_PICK_OBJECT' exporting x_refstruct = 'EANLD' x_reffield = 'ABLEINH' x_value = itab_equi-ableinheit tables xt_valid_objtypes = ivalobj exceptions cancelled = 1 no_object = 2 others = 99.
READ_NOTIFICATION CALL FUNCTION 'READ_NOTIFICATION' EXPORTING FEKNZ = ' ' MAKNZ = ' ' qmnum = itab_equi-meldung I_DELETE = ' ' IMPORTING IVIQMEL = tmp_viqmel EXCEPTIONS INVALID_NUMBER = 1 OTHERS = 2.
ISU_DB_TQ80_SINGLE CALL FUNCTION 'ISU_DB_TQ80_SINGLE' EXPORTING x_qmart = tmp_viqmel-qmart IMPORTING Y_TQ80 = tmp_tq80 EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
KAOL1F04 - documentation and ABAP source code KANBAN_MD_TRANSMIT_WRITE_LOF01 - KANBANMDTRANSMITWRITELOF01 KANBAN_MD_TRANSMIT_GET_MASTF01 - Include KANBAN_MD_TRANSMIT_GET_MASTF01 KANBAN_MD_TRANSMIT - Master Data Transfer for Kanban KANBAN_MD_TRANSMIT - Master Data Transfer for Kanban KANBAN_MD_TOP - Include KANBAN_MD_TOP