cancel
Showing results for 
Search instead for 
Did you mean: 

value Mapping in XSLT

Former Member
0 Kudos

Hello,

I am implementing value mapping in XSLT using template

I call following template to retrieve the value from ID....

<xsl:template name="NonMerchandiseSaleValueMapping">

<xsl:param name="GMNonMerchandiseType"/>

<xsl:value-of select="vm:executeMapping( 'GMNonMerchandiseType', 'GMNonMerchandiseTypeSchema', $GMNonMerchandiseType, 'IXRetailPOSLogLineItemType', 'IXRetailPOSLogLineItemTypeSchema')"/>

</xsl:template>

It works fine for 1 entry that was added long back. I added few new entries in ID value mapping table. All of them does not work. Is there any step we need to do after entering new data in value mapping table. I can see the values in cache monitoring also.

regards

Grewal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey

In Both IR and ID go to Environment->Cache Notifications

Do you see any error(red icon) for cache update,it must be all green to refresh cache.If there are any red color icons,click that and manually do a cache refresh(by clicking the small cache refresh icon).

also refresh Cache in RWB.

If all the above does not work,you can re-import the XSLT mapping in IR and see if it works.

Thanks

Aamir

Former Member
0 Kudos

I have tried everything, still it does not work.

Former Member
0 Kudos

what does the cache notification says in IR and ID?

Former Member
0 Kudos

its green. i can see all the data in cache monitoring

Former Member
0 Kudos

Just out of curiosity,are you testing this in design time(test tab) or in runtime?

Former Member
0 Kudos

runtime....

Answers (3)

Answers (3)

Former Member
0 Kudos

I did it using XIVM Service.

Former Member
0 Kudos

Can you please look at SAP Note 858766 and see if you can find logs in your system

Thanks

Aamir

Former Member
0 Kudos

Please provide your suggestions....