REAUFK20F10 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 REAUFK20F10 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!
ISU_TOB_GET CALL FUNCTION 'ISU_TOB_GET' EXPORTING I_AO_DIR = AO_DIR I_AO_GP = AO_GP I_AO_AN = AO_AN I_AO_TI = AO_TI I_AO_GE = AO_GE I_VB_ANL = VB_ANL I_VB_AO = VB_AO I_VB_TI = VB_TI I_CONOB = CONOB I_PREMISE = VBRST I_INSTALLATION = ANLAGE I_DEVICETYPE = GERTYP I_DEVICE = GERAET I_FROMDATE = L_FROMDATE I_TODATE = L_TODATE TABLES E_EQUNR_TAB = L_EQUNR_TAB E_TPLNR_TAB = L_TPLNR_TAB E_MATSER_TAB = L_MATSER_TAB EXCEPTIONS NOTHING_FOUND = 1.
ISU_TOB_F4HELP_GERAET CALL FUNCTION 'ISU_TOB_F4HELP_GERAET' EXPORTING I_GERAET = 'GERAET' I_GERAETETYP = 'GERTYP' I_DYNAME = dyname I_DYNUMB = SY-DYNNR .
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = CONOB IMPORTING OUTPUT = CONOB EXCEPTIONS OTHERS = 1.
SELECTION_TEXTS_MODIFY CALL FUNCTION 'SELECTION_TEXTS_MODIFY' EXPORTING PROGRAM = SY-REPID TABLES SELTEXTS = SELTEXTS[] EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REAUFK20F10 - documentation and ABAP source code REAUFK20 - List of Service Orders: Selection According to IS-U Criteria REAUFK20 - List of Service Orders: Selection According to IS-U Criteria REATVVWD - Where-Used List - Inconsistent Subtransaction Combinations in Rates REATVVWD - Where-Used List - Inconsistent Subtransaction Combinations in Rates REATVORG - Check sub-transactions for rates (IMG)