Hi BPC Friends
I have a custom process chain that run the standard bpc package for loading master data by a abap variant specifying the parameter for selection (in particular the two hierarchies for 0COSTELMNT) that we load to run in BPC
Because now I want to load two new hierarchies I thought to change this variant
The new hierarchies are 27fr00fr and 27fr001xnbs
%INFOOBJECT% = 0COSTELMNT
%SELECTION% = <?xml version="1.0" encoding="utf-16"?><Selections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Selection Type="Hierarchy" ImportText="0"><Hierarchy><ID>4JSEYX8HNLU7KW5WQ0F4B6ZB7</ID><MemberID /><Level /><HierName>27FR00IT1</HierName><Version /><DateTo>9999-12-31</DateTo></Hierarchy><Hierarchy><ID>4P3A03XMVKY4JUJ5GPNL1DIDD</ID><MemberID /><Level /><HierName>27FR00IMR_COSTE</HierName><Version /><DateTo>9999-12-31</DateTo></Hierarchy><Hierarchy><ID>4JSE18003T1QK61H85LAB23WG</ID><MemberID /><Level /><HierName>27FR00FR</HierName><Version /><DateTo>9999-12-31</DateTo></Hierarchy><Hierarchy><ID>PCINW2A61W8M7GR6NDG4MZC66</ID><MemberID /><Level /><HierName>27FR001XNBS</HierName><Version /><DateTo>9999-12-31</DateTo></Hierarchy></Selection><KeyDate>20141023</KeyDate></Selections>
but I got this error in BPC
Task name MASTER DATA SOURCE:
An exception with the type CX_XSLT_RUNTIME_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause
No valid source context supplied
model: COSTS. Package status: ERROR
Could you please help me to understand what I should do?
Thanks
Michele