SAP Reports / Programs

RSPFDB_AUTOREPORT_SINGLE SAP ABAP Report - Program RSPFDB_AUTOREPORT_SINGLE







RSPFDB_AUTOREPORT_SINGLE 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 RSPFDB_AUTOREPORT_SINGLE 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 RSPFDB_AUTOREPORT_SINGLE. "Basic submit
SUBMIT RSPFDB_AUTOREPORT_SINGLE AND RETURN. "Return to original report after report execution complete
SUBMIT RSPFDB_AUTOREPORT_SINGLE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program RSPFDB_AUTOREPORT_SINGLE


INCLUDES used within this REPORT RSPFDB_AUTOREPORT_SINGLE

INCLUDE RSALEXTI.


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:

SCSMROUTE_SETTINGS_ON_LOAD CALL FUNCTION 'SCSMROUTE_SETTINGS_ON_LOAD' EXPORTING USE_PRIO_ROUTES = 'X' ONLY_LOCAL_SYSID = ' ' RFC_ALLOWED = 'X' PROGRESS_INDICATOR = ' ' EXCEPTIONS SETTING_NOT_ALLOWED = 1 OTHERS = 2 .

SALP_GET_TIME_INTERVAL CALL FUNCTION 'SALP_GET_TIME_INTERVAL' EXPORTING time_count = rep-TIME_CNT time_unit = rep-TIME_UNIT REPDEFNAM = rep-REPDEFNAM IMPORTING FIRSTDAY = first LASTDAY = last EXCEPTIONS ILLEGAL_TIMEUNIT = 1 REPORT_DEF_ERROR = 2 EMPTY_REPORT_DEFINITION = 3 OTHERS = 4.

SALP_UI_EXECUTE_REPORT CALL FUNCTION 'SALP_UI_EXECUTE_REPORT' EXPORTING report_def = rep-REPDEFNAM firstday = first lastday = last output_dim = rep-output_dim output_target = rep-output_target filename = rep-OUT_FILENAME filetarget = 'B' SHOW_NULL_ENTRIES = null EXCEPTIONS REPORT_NOT_EXIST = 1 INTERNAL_ERROR = 2 ILLEGAL_OUTPUT_DIM = 3 OTHERS = 4 .



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