ABAP Proxy Editor
You can display and edit ABAP proxy objects in the proxy editor. You can browse Web service objects using the Enterprise Services Browser (transaction code SPROXY) and double-click on an object to open it in the proxy editor.
Below is a summary of the information displayed for an ABAP proxy. Depending on the proxy object, some of the tabs may not be available.
|
Tab |
Information Displayed |
|
Properties |
An overview of attributes that identify the proxy object. These attributes include: type, name, namespace, the ABAP name, and the user who created the proxy. |
|
Name conflicts |
Here, you can correct names that were truncated during generation, or names that are causing a conflict. This tab is only displayed if name conflicts occurred when the proxy was generated. |
|
Used objects |
An overview of the objects generated for a proxy. These objects include data elements, classes, structures, and interfaces. Double-click a row to display the components of an object. |
|
Internal view |
Shows the hierarchy of the objects generated. Similar to the Used Objects tab. Here, the objects are displayed hierarchically in the context they are used. Click on an object in the tree on the left hand-side to display details on the right hand-side. |
|
External view |
Shows the object as it is seen by the outside world. The external names of the objects are displayed as seen externally as well as in the ES Repository. |
|
Warnings |
Even if a proxy was generated successfully, there are situations when an object type created in the Integration Builder does not correspond exactly to a particular object type in the SAP system. ABAP data types and schema types can differ in parts. Therefore, sometimes ABAP data types must be used that do not match the schema data type, which can lead to difficulties at runtime. If such situations occur during proxy generation, they are recorded with their appropriate level of severity and displayed in the Warnings tab. |
|
Configuration |
Displays the properties for the proxy's runtime environment. |
|
WSDL |
Displays the WSDL/schema for the service provider, service consumer, and the data types. |