cancel
Showing results for 
Search instead for 
Did you mean: 

fcc sender parameters

Former Member
0 Kudos

Hi All,

my sender structure is :  Record is rootnode, under rootnode only one field empno. There is no sub nodes

please provide me fcc parameters as per my structure looks like below:

Record    0 to unbounded(occurrence)

    empno    1 to 1(occurrence)

Thanks & Regards,

Aadi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Aadi,

Document Name: Your Message Type Name

Document Namespace: Namespace

Document Offset:

Recordset Name:

Recorset Namespace:

Recordset Structure: Record, *

Recordset Sequence: Ascending

Recordset Per Message:

Key Field Name:

Key Filed Type: String

Name                         Value

Record.fieldNames       : empno

Record.fieldLength:

Record.endSeparator:

Thanks,

Satish.

Former Member
0 Kudos

Hi Satish,

thanks for your reply.

i need  one more parameter ,what about Recordset Name:

Thanks,

Aadi

Former Member
0 Kudos

Hi Aadi,

Record Set Name is not required.  Try with that parameters and test the scenario.

Thanks,

Satish.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Aadi,

Document Name: Your Message Type Name

Document Namespace: Namespace

Document Offset:

Recordset Name:

Recorset Namespace:

Recordset Structure: Record, *

Recordset Sequence: Ascending

Recordset Per Message:

Key Field Name:

Key Filed Type: String

Record.fieldNames       : empno

Record.endSeparator: 'nl'

Note: Document Name and Namespace correspond to the message type from the Integration Repository. 

Please find the below screen shot for your reference.

Regards,

Sagarika

Former Member
0 Kudos

Hi Aadi,

For any FCC requirement take the below sap documentations as reference .Understand it and use the features as per your requirement.

FCC at the sender:

http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

FCC at the receiver:

http://help.sap.com/saphelp_nwpi711/helpdata/en/44/686e687f2a6d12e10000000a1553f6/content.htm

Regards

Venkat