cancel
Showing results for 
Search instead for 
Did you mean: 

Help on FCC

sahithi_moparthi
Contributor
0 Kudos

Hi,

I have a scenario from file to IDOC.In the file the records are coming as:

11 , I, 15, 340

11,S,20,549

11,S,21,76

12,I,22,678

13,I,76,567

and the sender structure is as below:

Data

  Record

      RecordNo

      RecordType

      Unit

      voulme.

Could any one please help how to assign the FCC parameters.

I have tried the with all the available options,but i could not able to acheive.Here there no unique value to identify the Keyvalue.so is it possibel to acheive the " records also using FCC.

Accepted Solutions (0)

Answers (3)

Answers (3)

r_s_kulkarni11
Participant
0 Kudos

Hi Santhoshi,

To be more specific, you need to use following FCC parameters -

Record.fieldSeperator ","

Record.endSeparator "nl"

Record.fieldNames - RecordNo and so on....

Former Member
0 Kudos

Hi Santoshi,

Please use following FCC Parameters. Then your issue will resolve

Record.fieldNames              RecordNo,RecordType,Unit,voulme

Record.fieldFixedLengths     xx,xx,xx,xx

Record.fieldSeperator           ","

Record.endSeparator            'nl'

Thanks,

Ravi Aalla

sahithi_moparthi
Contributor
0 Kudos

HI Everyone,

  I had done all the above conf,but my query is if i am getting the RecordTypes as I and S then how can i handle it in FCC i.e which value has to be passed as KeyvalueField.

ambrish_mishra
Active Contributor
0 Kudos

Put RecordType as key field and Recordset sequence as variable pls.

Ambrish

iaki_vila
Active Contributor
0 Kudos

Hi Santhosi,

Check Rijaz's example http://www.riyaz.net/sap/xipi-file-content-conversion-for-simple-structure/75/

It's the same case than yours, you only need to change it with your specific tags.

Regards.

r_s_kulkarni11
Participant
0 Kudos

Hi Santoshi,

you can use field seperator as ","

end seperater as "nl"