SAP Reports / Programs | Device Management | SAP Utilities | Device Management(IS-U-DM) SAP IS

KAOL1F04 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT KAOL1F04. "Basic submit
SUBMIT KAOL1F04 AND RETURN. "Return to original report after report execution complete
SUBMIT KAOL1F04 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT KAOL1F04

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name KAOL1F04 or its description.