RSDBPI01 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 RSDBPI01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'DBPARAM' * fieldname = ' ' LANGU = SY-LANGU * lfieldname = ' ' ALL_TYPES = 'X' * importing * x030l_wa = * ddobjtype = * dfies_wa = TABLES DFIES_TAB = FIELDINFO EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' "#EC * EXPORTING TEXTLINE1 = 'Nicht gesicherte Daten werden verloren gehen!'(P03) TEXTLINE2 = 'Wollen Sie die Änderungen abbrechen?'(P04) TITEL = 'Änderungsmodus verlassen'(P02) * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = answer_loss_of_data.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSDBPI01 - documentation and ABAP source code RSDBNTCK - Checks whether a nametab entry exists for all database objects RSDBNTCK - Checks whether a nametab entry exists for all database objects RSDBMTRC - SAP DB: Activate/Deactivate DBMRFC Trace RSDBMTRC - SAP DB: Activate/Deactivate DBMRFC Trace RSDBMSTP - SAP DB: Stop the DBMRFC Server