cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Implement SAP Note 2290309 BPC 10.1 Embedded BPF enhancement for integration with Analysis Office Plug-In

Former Member
0 Kudos
220

Hi to all BPC 10.1 Embedded Experts,

I'am currently facing an Issue while implementing the SAP Note 2290309. For example when using an Analysis Office Workbook in a defined Process Template the parameters are not passed correctly. This note should fix the issue.

The mentioned SAP Note describes a manual activity as following:

This manual action is to create transformation file "RSBPC_WEB_TRANS_AO_LAUNCH_JSON".

1. Run T-Code "SE80" and go to package "RSBPC_WEB_SERVICE".

2. Create simple transformation file "RSBPC_WEB_TRANS_AO_LAUNCH_JSON" and as below

The XML code (see attached XML file) is not valid and the transformation can't be activated. For example opening <tt:cond> tags and the including conditions are missing.

The error is also fixed with the following releases

BW750(Component SAP_BW) Support Package 04

BW740(Component SAP_BW) Support Package 15

Is there somebody who can share the correct XML code for the simple transformation RSBPC_WEB_TRANS_AO_LAUNCH_JSON.

Thank you in advance for any help.

Best regards,

Philipp

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Philip, I think its better to consult with SAP support in such cases. Raise an OSS.

Regards,

JP

Former Member
0 Kudos

Hi JP,

the OSS Note for this correction / error is already available. The problem is that the attached XML is incomplete and it is not possible to activate the transformaiton.

I don't know if openening an OSS Note for correcting an existing OSS Note is the right way. But i still hope there is a solution available from the community. The next step will be opening a new OSS note.

Best regards,

Philipp

damovand
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

The XML is implemented based on SAP simple transformation (ST) .  I found a lot of information about the syntax for ST online.

The syntax seems correct. You may need to remove all the blank lines.  Here is a link >for SAP help for ST

Best Regards,

Leila

Former Member
0 Kudos

Hi Leila,

thanks for your reply. But for example the first rows in the simple transformation are as following:

<?sap.transform simple?>

<tt:transform xmlns:tt="http://www.sap.com/transformation-templates" xmlns:type="http://www.sap.com/abapxml/types/class-pool/CL_RSBPCPS_WEB_RES_AO_REPORT">

     <object>

      <object name="Data" tt:ref=".DATA">

            <str name="FileName">

            </str>

          </tt:cond>

            <object name="AOObject" tt:ref="$ref.AO_OBJECT">

From my point of view the opening tag <tt:cond> with some kind of condition is missing. Removing the blank lines does not help to get a valid result. I already tried 😉

Best regards,

Philipp