cancel
Showing results for 
Search instead for 
Did you mean: 

FCC parameters on reciever side

Former Member
0 Kudos

Hello,

I am doing IDOC-File scenario.

source IDOC strucutre is

DEBMAS06 which has the following strucuture

DEBMAS06

BEGIN

EDI_DC40

E1KNA1M

<fields>

custom_segment

<fields>

.....

I have reciever data type as ..

new_cust

Root

<fields>

<fields>

......

What are the FCC parameters I can use to get '|' delimted file on the destination file?

the field delimited with empty space shud be there even if there s no source data comign in

venkat.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkat,

In Record Structure column u have to mension :: fields

Coming to Parameters column,

fields.filedFixedLengths (or) fields.fieldSeparator

fields.fieldNames

if you have fixed lengths for ur fields you can go for fieldFixedLengths.

>>> I can use to get '|' delimted file on the destination file?

Here you want delimiter as 'I' so you have to give fileds.fieldSeparator = l

Regards,

Pavani

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi venkat

the different parameters in the receiver communication channel

childnodename.fieldFixedLengths--1,1(suppose)

childnodename.endSeparator :'nl'(nl is for the next line)

parentnodename.fieldSeparator:'nl'

Former Member
0 Kudos

Hi,

Try as below

In record structure : Root,* ( if you have unbounded occurrences)

In parameters :

Root.fieldseparator: '|'

Chilla

Former Member
0 Kudos

Hi !

<b>Please look thru this one too..</b>

http://help.sap.com/saphelp_erp2005/helpdata/en/ab/bdb13b00ae793be10000000a11402f/content.htm

<b>for idoc related settings in r/3 refer the below link..</b>.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4ac372c...

<b>Check this:</b>

http://saptechnical.com/Tutorials/XI/IDocToFile/IDocToFile1.htm

<b>See the below links to get the idea mapping</b>

idoc mapping - /people/james.guanzon/blog/2006/03/23/how-to-support-industry-standards-in-xi-part-ii-of-iii--mapping

/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi

<b>for more details about your scenarios </b>

For any IDOC scenario u can use the corresponding link below.

/people/swaroopa.vishwanath/blog/2007/01/22/ale-configuration-for-pushing-idocs-from-sap-to-xi --> ALE configuration for pushing idocs from SAP to XI

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4ac372c...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb...

/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi

http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983331,00.html

/people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/index.htm

http://www.sappoint.com/abap/ale.pdf

http://www.sappoint.com/abap/ale2.pdf

http://www.sapgenie.com/sapedi/idoc_abap.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm

http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm

http://www.allsaplinks.com/idoc_sample.html

http://www.sappoint.com/abap.html---->serialization

/people/alessandro.guarneri/blog/2006/11/26/content-based-serialization-dynamic-queue-name-in-xi

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm ->IDOC Bundling

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters &#61664;Idoc 2 file

Try to Use Idoc packaging. also see the below links

/people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File

/people/stefan.grube/blog/2006/09/18/collecting-idocs-without-using-bpm - collecting IDocs without BPM

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File

Thanks !!!

Questions are welcome here!!

<b>Also mark helpful answers by rewarding points </b>

Regards

Abhishek Agrahari

Former Member
0 Kudos

hi

Recordset structure= Root

Root.fieldSeparatot = | (try with this boz I am just guessing)

Root.endSeparator = (whtever you want. but defaullt is 'nl' even if you dont mention)

Note:No need to write fieldNames in receiver CC

Former Member
0 Kudos

thanx for replies i wil try n get back to u

Former Member
0 Kudos

Hi venkat,

have a look here..

Introduction to IDOC-XI-File scenario

/people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters

regards

BILL