The Function Module HF_FIND_TRGKZ_FOR_OBJNR (Ermittlung des Trägerkennzeichens eines Objekts) is a standard Function Module in SAP ERP and is part of the function group HFPB within the package KAP0.
Function Module | HF_FIND_TRGKZ_FOR_OBJNR |
Short Text | Ermittlung des Trägerkennzeichens eines Objekts |
Function Group | HFPB |
Package | KAP0 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AUART | LIKE | AUFK-AUART | Order type | |
AUTYP | LIKE | AUFK-AUTYP | '00' | Order category |
KOKRS | LIKE | AUFK-KOKRS | Controlling area | |
OBJNR | LIKE | COEP-OBJNR | Object for which TRGKZ is to be determined | |
REPORT_WRITER | TYPE | C | SPACE | Aufruf durch Report Writer |
STATUS | LIKE | TJ02-ISTAT | Status | |
VRGNG | LIKE | COEP-VRGNG | betriebswirtschaftlicher Vorgang |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TRGKZ | LIKE | RPSCO-TRGKZ | Object indicator determined |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.