Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
athavanraja
Active Contributor

In the Execute BW query using ABAP Part I we have seen how to

execute BW query using ABAP. Now in this part we will see how the result in XML

format can be transformed to internal table format and also sample code for

testing the whole solution.

<!column ><xsl:apply-templates/></column>

<xsl:copy>

    <xsl:apply-templates select="@||text()"/>

 

<!column ><xsl:apply-templates/></column>

<xsl:copy>

    <xsl:apply-templates select="@||text()"/>

 

41 Comments