Skip to Content
0
Former Member
Sep 25, 2008 at 07:52 PM

File Content Conversion Parmeter

161 Views

Hi Experts !!!

Just want to know about the parameters "keyFieldValue" and "keyFieldName"in the File sender Comm Channel FCC parameters. In the "keyFieldValue" can we specify more than one value.

I have refered the blog:

http://help.sap.com/saphelp_nw04/helpdata/en/0b/9a50465ccf84479e39a6d50c90fb3f/frameset.htm

In the txt file, the header/Title record is identified by "H" and the trailer record is identified by "T". The remaining records are identified by either "Y" or "N"

H 00000 SAPPI 000999

0001 Richard 111.99 08/23/1999 Y

0001 Rich 111.99 08/23/1999 N

0001 Ria 111.99 08/23/1999 N

0001 Richar 111.99 08/23/1999 Y

0001 Rid 111.99 08/23/1999 N

0001 Rachar 111.99 08/23/1999 N

0001 Richard 111.99 08/23/1999 Y

T 00007

For the above requirement, Can i define the data.keyFieldValue as Y,N (Should be able to assign multiple values)

Recordset Structure : header,1,data,*,trailer,1

keyFieldName:Identifier

header.keyFieldValue : H

data.keyFieldValue : "Y","N"

trailer.keyFieldValue : T

If not how can i accomodate mutiple values.

Regards

Ramani