Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue Transformation HELP

0 Likes
1,148

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

1 ACCEPTED SOLUTION
Read only

0 Likes
630

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

1 REPLY 1
Read only

0 Likes
631

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