SDSTAT01 is a standard Executable ABAP Report 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 SDSTAT01 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: KBTCHN = New transfer
Selection Text: KBTCHV = Previous transfer
Title: SIS Transfer from V2 to V1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = GV_REPID I_GRID_TITLE = SY-TITLE IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT[] I_SAVE = GC_SAVE IS_VARIANT = GS_VARIANT TABLES T_OUTTAB = GT_OUTPUT EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = gv_repid I_STRUCTURE_NAME = GC_SDSTAT0102 CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 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.
SDSTAT01 - SIS Transfer from V2 to V1 SDSTAT01 - SIS Transfer from V2 to V1 SDSPETEST2 - Test Report for Status Fields of Total Blocks SDSPETEST2 - Test Report for Status Fields of Total Blocks SDSPETEST1 - Test Report for Status Fields of Total Blocks SDSPETEST1 - Test Report for Status Fields of Total Blocks