Menu

SAP Function Module COM_PME_DB_GET_CLASS_INFO

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module COM_PME_DB_GET_CLASS_INFO () is a standard Function Module in SAP ERP and is part of the function group COM_PME_DB_ACCESS within the package COM_PME_BRIDGE.

Technical Information

Function Module COM_PME_DB_GET_CLASS_INFO
Short Text
Function Group COM_PME_DB_ACCESS
Package COM_PME_BRIDGE
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 R/3 System, Client Number from Logon
CRM_OBJECT_TYPE TYPE COMT_PME_CLASS_TYPE
IV_CSTIC_KEY TYPE COMT_PME_CSTIC-CSTIC_KEY Name of object in knowledge base (task, event, and so on)
IV_PARENT_GUID TYPE COMT_PME_CRM_GUID
IV_PRODUCT_GUID TYPE COMT_PME_CRM_GUID
IV_PR_ORG_ID TYPE COMT_PR_ORG_ID Identification of an organizational unit
IV_PR_ORG_TYPE TYPE COMT_PR_ORG_TYPE
IV_RELEASE TYPE C '3'
VALID_ON TYPE D SY-DATUM Date and Time, Current (Application Server) Date

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ET_DEFAULTS TYPE COMT_PME_CSTIC_VALUE_TABLE
ET_DOMAINS TYPE COMT_PME_CSTIC_DOMAIN

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.