cancel
Showing results for 
Search instead for 
Did you mean: 

JMS content conversion

former_member605561
Participant
0 Kudos

Hi experts

I have a scenario.

File ( JMS queue)---> XI >IDoc>SAPR3

In JMS content conversion i need to specify record set sequence as variable. Is it possible?

-

-


The SAP XI 3.0 documentation says record set sequence option is available for file adapter.

please refer to this link for recordset sequence

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

or look at the following documentation from SAP help.

+Recordset Sequence

The start and end of recordsets containing a variable number and arrangement of structures are determined as follows:

¡ Ascending: The sequence of the recordset structures is assumed to be unique. A new recordset is started as soon as an earlier structure occurs.

¡ Variable: The sequence of the recordset structures is assumed not to be fixed. A new recordset is only started when another structure occurs that is defined with a fixed number. If all structures are defined as variable, the system interprets the entire document as a single recordset.+----

-


Thanks in advance

Suneel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi suneel,

This is very much possible.

U can search for the document <b>"How to use content conversion module with the XI 3.0 J2EE JMS adater"</b> in XI articles or at service market place (http:
service.sap.com\nw04). This is a comprehensive doc that will help in solving your problem.

This will definitely help you in ur current JMS scenario.

Cheers,

Siva Maranani.

former_member605561
Participant
0 Kudos

Hi siva,

Thanks for your reply.

The specified document does not contain the information about the recordset sequence option.

regards

Suneel

Answers (1)

Answers (1)

Former Member
0 Kudos

In the parameters to Message Transform Bean, give following parameter:

xml.recordsetStructureOrder : var

This will make the recordset sequence variable.