Syntax
retrieveSAPModuleCommand =  OMBRETRIEVE SAP_MODULE "QUOTED_STRING" ( 
          "getPropertiesClause" | "getReferenceLocationClause" | 
          "getReferenceDefaultLocationClause" | 
          "getReferenceMetadataLocationClause" | "getReferenceIconSetClause" | 
          "getReferenceLocationsClause" )
     getPropertiesClause =  GET PROPERTIES "(" "propertyNameList" ")"
     getReferenceLocationClause =  GET ( REF | REFERENCE ) LOCATION
     getReferenceDefaultLocationClause =  GET ( REF | REFERENCE ) DEFAULT 
          LOCATION
     getReferenceMetadataLocationClause =  GET ( REF | REFERENCE ) 
          METADATA_LOCATION
     getReferenceIconSetClause =  GET ( REF | REFERENCE ) ICONSET
     getReferenceLocationsClause =  GET ( REF | REFERENCE ) LOCATIONS
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
 
Parameters
retrieveSAPModuleCommand
Retrieve the details of an SAP Module
 
getPropertiesClause
Retrieve a set of properties that is associated with an SAP Module.
 
getPropertiesClause
Base properties for SAP_MODULE:
Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: NAME
Business name of a SAP Module 
Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of an SAP Module
 
getReferenceLocationClause
Retrieve the new configuration default data location referenced by this module. This clause is synonymous with getReferenceDefaultLocationClause.
 
getReferenceDefaultLocationClause
Retrieve the new configuration default data location referenced by this module. This clause is synonymous with getReferenceLocationClause.
 
getReferenceMetadataLocationClause
Retrieve the metadata location referenced by this SAP module.
 
getReferenceIconSetClause
Retrieve the icon set referenced by this SAP module.
 
getReferenceLocationsClause
Retrieve all of the data locations referenced by this module.
 
propertyNameList
Comma separated list of property names. Property names are unquoted.