cancel
Showing results for 
Search instead for 
Did you mean: 

Need solution for a interface having FCC

Former Member
0 Kudos

Hi,

i my scenario the output will be '|' delimited and for each KLASENNR value different recordsets will be creataed.For eg. if KLASSENNR=5 then a recordset will be created having all the records with KLASSENNR = 5. Now in the output i need two empty lines between two recordsets.I have given the FCC parameters as :

RecordsetStructure: RECORDSET,RECORD

RECORD.fieldSeparator: |

RECORD.endSeparator:'nl'

RECORDSET.fieldSeparator:'nl'

Can any one specify the solution for this.

Output:

0901101072|0SF22|5|0

0901101072|0SF42|5|0

0901101072|00603|5|0

0901101072|0S429|6|0

0901101072|0S424|6|0

0901101072|0S428|6|0

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member1009864
Participant
0 Kudos

hi,

just use the given parameter tis helps u

RecordsetStructure: RECORDSET,RECORD

RECORD.fieldSeparator: |

RECORD.endSeparator:\n\n

RECORDSET.fieldSeparator:'nl'

plZ reward points if helpfull.

thanks ,

Edited by: diwakar chaube on Mar 14, 2008 10:23 AM

nikhil_bose
Active Contributor
0 Kudos

1) you need to define RECORD.keyField ( KLASENNR = 5 )

2) specify the occurrence in Recordstructure

e.g. if recordset occurs only once make it as RECORDSET,1

or if many RECORDSET,*

read further on file CC

http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

regards,

nikhil