Application Development 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: 

How to read XML Fragment (RAWSTRING / XSDANY) data and move to Internal Table/Fields.

Former Member
0 Kudos

Hi

  I’m using methods to read the web services values in ABAP reports.

CALL METHOD l_proxy->XYZ

   EXPORTING

     INPUT  = INPUT

   IMPORTING

     OUTPUT = OUTPUT.

I’m getting the data something like this as OUTPUT and want to convert this values into table structures and fields

C536561726368486F724163636F756E74526573506F6E736520786D6C6E733D22687474703A2F2F

D63616665652E666F6D2F73692F77656273657256696365732F2220786D6C6E733A7873643D2268

i checked and i found its structure data type is RAWSTRING which storing the XML Fragment values. but i want this values converted into table / fields.

Regards

Ali

1 ACCEPTED SOLUTION

Former Member
0 Kudos

dear raza,

Question has been already answered in the below thread.

http://scn.sap.com/thread/3306037

regards

goudham

2 REPLIES 2

Former Member
0 Kudos

dear raza,

Question has been already answered in the below thread.

http://scn.sap.com/thread/3306037

regards

goudham

0 Kudos

Hi Goudham,

Can you please help me with the code?

Regards

Raza