Quantcast
Channel: SCN : Unanswered Discussions - Service-Oriented Architecture (SOA) and SAP
Viewing all articles
Browse latest Browse all 360

ABAP Structure - Table (name for line type)

$
0
0

Hi Abaper,

 

I created a simple web service with function module (remote enabled).

The WS works great but ...

 

I would like to adapt my XML structure (request).

Actually :

<REQ>

     <USERS>

          <item>

               <USERID>?</USERID>

          </item>

     </USERS>

</REQ>

 

What I would like :

<REQ>

     <USERS>

          <USER>

               <USERID>

          </USER>

     </USER>

</REQ>

 

In SE11 i have :

- ZWS_USERS (Structure)

-- USERS (Table type - ZTT_USERS)

--- ??? (Line type - ZLT_USER)

 

How to name the line ?

I want to replace <item> by <USER>

 

I can't find how to do that ... This is probably simple but ...

 

Thanks,

Youri


Viewing all articles
Browse latest Browse all 360

Trending Articles



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