cancel
Showing results for 
Search instead for 
Did you mean: 

Header Line not adding in FCC File Receiver in PI 7.3

former_member201264
Active Contributor
0 Kudos

Hi Experts,

I have done the all configurations as per the below links:

File Receiver with Content Conversion

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

But not I am not getting Header Line in my target File.

Please see the below screen shot and let me know what is missing?

Regards,

Sreeni.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184789
Active Contributor
0 Kudos

Hi,

It should have worked with '1'. See how I got a header line:

former_member201264
Active Contributor
0 Kudos

Hi Adarsh,

I did the same, but not able get Header Line, see below picture.

What may be the issue in my configuratio?

Regards,

sreeni.

former_member184789
Active Contributor
0 Kudos

Hi,

This is strange..Could you try one thing, can u give another name for the recordset i.e instead of VENDORS, name it VENDOR i.e different from the one at sender side..Also make the occurrences of this recordset node as 0:unbounded..

former_member201264
Active Contributor
0 Kudos

Hi All,

I got Header line in my File as below:

The issue was mapping, now i cleared the same.

Adarsh, Srinivas and Mark: Thank you for you replies.

Regards,

Sreeni.

former_member184789
Active Contributor
0 Kudos

You are welcome..

former_member201264
Active Contributor
0 Kudos

Hi Adarsh,

One more thing,

When I use '0x09' to get TAB separation, but I am getting # .

For Fixed length it is good as per 10 chars.

As of now Iam getting file with # separator with '0x09' in FCC.

I need to get tab delimited file.

Pease suggest me clearly.

Regards,

Sreeni.

former_member184789
Active Contributor
0 Kudos

Hi,

Can you download the file on to your computer to see if it is tab delimited. You can use a transaction sxda_tools to download the file.

former_member184789
Active Contributor
0 Kudos

Also,

As you have a tab delimited file, I don't think you should be having fixed lengths anymore.

former_member201264
Active Contributor
0 Kudos

Hi Adarsh,

You are right...  after downloading the file I can see tab spaces but not in SAP directories.

Regards,

Sreeni.

former_member191435
Contributor
0 Kudos

good .... welcome

praveen_vanga3
Participant
0 Kudos

Hi Adarsh,

Thank you very much for posting Valuable information. your threads helped me a lot.

I really appreciate your sound knowledge.

Thanks

Vanga

Answers (4)

Answers (4)

Vimalsap
Participant
0 Kudos

I tried it for 2 hours and got it finally and its a very simple step:

1. AF_Modules/StrictXml2PlainBean - Add this is module Name

2. xml2plain - Module key

3. Local Enterprise Bean

Parameter

addHeaderLine - fromConfiguration

headerLine - (give whatever you want to see in HeaderLine)

This is for receiver file adapter.

Regards

Vimal

former_member184789
Active Contributor
0 Kudos

Hi,

Can you also try with 3 or 4, in this case you can specify the header line in the parameter VENDORS.headerLine ..

former_member201264
Active Contributor
0 Kudos

Hi All,

I tried all combinations as below screen shot,  But NO LUCK.

What are the possible ERRORs and Missings in this Configuration ?

Regards,

Sree.

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

What about the caching? When you activated your changes, is the cache on green status (Environment -> Cache Status Overview)?

Regards,

Mark

former_member201264
Active Contributor
0 Kudos

Hi Mark,

Everything is Green.

Regards,

Sreeni.

former_member191435
Contributor
0 Kudos

Hi Sree

Can you please add addheaderline vaule 1

and use fieldseparator ,

then test and let me know....

Thanks,

Sreenivas

former_member191435
Contributor
0 Kudos

Hi Sreeni,

Use addHeaderline value as 1 then test

U will get

Thanks,

Sreenivas

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Can you use 1 instead of 2 in the addHeaderLine?

Regards,

Mark