2015 Jun 26 1:58 PM
Following is Transformation:
<?sap.transform
simple?>
<tt:transform xmlns:tt="http://www.sap.com/transformation-templates" xmlns:ddic="http://www.sap.com/abapxml/types/dictionary" xmlns:def="http://www.sap.com/abapxml/types/defined">
<tt:root
name="ROOT" type="?"/>
<tt:root name="STARTHCMREPORTRESULT"
type="ddic:ZWSSTATUS_STTR"/>
<tt:template>
<response>
<guid
tt:value-ref=".STARTHCMREPORTRESULT.GUID"/>
<data
tt:value-ref=".STARTHCMREPORTRESULT.DATA"/>
<ora
tt:value-ref=".STARTHCMREPORTRESULT.ORA"/>
<utente
tt:value-ref=".STARTHCMREPORTRESULT.UTENTE"/>
<stato
tt:value-ref=".STARTHCMREPORTRESULT.STATO"/>
<pathRete
tt:value-ref=".STARTHCMREPORTRESULT.PATHRETE"/>
<pathLog
tt:value-ref=".STARTHCMREPORTRESULT.PATHLOG"/>
</response>
</tt:template>
</tt:transform>
this is the error:
Error during access to the ref node 'GUID'. The ref node is not defined or does not have the necessary type
this is XML input:
<nm:StartHCMReportResponse xmlns:nm="http://tempuri.org/"
xmlns:prx="urn:sap.com:proxy:HRD:/1SAI/TASDB7BF88F74FE7B85AA8A:731">
<n0:StartHCMReportResult xmlns:n0="http://tempuri.org/">
<?xml version="1.0"
encoding="utf-8"?>
<response>
<guid>9050569326391EE589CC24C48D5A5eD2R</guid>
<data>20150626</data>
<ora>140222</ora>
<utente>A69237</utente>
<stato>Y</stato>
<pathRete>\\TRASV01\ANFDIP\9050569326391EE589CC24C48D5A5eD2R\</pathRete>
<pathLog>\\TRASV01\Log\ANFDIP\9050569326391EE589CC24C48D5A5eD2R\</pathLog>
</response>
</n0:StartHCMReportResult>
</nm:StartHCMReportResponse>
help me please
2015 Jun 26 2:51 PM
I solved my issue:
execute transaction XSLT_TOOL
see transformation DEMO_SIMPLE_TRANSFORMATION and relative report DEMO_ST.
I realized that my CALL TRANSFORMATION was WRONG!!!
Good Luck for All
I solved my issue:
execute transaction XSLT_TOOL
see transformation DEMO_SIMPLE_TRANSFORMATION and relative report DEMO_ST.
I realized that my CALL TRANSFORMATION was WRONG!!!
Good Luck for All
2015 Jun 26 2:51 PM
I solved my issue:
execute transaction XSLT_TOOL
see transformation DEMO_SIMPLE_TRANSFORMATION and relative report DEMO_ST.
I realized that my CALL TRANSFORMATION was WRONG!!!
Good Luck for All
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |