SAP Reports / Programs

SAPR_DEVCHECK_TESTFORMS SAP ABAP Report - IS-U Device Checker: Various Small Test Programs







SAPR_DEVCHECK_TESTFORMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is for SAP internal use only...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPR_DEVCHECK_TESTFORMS 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 SAPR_DEVCHECK_TESTFORMS. "Basic submit
SUBMIT SAPR_DEVCHECK_TESTFORMS AND RETURN. "Return to original report after report execution complete
SUBMIT SAPR_DEVCHECK_TESTFORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PFNAME = Select Error Name
Selection Text: PPACKTST = Package Test
Selection Text: PSELOPT = Select Options Test
Selection Text: PSRCLOAD = Src Download
Selection Text: PUPCASE = Change Efdat-Text To Uppercase
Selection Text: P_EQUNR = EQUNR for Select Options Test
Selection Text: PFLDSYMB = Delete Field Symbols
Selection Text: PBPTEST = Breakpoint Test
Selection Text: PCOMTEST = Commit Test
Selection Text: PCONDTST = Condense Test
Selection Text: PFELDALL = Environment Test with Table
Selection Text: PFELDONE = Environ. Test with Start Value
Title: IS-U Device Checker: Various Small Test Programs


INCLUDES used within this REPORT SAPR_DEVCHECK_TESTFORMS

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:

RS_FUNCTION_POOL_CONTENTS * CALL FUNCTION 'RS_FUNCTION_POOL_CONTENTS' * EXPORTING * FUNCTION_POOL = 'EDEC' * TABLES * FUNCTAB = FUBAS_ITAB * EXCEPTIONS * FUNCTION_POOL_NOT_FOUND = 1 * OTHERS = 2.

WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING ** BIN_FILESIZE = ' ' ** CODEPAGE = ' ' * FILENAME = DESTNAME * FILETYPE = 'ASC' ** MODE = ' ' ** WK1_N_FORMAT = ' ' ** WK1_N_SIZE = ' ' ** WK1_T_FORMAT = ' ' ** WK1_T_SIZE = ' ' ** COL_SELECT = ' ' ** COL_SELECTMASK = ' ' ** NO_AUTH_CHECK = ' ' ** IMPORTING ** filelength = * TABLES * DATA_TAB = PROG_ITAB.

WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING ** BIN_FILESIZE = ' ' ** CODEPAGE = ' ' * FILENAME = DESTNAME * FILETYPE = 'ASC' ** MODE = ' ' ** WK1_N_FORMAT = ' ' ** WK1_N_SIZE = ' ' ** WK1_T_FORMAT = ' ' ** WK1_T_SIZE = ' ' ** COL_SELECT = ' ' ** COL_SELECTMASK = ' ' ** NO_AUTH_CHECK = ' ' ** IMPORTING ** filelength = * TABLES * DATA_TAB = PROG_ITAB ** FIELDNAMES = * EXCEPTIONS * FILE_OPEN_ERROR = 1 * FILE_WRITE_ERROR = 2 * INVALID_FILESIZE = 3 * INVALID_TABLE_WIDTH = 4 * INVALID_TYPE = 5 * NO_BATCH = 6 * UNKNOWN_ERROR = 7 * GUI_REFUSE_FILETRANSFER = 8 * OTHERS = 9.

ISU_DEVCHECK_UMFELDTEST * CALL FUNCTION 'ISU_DEVCHECK_UMFELDTEST' * EXPORTING * X_KEYNA = CO_FLDNAM_ANLAGE * X_VALUE = '0000006495' * X_DEEP_LEVEL = '01' * X_STOP_AT_ERROR = 'X'.

ISU_DEVCHECK_UMFELDTEST_MANY * CALL FUNCTION 'ISU_DEVCHECK_UMFELDTEST_MANY' * TABLES * XYT_TYPES_AND_VALUES = TYPES_ITAB * EXCEPTIONS * ERROR_DETECTED = 1 * OTHERS = 2.



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 SAPR_DEVCHECK_TESTFORMS or its description.