Multiple IDoc wrapper object example

The following is a sample definition of a multiple IDoc wrapper business object:

[BusinessObjectDefinition]
 Name = sap_alereq01_wrapper
 Version = 1.0.0
 AppSpecificInfo = 
  
 [Attribute]
 Name = Dummy_key
 Type = String
 Cardinality = 1
 MaxLength = 1
 IsKey = true
 IsForeignKey = false
 IsRequired = true
 AppSpecificInfo = DummyKey
 DefaultValue =
 [End]
  
 [Attribute]
 Name = TransactionId
 Type = String
 Cardinality = 1
 MaxLength = 1
 IsKey = false
 IsForeignKey = false
 IsRequired = false
 AppSpecificInfo = CrossWorlds TID
 DefaultValue =
 [End]
  
 [Attribute]
 Name = sap_alereq01
 Type = sap_alereq01
 ContainedObjectVersion = 1.0.0
 Relationship = Containment
 Cardinality = n
 MaxLength = 255
 IsKey = false
 IsForeignKey = false
 IsRequired = false
 AppSpecificInfo = 
 DefaultValue = 
 [End]
  
 [Verb]
 Name = Create
 AppSpecificInfo = sap.sapalemodule.VSapALEBOHandler,MsgType=;MsgCode=;MsgFunction=
 [End]
  
 [Verb]
 Name = Retrieve
 AppSpecificInfo = sap.sapalemodule.VSapALEBOHandler,MsgType=;MsgCode=;MsgFunction=
 [End]
  
 [Verb]
 Name = Update
 AppSpecificInfo = sap.sapalemodule.VSapALEBOHandler,MsgType=;MsgCode=;MsgFunction=
 [End]
  
 [Verb]
 Name = Delete
 AppSpecificInfo = sap.sapalemodule.VSapALEBOHandler,MsgType=;MsgCode=;MsgFunction=
 [End]
 

Copyright IBM Corp. 1997, 2003