Parses the application-specific information for a business object definition into name-value pairs.
Syntax
public Hashtable getBusObjASIHashtable(String delimiter);
Parameters
Return values
A java.util.Hashtable object that contains the name-value pairs in the application-specific information of the business object definition.
Exceptions
Notes
The getBusObjASIHashtable() method parses the application-specific information for the business object definition associated with the current business object and returns a hash table of the name-value pairs. For example, these name-value pairs could appear as:
ASI=CN=colname:FK=attr1:UID=attr2:...
This example assumes that a colon (:) is specified as the delimiter.
See also