F9060F01 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 F9060F01 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.
Title: Include F9060F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EXTTYPE_READ CALL FUNCTION 'EXTTYPE_READ' EXPORTING pi_cimtyp = ls_edimsg-cimtyp * PI_CHECK_AUTHORITY = 'X' * PI_READ_DEVC = 'X' * IMPORTING * PE_ATTRIBUTES = tables * PT_SYNTAX = pt_pre_syntax = lt_cimtyp * PT_INT_SYNTAX = EXCEPTIONS object_not_found = 1 db_error = 2 no_authority = 3 OTHERS = 4.
SEGMENT_READ CALL FUNCTION 'SEGMENT_READ' EXPORTING segmenttyp = ls_idocsyn-segtyp IMPORTING * RESULT = * DEVCLASS = segmentheader = segmentheader * TABLES * SEGMENTDEFINITION = * SEGMENTSTRUCTURE = EXCEPTIONS no_authority = 1 segment_not_existing = 2 OTHERS = 3.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_ddobjname * STATE = 'A' langu = sy-langu * IMPORTING * GOTSTATE = * dd02v_wa = ls_dd02v * DD09L_WA = tables dd03p_tab = lt_dd03p * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = exceptions illegal_input = 1 others = 2.
DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = ls_ddic_dtel-rollname * STATE = 'A' langu = sy-langu importing * GOTSTATE = dd04v_wa = ls_dd04v * TPARA_WA = EXCEPTIONS illegal_input = 1 OTHERS = 2.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_ddobjname * STATE = 'A' langu = sy-langu importing * GOTSTATE = dd02v_wa = ls_dd02v * DD09L_WA = * TABLES * DD03P_TAB = * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = exceptions illegal_input = 1 others = 2.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = pi_dynnr * TRANSLATE_TO_UPPER = ' ' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' TABLES dynpfields = lt_dynpfield EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 OTHERS = 10.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' selectfield = p_selectfield titel = p_titel * NO_PERS_HELP_SELECT = ' ' * TITLE_IN_VALUES_LIST = ' ' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * USE_USER_SELECTIONS = ' ' * WRITE_SELECTFIELD_IN_COLOURS = 'X' * NO_SCROLL = ' ' * NO_CONVERSION = ' ' * REDUCED_STATUS_ONLY = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' * NO_DISPLAY_OF_PERS_VALUES = ' ' * FILTER_FULL_TABLE = ' ' importing ind = p_index_tab * SELECT_VALUE = TABLES fields = tab_tabfields full_table = tab_valuetab * USER_SEL_FIELDS = * HEADING_TABLE = EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.
IDOC_READ_COMPLETELY CALL FUNCTION 'IDOC_READ_COMPLETELY' EXPORTING document_number = p_docnum * IMPORTING * IDOC_CONTROL = * NUMBER_OF_DATA_RECORDS = * NUMBER_OF_STATUS_RECORDS = tables * int_edids = int_edidd = pt_edidd EXCEPTIONS document_not_exist = 1 document_number_invalid = 2 OTHERS = 3.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_ddobjname * STATE = 'A' langu = sy-langu * IMPORTING * GOTSTATE = * dd02v_wa = ls_dd02v * DD09L_WA = tables dd03p_tab = lt_dd03p * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = exceptions illegal_input = 1 others = 2.
SEGMENT_READ CALL FUNCTION 'SEGMENT_READ' EXPORTING segmenttyp = l_segtyp * IMPORTING * RESULT = * DEVCLASS = * SEGMENTHEADER = tables * SEGMENTDEFINITION = segmentstructure = lt_edisegstru EXCEPTIONS no_authority = 1 segment_not_existing = 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.