Skip to Content
0
Former Member
Sep 07, 2007 at 06:50 PM

Call transformation - ABAP to XML - not populating data to XML

2525 Views

Hi there,

I'm using Call transformation to transform abap to xml.

Here's my abap code:

call transformation ('ZHR_NEW_TRANSFORMATION')

source BENEFITENROLLMENT = GT_BENEFITENROLLMENT[]

result XML gw_resstream.

Here's my xslt code:

<xsl:transform version="1.0"

xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

xmlns:sap="http://www.sap.com/sapxsl"

Can anyone tell me why the fileid and txncount fields are not being populated?

We're on SAP_BASIS 700 Level 11.

Any help would be greatly appreciated.

Regards,

Robin