RSA1EXAP 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 RSA1EXAP 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: P_OS = DataSource
Title: Enhancement of Extract Stucture of a DataSource with an Append
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSA1_SINGLE_OLTPSOURCE_GET CALL FUNCTION 'RSA1_SINGLE_OLTPSOURCE_GET' EXPORTING I_OLTPSOURCE = P_OS I_OBJVERS = RSAOT_C_OBJVERS-ACTIVE IMPORTING E_S_OLTPSOURCE = L_S_OSOURCE EXCEPTIONS OTHERS = 1.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = L_EXSTRU_1 IMPORTING DD02V_WA = L_S_DD02V EXCEPTIONS OTHERS = 1.
RS_DD_APPEND_ADD CALL FUNCTION 'RS_DD_APPEND_ADD' EXPORTING APPNAME = '' TABNAME = L_EXSTRU_2 " popup = rsaot_c_flag-on EXCEPTIONS ALREADY_EXISTS = 1 OTHERS = 2.
RS_DD_SHOW CALL FUNCTION 'RS_DD_SHOW' EXPORTING OBJNAME = L_EXSTRU_3 OBJTYPE = 'U' EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSA1EXAP - Enhancement of Extract Stucture of a DataSource with an Append RSA1EXAP - Enhancement of Extract Stucture of a DataSource with an Append RSA1DSRP - XPRA upgrade repair after BW BCT upgrade RSA1DSRP - XPRA upgrade repair after BW BCT upgrade RSA1DSMA - Process DataSources 3.0B RSA1DSMA - Process DataSources 3.0B