Menu

SAP Function Module CCMSBI_CPH_PTR_GET

Lies einen bestimmten CPH-Pointer von der DB

The Function Module CCMSBI_CPH_PTR_GET (Lies einen bestimmten CPH-Pointer von der DB) is a standard Function Module in SAP ERP and is part of the function group SCCMSBI_EXTRACTORS within the package RS_BCT_CCMS_CPH_EXTRACTORS.

Technical Information

Function Module CCMSBI_CPH_PTR_GET
Short Text Lies einen bestimmten CPH-Pointer von der DB
Function Group SCCMSBI_EXTRACTORS
Package RS_BCT_CCMS_CPH_EXTRACTORS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CLIENT TYPE SY-MANDT SY-MANDT R/3-System, Mandantennummer aus Anmeldung
NO_DQ TYPE CHAR1 ' ' Deltaqueue inaktiv?
RECTYPE TYPE ALPDBRTYP Aggregation und Auflösung eines Datensatzes der CPH
TID TYPE ALTIDKEY Alert: global TID als Key (ohne INDEX Felder )

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
POINTER TYPE CCMSBI_CPH_BWPTR CPH/BW: Lesezeiger für die Extraktion von CPH-Daten

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
POINTER2 TYPE CCMSBI_BWPTR_CPH CPH/BI: Deltaverwaltungstabelle für Extraktion von CPH-Daten

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_RECTYPE Ungültiger RECTYPE ( Aggregations-Typ / Zeitauflösung )
POINTER_DOES_NOT_EXIST der Pointer existiert nicht in der DB
POINTER_KEY_NOT_SPECIFIED Angabe des Pointer-Schlüssels fehlt