The syntax of the AppSpecificInfo property of the
parent wrapper business object's verb differs depending on whether
the business object represents an application event or a service
call request:
[BOHandler],MsgType=messageType;MsgCode=[messageCode];MsgFunction=[messageFunction]
- Note:
- The connector matches the values in the control record with the
values specified in the verb's AppSpecificInfo property to
determine the verb.
BOHandler[,MsgType=messageType;MsgCode=[messageCode];MsgFunction=[messageFunction]]
- BOHandler
- Specifies the request-processing business object handler; the
value defaults to the following:
sap.sapalemodule.VSapALEBOHandler
- MsgType
- Specifies the message type configured for the IDoc in ALE
- MsgCode
- Specifies the message code configured for the IDoc in ALE; the
connector requires a value only if MsgType does not
uniquely identify the verb; however, specify a value if required by
your ALE configuration
- MsgFunction
- Specifies the message function configured for the IDoc in ALE;
the connector requires a value only if MsgType and
MsgCode do not uniquely identify the verb; however,
specify a value if required by your ALE configuration
