cancel
Showing results for 
Search instead for 
Did you mean: 

How to add the new line in reciever FCC

r_s_kulkarni11
Participant
0 Kudos

Hi All,

I have my reciever FCC with me, but I just need to add one more additional line or you can say seprate the first line.

So how to add extra or new line in the current structure?

Please let me know if there is any parameter for this.

Thanks in advance.

Regards,

Rahul Kulkarni

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Rahul,

You can achieve this by endseperatot "nl"

If record set structure is * means fine, you just add second line field names by using end separator "nl".

If you added first line names in recordsetstructure add second line names as well and remaining same use end separator.

Example (below file is having two lines):

<NameA>

name,address,id

empid,sal,region

<NameA/>

your FCC will be (according to your requirement the below 3 fileds will be use full).

Recordsetstructure  - *

NameA.fieldvalues - name,address,id

NameA.endseperator - nl

NameA.fieldvalues - empid,sal,region

Thanks & Regards,

A.Neelima.

Former Member
0 Kudos

You could try this:


NameA.endseperator = '0x0D''0x0A'


Regards

Former Member
0 Kudos

hi Rahul,

    Try to config it properly...maybe the endseparator: nl

http://www.riyaz.net/sap/xipi-file-content-conversion-for-simple-structure/75/

PeterJonker
Active Contributor
0 Kudos

I am not sure what your requirement is, but if I understand rigth you have now one line defined and this has to be split into two lines.

In that case you need to give two names in the Recordset structure (e.g. line1, line2)

and define both lines with the parameters line1.fieldFixedLengths, line1.endSeparator, line2.fieldFixedLengths, line2.endSeparator.