SAP Reports / Programs | SAP Business Information Warehouse | Business Content and Extractors(BW-BCT) SAP BW

CCMSBI_WEBAS_STAT_REORG SAP ABAP Report - CCMSBI: Reorganize Web AS Statistics Data in BI







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


Text pool values


Title: CCMSBI: Reorganize Web AS Statistics Data in BI


INCLUDES used within this REPORT CCMSBI_WEBAS_STAT_REORG

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:

RSDRI_INFOPROV_READ call function 'RSDRI_INFOPROV_READ' exporting I_INFOPROV = CL_CCMSBI_WAST_READ_CONFIG=>ODS_NAME I_TH_SFC = MT I_TH_SFK = KT I_T_RANGE = SEL importing E_T_DATA = CONFIG_TEMP E_END_OF_DATA = LAST changing C_FIRST_CALL = FIRST exceptions ILLEGAL_INPUT = 1 ILLEGAL_INPUT_SFC = 2 ILLEGAL_INPUT_SFK = 3 ILLEGAL_INPUT_RANGE = 4 ILLEGAL_INPUT_TABLESEL = 5 NO_AUTHORIZATION = 6 * NCUM_NOT_SUPPORTED = 7 ILLEGAL_DOWNLOAD = 8 ILLEGAL_TABLENAME = 9 TRANS_NO_WRITE_MODE = 10 INHERITED_ERROR = 11 X_MESSAGE = 12 others = 13.

CCMSBI_PSEUDO_DEQ_STAT_REORG call function 'CCMSBI_PSEUDO_DEQ_STAT_REORG'.

RSD_CUBE_GET call function 'RSD_CUBE_GET' exporting I_INFOCUBE = TARGET exceptions INFOCUBE_NOT_FOUND = 1 ILLEGAL_INPUT = 2 others = 3.

CCMSBI_PSEUDO_ENQ_STAT_REORG call function 'CCMSBI_PSEUDO_ENQ_STAT_REORG'.

RSDRD_SEL_DELETION call function 'RSDRD_SEL_DELETION' exporting I_DATATARGET = TARGET I_THX_SEL = SEL changing C_T_MSG = ERRORS exceptions X_MESSAGE = 1 INHERITED_ERROR = 2 INVALID_TYPE = 3 others = 4.

RSD_CUBE_GET CALL FUNCTION 'RSD_CUBE_GET' EXPORTING I_INFOCUBE = cubename I_OBJVERS = RS_C_OBJVERS-ACTIVE * I_BYPASS_BUFFER = RS_C_FALSE * I_WITH_ATR_NAV = RS_C_FALSE IMPORTING E_S_CUBE = cubeinfo EXCEPTIONS INFOCUBE_NOT_FOUND = 1 ILLEGAL_INPUT = 2 OTHERS = 3.

RSSM_RSMDATASTATE_MAINTAIN CALL FUNCTION 'RSSM_RSMDATASTATE_MAINTAIN' EXPORTING I_INFOCUBE = cubename I_MODE = 'R' I_TRANSPORT = ' ' I_NO_AUTH_CHECK = 'X' * IMPORTING * E_TYPE = CHANGING C_S_RSMDATASTATE = moreinfo EXCEPTIONS ERROR = 1 OTHERS = 2 .

RSSM_SWITCH_ICUBE_TRANS_BATCH CALL FUNCTION 'RSSM_SWITCH_ICUBE_TRANS_BATCH' EXPORTING I_INFOCUBE = cube I_NO_DIALOG = 'X' I_SWITCH = req_accmode EXCEPTIONS CAN_NOT_SWITCH = 1 NO_TRANSACTIONAL_CUBE = 2 CUBE_NOT_EXIST = 3 NOT_ALLOWED = 4 NO_ACTIVE_CUBE = 5 INTERNAL_ERROR = 6 STILL_LOADING = 7 YELLOW_RED_REQUESTS_EXISTS = 8 OTHERS = 9 .

DATE_GET_WEEK call function 'DATE_GET_WEEK' exporting DATE = DD importing WEEK = SW exceptions DATE_INVALID = 1 others = 2.

RSSM_ICUBE_REQUESTS_GET call function 'RSSM_ICUBE_REQUESTS_GET' exporting I_INFOCUBE = TARGET I_DATE_TO = DATE I_WITHOUT_TEXTS = 'X' importing E_T_REQUEST = REQUESTS exceptions WRONG_INFOCUBE = 1 INTERNAL_ERROR = 2 others = 3.

CCMSBI_PSEUDO_ENQ_STAT_REORG call function 'CCMSBI_PSEUDO_ENQ_STAT_REORG'.

RSSM_PROCESS_REQUDEL_ODSO call function 'RSSM_PROCESS_REQUDEL_ODSO' exporting I_ODS = TARGET I_REQUEST = -RNR I_JOBNAME = ' ' * I_VARIANT = * I_INSTANCE = * IMPORTING * E_ERROR = * E_T_MSG = * E_T_RNRLIST = .



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