cancel
Showing results for 
Search instead for 
Did you mean: 

FCC

Former Member
0 Kudos

Hi,

i have a structure at sender side,such that some of fields in the structure are empty" blank",that no data will be present.How should i write content convesion for that type of fields?

Regards,

Jhanavi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

By using delimeter you can solve that problem and by fixing some length also you can solve that problem.

You have the fields like

abc, ,dff, , zz.

Here by using delemeter it identifies. Means when delemeter occur then it treats that currernt field is over, like that it recognises.

Former Member
0 Kudos

Hi Jhanavi !

There should be no problem. Just assign them a name as if they would receive data, and a length if you use fixed lenght. If your values are separated by commas, you should be sure that for the blank data they will send you something like "field1,,field3,field4,,field6" and so on.

If it's not clear, please ask again.

Regards,

Matias.

Former Member
0 Kudos

Hi matias,

my structure is not fixed length.it is sepearted by commas.

it is like this.....

"620001","","",

can you please explain briefly?

Thanks,

Jhanavi

Former Member
0 Kudos

HI,

write this

<NameA>.fieldSeparator: ,

<NameA>.fieldNames: Name,Date,Age

refer this:

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm

chirag

Former Member
0 Kudos

Hi,

my structure is

"abc","","",def

"abc","","",ghi

"abc","","",klm

all are line items...

field names are NAME,AGE,NO,CLASS.

PLEASE HELP.

Regards,

Jhanavi

Former Member
0 Kudos

HI,

Thats what I said try this in my previous reply.

recordset strucutre: NameA,* this will show that it will repeate more than one time.

FCC:

<NameA>.fieldSeparator: ,

<NameA>.fieldNames: NAME,AGE,NO,CLASS

refer the below

chirag

Edited by: Chirag Gohil on Apr 25, 2008 8:23 PM

Former Member
0 Kudos

Hi chirag,

if i apply filed separeter as

<NameA>.fieldSeparator: ,

it is giving error...as , is the field seperator and not " ,".

Regards,

Jhanavi

Former Member
0 Kudos

Hi,

Dont give it Double Quatoes

Regards

Suman

Former Member
0 Kudos

Hi,

Where it is giving error.

also one more thing why u r putting " at the start and end of any values. this is coming in file or not?

Refer the below link for more infor:

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

chirag

Former Member
0 Kudos

Hi chirag,

it is not coming in file.

Thanks

Jhanavi

Edited by: jhanavi D on Apr 25, 2008 5:13 PM

Former Member
0 Kudos

Hi,

if " is not coming then why u have provided it makes people confused.

Use the FCC which is provided by me:

FCC:

<NameA>.fieldSeparator: ,

<NameA>.fieldNames: NAME,AGE,NO,CLASS

refer the weblog as well let me know if u r stuck.

chirag

Former Member
0 Kudos

depends on the requirement.

Is it fixed width or delimited!