on 2016 Sep 15 4:01 PM
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
Request clarification before answering.
Philip, I think its better to consult with SAP support in such cases. Raise an OSS.
Regards,
JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.