cancel
Showing results for 
Search instead for 
Did you mean: 

FCC parameters in Receiver Communication Channel

Former Member
0 Kudos

Hi,

I'm getting data from RFC .. so, the my file structure is also same as RFC-Response structure.. like following..

under my Receiver_DataTpe i have this structure

Receiver_DT_RFC_Response

. Pending_Order_Details

. . .Item_Details

. . . .Item_id

. . . .Item_name

. . . .Message

. Pending_Order_RETURN

. . .Item_Details

. . . .Order_No

. . . .Order_Quantity

. . . .Status

. Pending_Order_CUSTOMERS

. . .Item_Details

. . . .Customer_No

. . . .Customer_Name

. . . .Order_No

This completely as one structure only.....

so,.. for this.. now i want to load the RFC Responce in a Text file.. for this what are the parameters can i use.. please suggest me the how can i specify the parameters. for this..

Even i gone through several blogs.. but like these type of complex structures i'm not getting any idea..

Thanks

Babu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Enter the substructures using the pattern Pending_Order_Details,1,Pending_Order_RETURN,1,Pending_Order_CUSTOMERS,1

and FCC parameters as :-

Pending_Order_Details.fieldFixedLengths ---20,10,20,20

Pending_Order_Details.endSeparator ---nl

Pending_Order_Details.fixedLengthTooShortHandling---ignore

Do similar for

Pending_Order_RETURN and Pending_Order_CUSTOMERS substructures.

For more elaboration u can go to

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

Regards,

Amitanshu

Answers (3)

Answers (3)

Former Member
0 Kudos

your structure has 4 level hierarchy. Content conversion supports hierarchy upto 3 level

see it this blog helps you

/people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts

former_member859847
Active Contributor
0 Kudos

Hi Babu,

your scenario just like RFC(SYNC) to FILE(ASync).

i think, it's required to use BPM.

please check once again.

For u r structure the Fcc parameters are complex.

i.e why people prefer the seeburger adapter.

regards

mahesh.

Former Member
0 Kudos

chk if this can be useful

/people/karthiknarayan.kesavan2/blog/2007/08/22/file-content-conversion-for-multi-hierarchical-structure

Thanks

Kiran