cancel
Showing results for 
Search instead for 
Did you mean: 

How to check FCC parameter

Former Member
0 Kudos

Dear All expert

I have define FCC parameter for flat file to IDOC scenario but its not working

But when we send XML format file it posted successfully so any way to check where we have put wrong value of FCC and why it not working

Txt Format -

1 5500 20080508

2 ARTN VANHUSEN - 2 5000

2 ARTN VANHUSEN - 2 5000

2 ARTN VANHUSEN - 2 5000

Thanks

Amit Shivhare

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>>so any way to check where we have put wrong value of FCC and why it not working

You can check the sender file adapter in RWB,it will tell you the exact issue in the description there.

Thanx

Aamir

Answers (4)

Answers (4)

shivhare
Active Contributor
0 Kudos

Thanks to all

My problem solved

Actually problem is that I have write some CC value in capital latter I have change it and now working fine

Thanks

Amit Shivhare

pradeep_nellore
Participant
0 Kudos

Hi,

Activaye all your objects and check communication channel monitoring in RWB.

It says if there is any error with FCC parameters.

Thanks

--Pradeep

Reward points if helpful.

Former Member
0 Kudos

Hi

You follow this links you will get the solution.

/people/sap.user72/blog/2005/01/06/how-to-process-csv-data-with-xi-file-adapter

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

Former Member
0 Kudos

Run your scenario with Content conversion and from RWB have a look at your sender file adapter... you will find error there

have you defined keyfield properly?

Also check if you have put this key fileld as first value when you are writing fieldnames

post your CC parameters

otherwise your CC should like

Recordset structure - Header,1,Details,*

Header.keyFieldValue = 1

Details.keyFieldValue = 2

Header.fieldnames - keyfield, ...

Details.fieldnames - keyfield, ...

Refer

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

shivhare
Active Contributor
0 Kudos

Hi All

this is my FCC value

Record set structure MP01,1,MP02,*

Record Sequences - ascending

Record Set per message -2

Key field value - KZ

Key Filed Type - integer

MP01.fieldNames KZ,POS_StoreCode,POS_Date

MP01.keyFieldValue 1

MP01.keyFieldinStructure Ignore

MP02.fieldSeparator '0x09'

MP02.endSeparator 'nl'

MP02.fieldNames KZ,QUALARTNR,ARTNR,VORZMENGE,UMSMENGE,UMSWERT

MP02.keyFieldValue 2

MP02.keyFieldinStructure Ignore

IgnoreRecordsetName true

Thanks

Amit Shivhare

Former Member
0 Kudos

MP01.endSeparator - 'nl' is missing in your CC

former_member8655
Active Participant
0 Kudos

Hi Amit

Include 'Key' as the field name with both MP01 and MP02 before KZ field name.

Thanks

Mitesh