SAP CL_PROXY_WSDL_ITEM OO Class - Proxy Generation: WSDL Analysis/Indexing
CL_PROXY_WSDL_ITEM is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_PROXY_WSDL_ITEM including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_PROXY_WSDL_ITEM SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_proxy_wsdl_item=>CONSTRUCTOR...more details | ||
| CONVERT_TO_DOC_STYLE | Private | |
| CALL METHOD cl_proxy_wsdl_item=>CONVERT_TO_DOC_STYLE...more details | ||
| GET_URL | Protected | |
| CALL METHOD cl_proxy_wsdl_item=>GET_URL...more details | ||
| PARSE_PATH | Completes Relative URL | Private |
| CALL METHOD cl_proxy_wsdl_item=>PARSE_PATH...more details | ||
| PARSE_URL | Protected | |
| CALL METHOD cl_proxy_wsdl_item=>PARSE_URL...more details | ||
| READ_WSDL | Public | |
| CALL METHOD cl_proxy_wsdl_item=>READ_WSDL...more details | ||
|
| ||
| TO_XSTRING | Public | |
| CALL METHOD cl_proxy_wsdl_item=>TO_XSTRING...more details | ||
| URL_TO_XSTRING | Protected | |
| CALL METHOD cl_proxy_wsdl_item=>URL_TO_XSTRING...more details | ||
CL_PROXY_WSDL_ITEM attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| HTTP_DEST | Instance Attribute | Logical Destination (Specified in Function Call) | LIKE RFCDEST | Private | |
| LEVEL_BO | Constant | 'BO' | LIKE STRING | Public | |
| LEVEL_BO_ENH | Constant | 'BO_ENH' | LIKE STRING | Public | |
| LEVEL_BTM_TYPE | Constant | 'BTM_TYPE' | LIKE STRING | Public | |
| LEVEL_IFR | Constant | 'IFR' | LIKE STRING | Public | |
| LEVEL_PA | Constant | 'PA' | LIKE STRING | Public | |
| LEVEL_WSDL | Constant | 'WSDL' | LIKE STRING | Public | |
| LEVEL_WSP | Constant | 'WSP' | LIKE STRING | Public | |
| LEVEL_XSD | Constant | 'XSD' | LIKE STRING | Public | |
| PASSWORD | Instance Attribute | LIKE STRING | Private | ||
| RETRIEVER | Instance Attribute | LIKE IF_SLIB_RETRIEVER | Public | ||
| URL | Instance Attribute | LIKE STRING | Private | ||
| URL_TYPE_FILE | Constant | 'FILE' | LIKE STRING | Public | |
| URL_TYPE_HTTP | Constant | 'HTTP' | LIKE STRING | Public | |
| URL_TYPE_XSTRING | Constant | 'XSTRING' | LIKE STRING | Public | |
| USERNAME | Instance Attribute | LIKE STRING | Private | ||
| WSDL | Instance Attribute | LIKE XSTRING | Private |
Links to Related Class(s)
CL_PROXY...Full list of available SAP object classes
Search for further information about these or an SAP related objects