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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPR_DEVCHECK_TESTFORMS - IS-U Device Checker: Various Small Test Programs SAPR_DEVCHECK_TESTFORMS - IS-U Device Checker: Various Small Test Programs SAPR_DEVCHECK_START - IS-U Device Checker: Starts IS-U Device Checker by Calling Fnctn Mod. SAPR_DEVCHECK_START - IS-U Device Checker: Starts IS-U Device Checker by Calling Fnctn Mod. SAPR_DEVCHECK_MANIPULATE_DATA - IS-U Device Checker: Create, Restore and Analyze Test Data SAPR_DEVCHECK_MANIPULATE_DATA - IS-U Device Checker: Create, Restore and Analyze Test Data