GetUniqueIdentifier
GetUniqueIdentifier Function
Obtains a unique identifier for the given input data
Syntax
GetUniqueIdentifier(scalar InputValue, scalar IsNumeric, scalar Category, scalar DatabaseFile)
Arguments
| Argument | Description |
|---|---|
scalar InputValue | Input value |
scalar IsNumeric | true if the return value data type is expected to be numeric and false if it is expected to be alpha numeric |
scalar Category | Category in SAP IDoc to which the input value belongs |
scalar DatabaseFile | Complete path of the access database file |
Examples:
GetUniqueIdentifier('MyTestData', true, null, null)
Gets an unique numeric identifier that corresponds to the input. Uses global identifier management settings
GetUniqueIdentifier('PO378AB', false, 'PO', '%FPDIR%\MyPOID.mdb')
Gets an unique alpha-numeric identifier that corresponds to the input. Uses specific category and id- management database file