SAP Reports / Programs

CCMSBI_AUTOTEST_DATA_EXTRACTOR SAP ABAP Report - Automatic Test for Function Module CCMSBI_CPH_DATA_EXTRACTOR







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


Text pool values


Title: Automatic Test for Function Module CCMSBI_CPH_DATA_EXTRACTOR


INCLUDES used within this REPORT CCMSBI_AUTOTEST_DATA_EXTRACTOR

INCLUDE RSALEXTI.
INCLUDE RSALINTI.
INCLUDE RSALPFDB.
INCLUDE RSCCMSBI_EXTR_EXTI.
INCLUDE RSALPTEST.


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:

CCMSBI_CPH_PTR_GET CALL FUNCTION 'CCMSBI_CPH_PTR_GET' EXPORTING TID = tid RECTYPE = rectype IMPORTING POINTER = point EXCEPTIONS POINTER_KEY_NOT_SPECIFIED = 1 INVALID_RECTYPE = 2 POINTER_DOES_NOT_EXIST = 3 OTHERS = 4 .

SALP_GET_DATA_FROM_PERFDB CALL FUNCTION 'SALP_GET_DATA_FROM_PERFDB' EXPORTING TID = tid OUT_FIRSTDAY = fromdate OUT_LASTDAY = todate OUT_RECTYPE = rectype * XDAY_X = '10' * SFTNAME = * CALNAME = OUT_TIMEZONE = tzone * NO_NULL = 'X' * TRY_REMOTE = ' ' * REMOTE_ONLY = ' ' TABLES OUT_TAB = cphtab EXCEPTIONS NO_DATA_IN_PERFDB = 1 NO_RFC_DESTINATION = 2 OTHERS = 3.

CCMSBI_CPH_DATA_EXTRACTOR CALL FUNCTION 'CCMSBI_CPH_DATA_EXTRACTOR' EXPORTING I_REQUNR = request * I_ISOURCE = I_MAXSIZE = maxsize I_INITFLAG = 'X' I_UPDMODE = deltamode * I_DATAPAKID = * I_PRIVATE_MODE = * I_CALLMODE = TABLES I_T_SELECT = selektion * I_T_FIELDS = * E_T_DATA = EXCEPTIONS NO_MORE_DATA = 1 ERROR_PASSED_TO_MESS_HANDLER = 2 OTHERS = 3 .

CCMSBI_CPH_DATA_EXTRACTOR CALL FUNCTION 'CCMSBI_CPH_DATA_EXTRACTOR' EXPORTING I_REQUNR = request * I_ISOURCE = * I_MAXSIZE = 10000 I_INITFLAG = ' ' * I_UPDMODE = deltamode * I_DATAPAKID = * I_PRIVATE_MODE = * I_CALLMODE = TABLES I_T_SELECT = selektion * I_T_FIELDS = E_T_DATA = tmp_tab EXCEPTIONS NO_MORE_DATA = 1 ERROR_PASSED_TO_MESS_HANDLER = 2 OTHERS = 3 .

CCMSBI_CPH_PTR_DELETE CALL FUNCTION 'CCMSBI_CPH_PTR_DELETE' EXPORTING TID = tid RECTYPE = rec EXCEPTIONS POINTER_KEY_NOT_SPECIFIED = 1 INVALID_RECTYPE = 2 POINTER_DOES_NOT_EXIST = 3 OTHERS = 4.

DATE_COMPUTE_DAY CALL FUNCTION 'DATE_COMPUTE_DAY' EXPORTING DATE = fdat IMPORTING DAY = wota .



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