Skip to Content
0
Jun 17, 2009 at 12:46 PM

Problem using Key expansion

21 Views

i try to use key expansion in a scenario from F.B1.2007 to a B1 database to retrieve fields from Sales Order .

The DocNum of the Sales Order is in the xml file .

i add the following lines in BIUMETA.F.B1.2007_B1.2007.xml

<KeyExpansionRule Side="R">
<TargetObjectType ObjectNameSpace="" ObjectTypeId="B1.2007_SO" RequestGenerationRuleLink="">
<ObjectKeyList>
<ObjectKey FieldName="DocNum" SelectionPath="//BOM/BO/Documents/row/DocNum" />
</ObjectKeyList>
</TargetObjectType>
</KeyExpansionRule>

but this doesn't create a "RA" section in the B1i message .

Do i have to modify another file ? ( according to "Integration Dev. guide" , if it's a standard api call , we don't need to create a xsl file for RequestGenerationRuleLink)

thanks

Edited by: Laurent VIALARET on Jun 30, 2009 4:42 PM