Skip to Content
0
Dec 05, 2008 at 11:32 AM

Generating names in SPROXY

24 Views

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.