Dear Experts,
While pulling master data from SAP BW for cost center and profit center, we have to add Controlling area as a part of ID since it is the compounded info object for cost center and profit center in SAP BW.
But we don't need the controlling area to be part of ID's in BPC.
But while mapping ID, when we don't add controlling area as a part of Id, it throws an admin error while validating and processing the transformation file.
We tried below :
ID = ID
this was not taken by the system.
As a work around we mapped as below :
ID = ID+*STR( ),
this was also not taken by the system.
But when we added any other character like '_' instead of ' ' ,
ID = ID+*STR(_),
it accepts properly.
But the requirement is we need only ID for cost center and profit center in the BPC master data.
Awaiting for your kind assistance.
Regards,
sap bpc