SAP Reports / Programs | Intercompany Data Exchange | SAP Utilities | Intercompany Data Exchange(IS-U-IDE) SAP IS

RTINV_DOC_EXTR_EXTRFRM SAP ABAP INCLUDE - RTINVDOCEXTREXTRFRM







RTINV_DOC_EXTR_EXTRFRM 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 RTINV_DOC_EXTR_EXTRFRM 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 RTINV_DOC_EXTR_EXTRFRM. "Basic submit
SUBMIT RTINV_DOC_EXTR_EXTRFRM AND RETURN. "Return to original report after report execution complete
SUBMIT RTINV_DOC_EXTR_EXTRFRM 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 RTINV_DOC_EXTR_EXTRFRM

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:

FKK_SELP_EXTR_GET_CRIT CALL FUNCTION 'FKK_SELP_EXTR_GET_CRIT' EXPORTING i_sel_type = gc_layouttype_extract i_sel_name = x_layout IMPORTING e_criteria = l_layout_attr EXCEPTIONS err_not_found = 1 OTHERS = 2.

RS_SELECTIONSCREEN_READ CALL FUNCTION 'RS_SELECTIONSCREEN_READ' EXPORTING program = sy-repid TABLES fieldvalues = lt_fieldvalues.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING * client = sy-mandt logical_filename = gc_tinv_logfile * operating_system = sy-opsys * parameter_1 = ' ' " no real filenm. par.

RZL_READ_DIR CALL FUNCTION 'RZL_READ_DIR' EXPORTING fromline = 0 nrlines = 10000 name = l_phys_path * SRVNAME = ' ' TABLES file_tbl = lt_allfiles_apps EXCEPTIONS argument_error = 1 not_found = 2 send_error = 3 system_failure = 4 OTHERS = 5.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'SALFLDIR' retfield = 'NAME' * dynpprog = ' ' * dynpnr = ' ' * dynprofield = ' ' window_title = l_title_2 * value = xy_filename value_org = 'S' * multiple_choice = ' ' TABLES value_tab = lt_allfiles_apps return_tab = lt_selfiles_apps EXCEPTIONS parameter_error = 1 no_values_found = 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 RTINV_DOC_EXTR_EXTRFRM or its description.