SAP Reports / Programs | Cross-Application Components(CA) SAP CA

CCMSBI_TESTENV_CPH_POINTER SAP ABAP dialog Program - CPH/BW: Module Pool for the Test Environment 'CPH Pointer'







CCMSBI_TESTENV_CPH_POINTER is a standard Module pool for a dialog screen ABAP Program 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_TESTENV_CPH_POINTER 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_TESTENV_CPH_POINTER. "Basic submit
SUBMIT CCMSBI_TESTENV_CPH_POINTER AND RETURN. "Return to original report after report execution complete
SUBMIT CCMSBI_TESTENV_CPH_POINTER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: CPH/BW: Module Pool for the Test Environment 'CPH Pointer'
Text Symbol: 027 = Syst.name
Text Symbol: 028 = Delete BW Pointer in DB
Text Symbol: 029 = <<< No ALPERFOB Entry Found >>>
Text Symbol: 030 = System
Text Symbol: 031 = Context
Text Symbol: 032 = Numrange
Text Symbol: 033 = Uid
Text Symbol: 034 = Class
Text Symbol: 035 = Rectype
Text Symbol: 036 = Data
Text Symbol: 037 = Next Extract.
Text Symbol: 038 = TimeZone
Text Symbol: 039 = Last Extract
Text Symbol: 040 = Last BW Request
Text Symbol: 041 = # Last Extrac. Call
Text Symbol: 042 = Last Duratio
Text Symbol: 043 = Aggr. Complete
Text Symbol: 044 = Stat. Master Dat
Text Symbol: 045 = Path
Text Symbol: 046 = Object
Text Symbol: 047 = Attrib.
Text Symbol: 048 = Delete BW Pointer
Text Symbol: 049 = Really Delete Selected CPH Pointer?
Text Symbol: 050 = CPH Data Persistent / Formed in Flight
Text Symbol: 051 = Client
Text Symbol: 001 = Save BW Pointer in DB
Text Symbol: 002 = 'I'- Daily Aggregate - Minute Expansi
Text Symbol: 003 = 'R'- Daily Aggregate - 15-Minute Expansio
Text Symbol: 004 = 'D'- Daily Aggregate - Hourly Expansio
Text Symbol: 005 = 'H'- Daily Aggregate - Daily Expansi
Text Symbol: 006 = 'A'- Weekly Aggregate - Minute Expansio
Text Symbol: 007 = 'B'- Weekly Aggregate - 15 Minute Expansio
Text Symbol: 008 = 'W' - Weekly Aggregate - Hourly Expansi
Text Symbol: 009 = 'C'- Weekly Aggregate - Daily Expansi
Text Symbol: 010 = 'J'- Monthly Aggregate - Minute Expansi
Text Symbol: 011 = 'K'- Monthly Aggregate - 15 Minute Expans
Text Symbol: 012 = 'M'- Monthly Aggregate - Hourly Expansi





Text Symbol: 013 = 'L'- Monthly Aggregate - Daily Expans
Text Symbol: 014 = 'N'- Quarterly Aggregate - Minute Expansi
Text Symbol: 015 = 'O'- Quarterly Aggregate - 15 Minute Expansi
Text Symbol: 016 = 'Q'- Quarterly Aggregate - Hourly Expansi
Text Symbol: 017 = 'P'- Quarterly Aggregate - Daily Expans
Text Symbol: 018 = 'S'- Yearly Aggregate - Minute Expansio
Text Symbol: 019 = 'T'- Yearly Aggregate - 15 Minute Expansio
Text Symbol: 020 = 'Y'- Yearly Aggregate- Hourly Expansion
Text Symbol: 021 = 'U'- Yearly Aggregate - Daily Expansi
Text Symbol: 022 = 'E' - X Daily Aggregate- Minute Expansi
Text Symbol: 023 = 'F' - X Daily Aggregate- 15 Minute Expansi
Text Symbol: 024 = 'X'- X Daily Aggregate -Hourly Expansio
Text Symbol: 025 = 'G'- X Daily Aggregate- Daily Expansi
Text Symbol: 026 = Aggregate Type and Expans


INCLUDES used within this REPORT CCMSBI_TESTENV_CPH_POINTER

INCLUDE RSALEXTI. " CPH CONSTANTS
INCLUDE RSCCMSBI_EXTR_EXTI. " CONSTANTS USED FOR EXTRACTING CCMS DATA


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 CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-048 TEXT_QUESTION = TEXT-049 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = POPUP_ANSWER EXCEPTIONS OTHERS = 99.

CCMSBI_CPH_PTR_DELETE CALL FUNCTION 'CCMSBI_CPH_PTR_DELETE' EXPORTING CLIENT = CPH_POINTER_DISPLAY_ROW-MANDT TID = CPH_POINTER_DISPLAY_ROW-TID RECTYPE = CPH_POINTER_DISPLAY_ROW-RECTYPE EXCEPTIONS POINTER_KEY_NOT_SPECIFIED = 1 INVALID_RECTYPE = 2 POINTER_DOES_NOT_EXIST = 3 OTHERS = 99.

CCMSBI_CPH_PTR_UPDATE CALL FUNCTION 'CCMSBI_CPH_PTR_UPDATE' EXPORTING POINTER = CPH_POINTER EXCEPTIONS POINTER_KEY_NOT_SPECIFIED = 1 INVALID_RECTYPE = 2 DATE_OR_TIMEZONE_MISSING = 3 CAN_NOT_UPDATE_POINTER = 4 OTHERS = 99.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = I_STRUCTURE_NAME = 'CCMSBI_CPH_BWPTR_FOR_DISPLAY' * I_CLIENT_NEVER_DISPLAY = ' ' * I_BYPASSING_BUFFER = ' ' * I_INTERNAL_TABNAME = ' ' CHANGING CT_FIELDCAT = CPH_PTR_ALV_FIELDCAT EXCEPTIONS OTHERS = 99.

SALP_GET_DATA_FROM_PERFDB CALL FUNCTION 'SALP_GET_DATA_FROM_PERFDB' EXPORTING TID = CPH_POINTER-TID OUT_FIRSTDAY = SEL_FROM_DATE OUT_LASTDAY = CCMSBI_TEST_ENV_CPH_PTR_7001-SEL_TO_DATE OUT_RECTYPE = CPH_POINTER-RECTYPE XDAY_X = CCMSBI_TEST_ENV_CPH_PTR_7001-XAGGR_X_VALUE OUT_TIMEZONE = CPH_POINTER-PTR_TIMEZONE TABLES OUT_TAB = CPH_AGGREGATES EXCEPTIONS NO_DATA_IN_PERFDB = 1 OTHERS = 99.

CCMSBI_CPH_PTR_CHK_FOR_UPDATE CALL FUNCTION 'CCMSBI_CPH_PTR_CHK_FOR_UPDATE' EXPORTING CPH_SEL_DATE_LOW = SEL_FROM_DATE CPH_SEL_DATE_HIGH = CCMSBI_TEST_ENV_CPH_PTR_7001-SEL_TO_DATE XDAYS_AGGR_X_VALUE = CCMSBI_TEST_ENV_CPH_PTR_7001-XAGGR_X_VALUE TABLES SEL_CPH_DATA = CPH_AGGREGATES CHANGING POINTER = CPH_POINTER EXCEPTIONS DATE_OR_TIMEZONE_MISSING = 1 CPH_SEL_DATA_MISSING = 2 NO_SEL_CPH_DATA_SPECIFIED = 3 CPH_DATA_SEL_CRITERIA_MISMATCH = 4 CAN_NOT_UPDATE_POINTER = 5 POINTER_KEY_NOT_SPECIFIED = 6 * INVALID_TID = 7 INVALID_RECTYPE = 8 CANT_READ_YOUNGEST_CPH_DATA = 09 XDAYS_AGGR_X_VALUE_MISSING = 10 CANT_CALCULATE_NEXT_PTR_DATE = 11 INVALID_SELECTION_DATE_RANGE = 12 OTHERS = 99.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'RECTYPE_TXT' WINDOW_TITLE = TEXT-026 VALUE_ORG = 'S' TABLES VALUE_TAB = F4_RECTYPE_TBL RETURN_TAB = F4_RECTYPE_RETURN_TBL EXCEPTIONS OTHERS = 99.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = RECTYPE_DYNPRO_FIELDS EXCEPTIONS OTHERS = 99.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'CCMSBI_TEST_ENV_CPH_PTR_7001' TABLES DFIES_TAB = DFIES_TAB EXCEPTIONS OTHERS = 99.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPRO_FIELDS EXCEPTIONS OTHERS = 99.

CCMSBI_CONV_DATE_EXT_TO_INTERN





CALL FUNCTION 'CCMSBI_CONV_DATE_EXT_TO_INTERN' EXPORTING DATE_EXTERNAL_REPRESENTATION = DATE_EXTERNAL_REPR IMPORTING DATE_INTERNAL_REPRESENTATION = DATE_INTERNAL_REPR EXCEPTIONS OTHERS = 99.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = DYNPRO_FIELDS EXCEPTIONS OTHERS = 99.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = F4_FIELD_NAME DYNPPROG = SY-REPID DYNPNR = SY-DYNNR DYNPROFIELD = DYNPRO_FIELD_NAME WINDOW_TITLE = TEXT-001 VALUE_ORG = 'S' TABLES VALUE_TAB = F4_POINTER_TBL FIELD_TAB = F4_FIELD_TAB EXCEPTIONS OTHERS = 99.

CCMSBI_CPH_PTR_GET CALL FUNCTION 'CCMSBI_CPH_PTR_GET' EXPORTING CLIENT = -MANDT TID = -TID RECTYPE = -RECTYPE IMPORTING POINTER = CPH_POINTER EXCEPTIONS POINTER_KEY_NOT_SPECIFIED = 1 INVALID_RECTYPE = 2 POINTER_DOES_NOT_EXIST = 3 OTHERS = 99.



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