cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

keyField

Former Member
0 Likes
469

Hello All,

I am working on a Inbound scenario. In which PI has to pick the records which are having TCODE(source field) as 431.

Hence I defined my sender communication channel with keyField attribute correctly.

Recordset Structure: RECORD,*

keyFieldName:TCODE

RECORD.keyFieldValue: 431

and defined other attributes.

But strangely channel is picking the records which are not having TCODE 431.

Can you please tell me the reason

Regards,

Moorthy

View Entire Topic
naveen_chichili
Active Contributor
0 Likes

Hi,

if you mark NameA.keyFieldInStructure: ignore this will exclude the key field value.

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

Regards,

Naveen.

Former Member
0 Likes

Is it necessary to define Recordset per message 1 If I define keyFieldValue and keyField Name attributes?

naveen_chichili
Active Contributor
0 Likes

Hi Moorthy,

Recordsets per message is to specify no of recordsets which has to be grouped together in a message creation.

Example : number of recordsets in a document is greater than the number specified, then it will create all messages in a single document.

Regards,

Naveen

Edited by: chichilin on Oct 5, 2011 8:25 AM

Former Member
0 Likes

hi moorthy,

to specify the number of recordsets to be grouped together in a message.

This entry is optional. The default value is *. In the default setting, all recordsets are included in a message.

If the number of recordsets in a document is greater than the number specified, the adapter creates multiple messages from a document. The last message might then contain fewer recordsets than specified.

If you have entered a variable number of substructures under Recordset Structure, that is, you have entered the value * for at least one structure, specify a Key Field Name.

Specify the Key Field Type to be used to compare the predefined values.

This entry is used if the key field name is defined.

regards,

ganesh.