cancel
Showing results for 
Search instead for 
Did you mean: 

Need Header Line on the top of the file............

Former Member
0 Kudos

Hi All,

I am using FCC on receiver side. My structure is...

Employee

---EmployeeDetails

-


EmployeeHeader

-


Number

-


Name

-


Address

-


EmployeeItem

-


Phone

File structure is.....

Employee Number,Employee Name, Address

Number1,Name1,Address1

phone11

Number2,Name2,Address2

phone21

phone22

phone33

Number3,Name3,Address3

Number4,Name4,Address4

Am able to create file properly with all header and Item details correctly. But i even need a header line 'Employee Number,Employee Name, Address' on the top of the file.

can anyone give suggetion?...........

Thanks,

Ravi.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ravi,

If you want only once the header line you can add a structure EmployeeColumnName above the EmployeeHeader and have occureence 1..1 and then have 3 fields and hardcode and add the length to the number of spaces you require. So add it accordingly in receiver channel.

or

EmployeeHeader.addHeaderLine or

EmployeeHeader.HeaderLine with values 3 or 4 should work for you ravi.

Regards,

---Satish

Former Member
0 Kudos

Hi,

FCC will support header line for single structure only. It will not support header line for more then one strusture.

For more details check the below link...

[http://help.sap.com/saphelp_nw70/helpdata/EN/d2/bab440c97f3716e10000000a155106/content.htm]

Regards,

Prakasu.M