The name of the parent wrapper business object is the basic IDoc type prefixed by a user-defined prefix followed by an underscore (_), for example sap_. The parent wrapper business object contains four attributes: Dummy_key, Control_record, Data_record, and TransactionId.
The Control_record and Data_record attributes represent single-cardinality child business objects.
The type of the Control_record attribute is sap_idoccontrol. This business object definition is provided with the ALE Module.
The type of the Data_record attribute is BOprefix_BasicIDocType_cwdata. This business object definition contains one or more child business objects, depending on the IDoc segment definition of a basic IDoc type from the SAP application.
The value in the TransactionId attribute determines whether the connector manages TIDs when processing service call requests. If you do not want TID management for request processing, do not set the value for the TransactionID attribute.
The application-specific information of the parent wrapper business object indicates:
The AppSpecificInfo property of the parent wrapper object has the following syntax:
BasicIDocType [,Ext=ExtensionName [,Pn=PartnerNumberOfRecipient [,Pt= PartnerTypeOfRecipient[,Pf=PartnerFunctionOfRecipient ]]
AppSpecificInfo = ALEREQ01,Pn=ALESYS2,Pt=LS,Pf=EL