Skip to Content
0
May 12, 2008 at 03:19 PM

Suppress values from PAyload

23 Views

Hi,

I am doing RFC-File scenario. The file should be named dynamically which is determined at the backend RFC. I am passing the name also in the internal table which is passed from RFC.I am setting the file name only in the first line.

I am able to use variable substitution to name the file dynamically from the payload .But i do not want the file name to appear inside the file along with the data. How can i suppress it.

For ex: the data in my file comes as below with the filename as 'File1',

'File1','Name1','Empno1','DOB1',

,'Name2','EMPno2',DOB2',

,'Name3','Empno3','DOB3',

How can i suppress the first column?

Regards,

Sharadha