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

RSLDB_TRANSFF01 SAP ABAP INCLUDE - RSLDBTRANSFF01







RSLDB_TRANSFF01 is a standard ABAP INCLUDE 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 RSLDB_TRANSFF01 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 RSLDB_TRANSFF01. "Basic submit
SUBMIT RSLDB_TRANSFF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RSLDB_TRANSFF01 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 RSLDB_TRANSFF01

FORM GENERATE_INCLUDES USING P_LDB_COPY.
INSERT REPORT INCLUDE_TABLE-NAME FROM I_SOURCE.
FORM GENERATE_USER_INCLUDES TABLES P_PERFORM_TABLE
FORM CHECK_INCLUDE_LIST


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_SLDB_SELECTION_SCREEN CALL FUNCTION 'RS_SLDB_SELECTION_SCREEN' EXPORTING LDB_PATTERN = P_LDB IMPORTING LDB_SELECTED = LDB FLAG_LDB_SELECTED = FLAG EXCEPTIONS CANCELED = 1 OTHERS = 2.

RS_SLDB_SELECT CALL FUNCTION 'RS_SLDB_SELECT' EXPORTING LDB_PATTERN = P_LDB FLAG_WITH_SHOW_OPTION = C_FALSE IMPORTING LDB_SELECTED = LDB FLAG_LDB_SELECTED = FLAG EXCEPTIONS NO_LDB_MATCHED_PATTERN = 01 OTHERS = 02.

LDB_CONVERT_LDBNAME_2_DBPROG CALL FUNCTION 'LDB_CONVERT_LDBNAME_2_DBPROG' EXPORTING LDB_NAME = P_LDB FLAG_EXISTENCE_CHECK = C_FALSE IMPORTING DB_NAME = P_DB_NAME SEL_NAME = P_SEL_NAME COM_NAME = P_COM_NAME EXCEPTIONS WRONG_POSITION_OF_SLASHES = 1 LDB_NAME_TOO_LONG = 2 OTHERS = 3.

LDB_CONVERT_LDBNAME_2_DBPROG CALL FUNCTION 'LDB_CONVERT_LDBNAME_2_DBPROG' EXPORTING LDB_NAME = P_LDB_COPY FLAG_EXISTENCE_CHECK = C_FALSE IMPORTING DB_NAME = P_DB_NAME_TO SEL_NAME = P_SEL_NAME_TO COM_NAME = P_COM_NAME_TO TOP_NAME = P_TOP_NAME_TO NXXX_NAME = P_NXXX_NAME_TO F_OHNE_NAME = P_F_OHNE_NAME_TO F001_NAME = P_F001_NAME_TO PUT_NAME = P_PUT_NAME_TO FXXX_NAME = P_FXXX_NAME_TO SXXX_NAME = P_SXXX_NAME_TO EXCEPTIONS WRONG_POSITION_OF_SLASHES = 1 LDB_NAME_TOO_LONG = 2 OTHERS = 3.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TEXT-050 START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'RSLDB_TRANSF_HELP' HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

REPOSITORY_INFO_SYSTEM_SET CALL FUNCTION 'REPOSITORY_INFO_SYSTEM_SET' EXPORTING OBJECT_TYPE = 'PROG_FORM' ACTION = 'S' * OBJECT_NAME = ENCLOSING_OBJECT = P_PROG_NAME MODE = ' ' SUPPRESS_SELECTION = 'X' * VARIANT = * NO_DIALOG = * F4_MODE = * IMPORTING * FCODE = TABLES OBJECTLIST = P_FORMS EXCEPTIONS WRONG_TYPE = 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 RSLDB_TRANSFF01 or its description.