Products | Versions |
---|---|
TIBCO MessageBroker | - |
Not Applicable | - |
Resolution:
You could
- Configure the SAP adapter to use that specific BAPI so the adapter generates the necessary schema for you
- Use the adapter administrator to create the schema as follows:
- Create a class called basic_record that is the basic record structure
- Create a sequence that is a sequence of basic_record, for example sequence[basic_record]
- Finally, create another class, called basic_class, that has only one attribute which is sequence[basic_record]