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 ?