on ‎2011 Oct 03 9:44 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.