cancel
Showing results for 
Search instead for 
Did you mean: 

Create flat file (.csv) name using JMS receiver adapter

former_member593220
Participant
0 Kudos

Hi All,

I have a scenario from IDOC to JMS, in receiving side I have to create .csv file. For now am using transformation bean to convert IDOC-XML to Flat file. But is there a way to create flat file with specified name using JMS receiver in receiver MQ server.?

For ex: SAP Classificationdata20210610.txt

--

Regards

Raj

former_member593220
Participant
0 Kudos

Hi All,

Could anybody share your feedback on this.?

--

Regards

Raj

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member593220
Participant
0 Kudos

Hi All,

Could anybody please help me with my query.?

--

Regards

Raj

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Raj,

If you want to send a dynamic filename for JSM server that needs to be sent as an additional header , refer this blog.

Thanks,

Manoj

former_member593220
Participant
0 Kudos

Hi Manoj,

Thanks for the feedback. I have gone through the blog, but seems this blog is useful when MQ is sending the file name in JMS header property to use by PO for creating file name at receiving side.

But in my case JMS is receiver and am using module bean to convert xml2Plain structure.

Please correct me if am not correct.

--

Regards

Raj

manoj_khavatkopp
Active Contributor
0 Kudos

the blog has both for sender and receiver, please check again. the whole idea is to send your desired filename in one of the header to jms server.