cancel
Showing results for 
Search instead for 
Did you mean: 

Call tranformation

vijay_b4
Active Contributor
0 Kudos

In which cases can the abap statement call transformation can be used?

a. to transform as ixml document object into and abap data structure using xslt.

b. to transform an xml document contained in a string into another xml document using and xslt program.

c. to get canonic xml display of an abap data structure.

d. to transform an xml document contained in an xstring into another xlm document using an ST program.

e. to transform and abap data structure into an sml document using ST.

Thanks & Regards

Pragathi.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Good question Pragathi,

I think its a.what do u say guys....

Prabhakar

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

I feel more than one answer suits this question.

But if only one option then (e) satisfies

its not compulsory to be ixml document or any strict ABAP data type.(String or XString)

ST is used for the transformation of ABAP data to XML (serialization) and from XML to ABAP data (deserialization).

http://www.sap-hefte.de/download/dateien/1112/076_leseprobe.pdf

http://help.sap.com/saphelp_nw2004s/helpdata/en/27/101640a991c742e10000000a1550b0/frameset.htm

Thanks

Gaurav

prateek
Active Contributor
0 Kudos

Answer should be (a). However, (c) could also hold true.

Regards,

Prateek