SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Function Builder(BC-DWB-TOO-FUB) SAP BC

RSS307B SAP ABAP Report - documentation and ABAP source code







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


INCLUDES used within this REPORT RSS307B

INCLUDE MS38LCOM.


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:

FUNCTION_IMPORT_DOKU CALL FUNCTION 'FUNCTION_IMPORT_DOKU' EXPORTING FUNCNAME = OLD_NAME IMPORTING GLOBAL_FLAG = RS38L-GLOBAL REMOTE_CALL = RS38L-REMOTE UPDATE_TASK = RS38L-UTASK SHORT_TEXT = TFTIT-STEXT * FREEDATE = TABLES DOKUMENTATION = L_FUNCT EXCEPTION_LIST = IF_EXCEPT EXPORT_PARAMETER = IF_EXPORT IMPORT_PARAMETER = IF_IMPORT CHANGING_PARAMETER = IF_CHANGE TABLES_PARAMETER = IF_TABLES EXCEPTIONS ERROR_MESSAGE = 2 FUNCTION_NOT_FOUND = 3 INVALID_NAME = 4 OTHERS = 5 .

FUNCTION_INCLUDE_INFO CALL FUNCTION 'FUNCTION_INCLUDE_INFO' * IMPORTING * FUNCTAB = * NAMESPACE = CHANGING FUNCNAME = OLD_NAME GROUP = NEW_GRP INCLUDE = L_INCL EXCEPTIONS FUNCTION_NOT_EXISTS = 6 INCLUDE_NOT_EXISTS = 7 GROUP_NOT_EXISTS = 8 NO_SELECTIONS = 9 NO_FUNCTION_INCLUDE = 10 OTHERS = 11 .

FUNCTION_INCLUDE_CONCATENATE CALL FUNCTION 'FUNCTION_INCLUDE_CONCATENATE' CHANGING * PROGRAM = GROUP = L_GROUP NAMESPACE = L_NAMESPACE COMPLETE_AREA = NEW_GRP EXCEPTIONS NOT_ENOUGH_INPUT = 12 NO_FUNCTION_POOL = 13 DELIMITER_WRONG_POSITION = 14 OTHERS = 15 .

RPY_FUNCTIONMODULE_INSERT CALL FUNCTION 'RPY_FUNCTIONMODULE_INSERT' EXPORTING FUNCNAME = NEW_NAME FUNCTION_POOL = L_GROUP * INTERFACE_GLOBAL = ' ' REMOTE_CALL = RS38L-REMOTE SHORT_TEXT = TFTIT-STEXT * SUPPRESS_CORR_CHECK = 'X' UPDATE_TASK = RS38L-UTASK * CORRNUM = ' ' NAMESPACE = L_NAMESPACE * IMPORTING * FUNCTION_INCLUDE = TABLES IMPORT_PARAMETER = IF_IMPORT EXPORT_PARAMETER = IF_EXPORT TABLES_PARAMETER = IF_TABLES CHANGING_PARAMETER = IF_CHANGE EXCEPTION_LIST = IF_EXCEPT PARAMETER_DOCU = PARAM_DOCU SOURCE = L_SOURCE EXCEPTIONS DOUBLE_TASK = 16 ERROR_MESSAGE = 17 FUNCTION_ALREADY_EXISTS = 18 INVALID_FUNCTION_POOL = 19 INVALID_NAME = 20 TOO_MANY_FUNCTIONS = 21 OTHERS = 22 .

FUNCTION_DELETE CALL FUNCTION 'FUNCTION_DELETE' EXPORTING FUNCNAME = OLD_NAME EXCEPTIONS ERROR_MESSAGE = 23 OTHERS = 24 .



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