Hi All,
As of now I am able to convert Google API XML response or any XML response to ABAP compatible internal table using below Function modules.
Here there is no need to deal with XML to ABAP vice versa transformations.
Code :-
Internal table populated data :-
Here we need to do coding for populating target structure by playing with fields
HIER -> Hierarchy or field position in XML
CNAME -> XML field name
CVALUE -> XML field value
I am still trying on transformation and will let you know once got successful.
thanks,
Vij