Syntax
createSAPModuleCommand = OMBCREATE ( SAP_MODULE "QUOTED_STRING" [ SET (
"setPropertiesClause" [ SET "setReferenceClauseForDataMetadataModule"
] | "setReferenceClauseForDataMetadataModule" ) ] [
"addModuleReferenceLocationClause" ] )
setPropertiesClause = PROPERTIES "(" "propertyNameList" ")" VALUES "("
"propertyValueList" ")"
setReferenceClauseForDataMetadataModule = ( "setReferenceLocationClause" [
SET "setReferenceMetadataLocationOrIconSetOrJCTClause" ] |
"setReferenceMetadataLocationOrIconSetOrJCTClause" )
addModuleReferenceLocationClause = "addReferenceLocationClause" {
"addReferenceLocationClause" }
propertyNameList = "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
propertyValueList = "propertyValue" { "," "propertyValue" }
setReferenceLocationClause = ( REFERENCE | REF ) LOCATION "QUOTED_STRING"
setReferenceMetadataLocationOrIconSetOrJCTClause = (
"setJournalCodeTemplateClause" [ SET
"setReferenceMetadataLocationOrIconSetClause" ] |
"setReferenceMetadataLocationOrIconSetClause" )
addReferenceLocationClause = ADD ( REFERENCE | REF ) LOCATION
"QUOTED_STRING" [ SET AS DEFAULT ]
propertyValue = ( "QUOTED_STRING" | "INTEGER_LITERAL" |
"FLOATING_POINT_LITERAL" )
setJournalCodeTemplateClause = ( REFERENCE | REF ) CDC_CT "QUOTED_STRING"
| ( ( REFERENCE | REF ) CDC_CT OPTIONS "(" "propertyValueList" ")"
VALUES "(" "propertyValueList" ")" )
setReferenceMetadataLocationOrIconSetClause = (
"setReferenceMetadataLocationClause" [ SET "setReferenceIconSetClause"
] | "setReferenceIconSetClause" )
setReferenceMetadataLocationClause = ( REFERENCE | REF ) METADATA_LOCATION
"QUOTED_STRING"
setReferenceIconSetClause = ( REFERENCE | REF ) ICONSET "QUOTED_STRING"
Parameters
createSAPModuleCommand
Create a SAP module
setPropertiesClause
Associate a set of properties 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
setReferenceClauseForDataMetadataModule
Set location and/or icon set for the SAP module.
addModuleReferenceLocationClause
Add data locations to the SAP module.
propertyNameList
Comma separated list of property names. Property names are unquoted.
propertyValueList
Comma separated list of property values.
setReferenceLocationClause
Set a data location to the SAP module as the new configuration default.
addReferenceLocationClause
Add a data location to the SAP module.
propertyValue
Value of a property.
setReferenceMetadataLocationClause
Set metadata location for the SAP module.
setReferenceIconSetClause
Set icon set for the SAP module.