SAP Reports / Programs

RSA1APAC SAP ABAP Report - Transfer Application Component Hierarchy from Content







RSA1APAC 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 RSA1APAC into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSA9 - Transfer Application Components


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


Text pool values


Title: Transfer Application Component Hierarchy from Content
Text Symbol: 001 = Transfer Component Hierarchy?
Text Symbol: 002 = Do you want the content application
Text Symbol: 003 = Confirm. Prompt


INCLUDES used within this REPORT RSA1APAC

INCLUDE RSA1LOG.


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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-002 TEXTLINE2 = TEXT-001 TITEL = TEXT-003 IMPORTING ANSWER = G_ANSWER.

RSA2_RSADMIN_PUT *CALL FUNCTION 'RSA2_RSADMIN_PUT' * EXPORTING * I_OBJECT = 'APCO' * I_VALUE = G_HNM.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES WT_KO200 = I_T_KO200 WT_E071K = L_T_E071K EXCEPTIONS OTHERS = 1.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' TABLES WT_KO200 = I_T_KO200 WT_E071K = L_T_E071K EXCEPTIONS OTHERS = 1.

RSA2_SYSTEMTYPE_GET CALL FUNCTION 'RSA2_SYSTEMTYPE_GET' " 30C SP4 EXPORTING I_WITH_BUFFER = ' ' IMPORTING E_SYSTEMTYPE = L_SYSTYPE E_CONTENTSYS = L_CONTENT EXCEPTIONS OTHERS = 1.

RSA2_RSADMIN_GET * CALL FUNCTION 'RSA2_RSADMIN_GET' * EXPORTING * I_OBJECT = 'CONTENT_SYSTEM' * CHANGING * C_VALUE = L_CONTENT.

RSAO_GET_SYSTYPE CALL FUNCTION 'RSAO_GET_SYSTYPE' IMPORTING SYS_TYPE = L_SYSTYPE.

RSS_SYSTEM_GET_UNIQUE_ID CALL FUNCTION 'RSS_SYSTEM_GET_UNIQUE_ID' IMPORTING E_UNI_IDC25 = L_GUID.



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