cancel
Showing results for 
Search instead for 
Did you mean: 

REG: Message Transform Bean

Former Member
0 Kudos

Hi All,

I am using Message Transform bean for converting Flat file to XML. When i do that , i am getting record set in the structure. Can any one suggest me how to ignore the record set.

thanks in advance,

Siva

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

i dont think you can ignore the recordset when using the message transform bean

but try this;

xml.ignoreRecordsetName = true

Not documented anywhere so not sure if this will work

Answers (2)

Answers (2)

madanmohan_agrawal
Contributor
0 Kudos

Siva Says..

Can any one suggest me how to ignore the record set.

I would suggest to use FCC (File COntent Conversion) for converting Flat file to XML and to ignore the RecordSet name.

In FCC do as follows.

ignoreRecordsetName = true

Regards,

Madan Agrawal

Former Member
0 Kudos

Hi Siva,

can u please go through the link.it mey be helpful to u.

[http://help.sap.com/saphelp_nw04/Helpdata/EN/24/4cad3baabd4737bab64d0201bc0c6c/content.htm]

Thanks,

Hemanth