getIdentifierValueFromIdentifierStructure macro
Use this macro to retrieve the values of the individual identifying attributes.
string getIdentifierValueFromIdentifierStructure(
                long xmlnode, string table, string field)This table shows the arguments:
| Argument | Description | 
|---|---|
| XML node | XML node that contains the table identifiers (retrieved with macro getTableIdentifiers.<Component>()) | 
| Table | The table to retrieve the identifying attribute of | 
| Field | The field name of the identifying attribute to retrieve | 
Example:
        ret = getTableIdentifiers.PurchaseOrderBOD(header.xml)
        orno = getIdentifierValueFromIdentifierStructure(
                                           header.xml, "tdpur400", "orno")