Quantcast
Channel: SCN: Message List - Service-Oriented Architecture (SOA) and SAP
Viewing all articles
Browse latest Browse all 1056

Re: ABAP Structure - Table (name for line type)

$
0
0

It's not easy to explain sorry ...

 

I have a Function Module (web service) with Import Data :

  • Req - type ZWS_USERS (structure).

 

Structure ZWS_USERS is defined by a table type ZTT_USERS.

Table type ZTT_USERS is defined by a line type ZLT_USER.

 

With my web service i generated a WSDL.

When i consume this web service my XML structure looks :

<REQ>

     <USERS>

          <item>

               <USERID>?</USERID>

          </item>

     </USERS>

</REQ>

 

I would like to change <item> by <USER>

This tags are added by SAP.

 

How can i change that ?

Not possible in SE11 ? in the line type definition ?


Viewing all articles
Browse latest Browse all 1056

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>