An SAP request expects a string of 75 char and I have a string of 122 char.How do I create a sequence of 2 strings after the mid() of the first string?
book
Article ID: KB0088540
calendar_today
Updated On:
Products
Versions
TIBCO MessageBroker
-
Not Applicable
-
Description
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]
Environment
Product: TIBCO MessageBroker
Version: 4.1, 3.2.1.5
OS: All
--------------------
Issue/Introduction
An SAP request expects a string of 75 char and I have a string of 122 char.How do I create a sequence of 2 strings after the mid() of the first string?