Menu

SAP Function Module PVSHI_INTERNAL_PPEHEADER_ID

iPPE: Read GUID for Access Object

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 PVSHI_INTERNAL_PPEHEADER_ID (iPPE: Read GUID for Access Object) is a standard Function Module in SAP ERP and is part of the function group PPEHI_HDR within the package CPPEBAPI.

Technical Information

Function Module PVSHI_INTERNAL_PPEHEADER_ID
Short Text iPPE: Read GUID for Access Object
Function Group PPEHI_HDR
Package CPPEBAPI
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CONCEPT TYPE PVS_GUID_EXT iPPE GUID in (External) CHAR32 Format
I_MODE_ALL TYPE PPE_MODE_ALL 'X' Ignore Errors
I_MSG_HANDLING TYPE PPE_MESSAGE_OPTION 'A' Message Handling
LOCATION TYPE PPE_LOCATION SPACE Plant/Location in iPPE
MATERIAL_GUID TYPE PVS_GUID_EXT Internal Identification of the Component (Material/Product)
MATERIAL_LONG TYPE PPE_MATERIAL_LONG Internal Identification of an iPPE Object
MATERIAL_VERSION TYPE PPE_MATERIAL_VER Material Version Number
OBJECT_TYPE TYPE PPE_OBJTYPE Object Type of the iPPE Header Object
PPE_NAME TYPE PPE_NAME SPACE External Key for Integrated Product and Process Engineering
PPE_TYPE TYPE PPE_TYPE 'B' Default: Component Assignment: Created from the PVS
USAGE TYPE PPE_USE Use of iPPE
VARIANT_ID TYPE PVS_PVGUID_EXT CHAR32 GUID for iPPE Variant with Conversion

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXISTENCE TYPE PPE_GUID_EXISTENCE GUID already generated
OBJECT_ID TYPE PVS_GUID_EXT PVS GUID in (External) CHAR32 Format

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRET2 Return Parameters

Exceptions

This function module does not define any Exceptions.