SAP Reports / Programs

RSA1EXAP SAP ABAP Report - Enhancement of Extract Stucture of a DataSource with an Append







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


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


Text pool values


Selection Text: P_OS = DataSource
Title: Enhancement of Extract Stucture of a DataSource with an Append


INCLUDES used within this REPORT RSA1EXAP

No INCLUDES are used within this REPORT code!


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:

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.



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