CCMSBI_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 CCMSBI_RSA1APAC 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.
Title: Transfer Application Component Hierarchy from Content
Text Symbol: 001 = application component hierarchy?
Text Symbol: 002 = Do you want to transfer the content
Text Symbol: 003 = Confirmat. Prompt
INCLUDE RSA1LOG.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CCMSBI_RSA1APAC - Transfer Application Component Hierarchy from Content CCMSBI_RSA1APAC - Transfer Application Component Hierarchy from Content CCMSBI_REPORTING_SUITE - Program CCMSBI_REPORTING_SUITE CCMSBI_REPORTING_SUITE - Program CCMSBI_REPORTING_SUITE CCMSBI_MD_EXTRACT_CHECK - Test CCMS Master Data Extraction CCMSBI_MD_EXTRACT_CHECK - Test CCMS Master Data Extraction