I'm looking for a class/FM which is responsible for generating structure/table fields names for transaction SPROXY. To be precize. Sproxy takes WSDL. Basing on them following XML can be created.
<Root>
<Nodes>
<Node/>
<Node/>
<ExtraNodes>
<ExtraNode />
</ExtraNodes>
</Nodes>
</Root>
For this XML following structures/tables will be created:
ROOT-NODES-NODE
ROOT-EXTRA_NODES-EXTRA_NODE
I need to find this FM/class which is responsible for this process.
Why I need this? I've configuration in Z table which describes tag names from which I should take values e.g. <Root>-<Nodes>-<Node>. Basing on entries in it I need to find correct data in SPROXY response structure.