SAP IF_SOAP_UTIL_CONSTANTS OO Class - Constants for SOAP Utilities
IF_SOAP_UTIL_CONSTANTS 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 IF_SOAP_UTIL_CONSTANTS 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 IF_SOAP_UTIL_CONSTANTS 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 |
IF_SOAP_UTIL_CONSTANTS 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 |
| AGGR_OFF | Constant | '-' | LIKE CHAR1 | Public | |
| AGGR_ON | Constant | 'X' | LIKE CHAR1 | Public | |
| CATEGORY_ADMINISTRATION | Constant | Administration | 'WS-Administration' | LIKE STRING | Public |
| CATEGORY_APPLICATION | Constant | Application | 'WS-Application' | LIKE STRING | Public |
| CATEGORY_COMMUNICATION | Constant | Communication | 'Communication' | LIKE STRING | Public |
| CATEGORY_CONFIGURATION | Constant | Configuration | 'WS-Configuration' | LIKE STRING | Public |
| CATEGORY_INTEGRATION_SERVER | Constant | Integration Server | 'Integration-Server' | LIKE STRING | Public |
| CATEGORY_MAPPING | Constant | Mapping | 'Mapping' | LIKE STRING | Public |
| CATEGORY_PAF_FRAMEWORK | Constant | Process Agent Framework | 'PAF-Framework' | LIKE STRING | Public |
| CATEGORY_PROXY_RUNTIME | Constant | Proxy Runtime | 'Proxy-Runtime' | LIKE STRING | Public |
| CATEGORY_SERVER_SYSTEM | Constant | Server | 'Server-System' | LIKE STRING | Public |
| CATEGORY_SOAP_RUNTIME | Constant | SOAP Runtime | 'WS-Runtime' | LIKE STRING | Public |
| CATEGORY_SOAP_SECURITY | Constant | SOAP Security | 'WS-Security' | LIKE STRING | Public |
| CATEGORY_XML_CONVERSION | Constant | XML-Conversion | 'XML-Conversion' | LIKE STRING | Public |
| CLOGTRACE_DISABLED | Constant | Classic Logging/Tracing Mode | 0 | LIKE SRT_CLOGTRACE_MODE | Public |
| CLOGTRACE_ENABLED | Constant | Classic Logging/Tracing Mode | 1 | LIKE SRT_CLOGTRACE_MODE | Public |
| COMM_TYPE_EVENTING | Constant | Event | 'EVENTING' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_EVENTING_RFC | Constant | Eventing | 'V' | LIKE CHAR1 | Public |
| COMM_TYPE_IDEMPOTENT | Constant | Idempotent | 'IDP' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_IDEMPOTENT_RFC | Constant | Idempotent | 'I' | LIKE CHAR1 | Public |
| COMM_TYPE_IDOC | Constant | IDoc | 'IDOC' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_IDOC_RFC | Constant | 'D' | LIKE CHAR1 | Public | |
| COMM_TYPE_MAIL | Constant | WS Mail | 'MAIL' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_MAIL_RFC | Constant | 'M' | LIKE CHAR1 | Public | |
| COMM_TYPE_MAPPING | Constant | Mediation | 'MAPPING' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_MAPPING_RFC | Constant | Mapping | 'A' | LIKE CHAR1 | Public |
| COMM_TYPE_MIXED | Constant | Mixed | 'Mixed' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_PLAINSOAP | Constant | Plain SOAP | 'PLAINSOAP' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_PLAINSOAP_RFC | Constant | Plain SOAP | 'P' | LIKE CHAR1 | Public |
| COMM_TYPE_PULLING | Constant | Message Pulling | 'GROUPWARE' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_PULLING_RFC | Constant | Pulling | 'U' | LIKE CHAR1 | Public |
| COMM_TYPE_RFC | Constant | 'RFC' | LIKE SRT_UTIL_COMMTYPE | Public | |
| COMM_TYPE_RFC_RFC | Constant | Rfc | 'R' | LIKE CHAR1 | Public |
| COMM_TYPE_SHORTCUT | Constant | Shortcut | 'SHORTCUT' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_SHORTCUT_RFC | Constant | Shortcut | 'S' | LIKE CHAR1 | Public |
| COMM_TYPE_SYNC | Constant | Synchronous | 'SYNCHRON' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_SYNC_RFC | Constant | Synchronous | 'Y' | LIKE CHAR1 | Public |
| COMM_TYPE_TUCC | Constant | TU&C/C | 'TUCC' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_TUCC_RFC | Constant | TU&C/C | 'T' | LIKE CHAR1 | Public |
| COMM_TYPE_TW | Constant | Task Watcher | 'TASK_WATCHER' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_UNKNOWN | Constant | Communication Type Name | 'Unknown' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_WSRM | Constant | WS Reliable Messaging | 'WS_RM' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_WSRM_RFC | Constant | WS Reliable Messaging | 'W' | LIKE CHAR1 | Public |
| COMM_TYPE_XI | Constant | XI | 'XI' | LIKE SRT_UTIL_COMMTYPE | Public |
| COMM_TYPE_XI_RFC | Constant | WS XI | 'X' | LIKE CHAR1 | Public |
| CO_IDTYPE_BL | Instance Attribute | LIKE | Private | ||
| CO_IDTYPE_GLOBAL | Constant | Global Configuration | '4' | LIKE CHAR1 | Public |
| CO_IDTYPE_TERM | Constant | Terminal ID | '2' | LIKE CHAR1 | Public |
| CO_IDTYPE_URI | Constant | Request URI | '3' | LIKE CHAR1 | Public |
| CO_IDTYPE_USER | Constant | User ID | '1' | LIKE CHAR1 | Public |
| CO_IDVALUE_GLOBAL | Constant | User for Global Configuration | '_%GLOBAL%' | LIKE SYUNAME | Public |
| EVENTING_TEXT | Constant | Text for Event | 'Sector 1+: Eventing' | LIKE STRING | Public |
| FUNC_LEVEL_HIGH | Constant | Detail | 2 | LIKE SRT_LEVEL_TRCFUNC | Public |
| FUNC_LEVEL_LOW | Constant | Overview | 1 | LIKE SRT_LEVEL_TRCFUNC | Public |
| FUNC_LEVEL_NONE | Constant | Inactive | 0 | LIKE SRT_LEVEL_TRCFUNC | Public |
| LOG_KEEPING_DAYS | Constant | Keeping Days for Error Log | 14 | LIKE INT4 | Public |
| LOG_LEVEL_ALL | Constant | All Exceptions | 2 | LIKE SRT_LEVEL_ERRLOG | Public |
| LOG_LEVEL_NONE | Constant | Inactive | 0 | LIKE SRT_LEVEL_ERRLOG | Public |
| LOG_LEVEL_SYSTEM | Constant | System Exceptions only | 1 | LIKE SRT_LEVEL_ERRLOG | Public |
| MAPPING_TEXT | Constant | Text for Mapping | 'Sector 1+: Mapping' | LIKE STRING | Public |
| PERF_LEVEL_ACTIVE | Constant | Active | 1 | LIKE SRT_LEVEL_TRCPERF | Public |
| PERF_LEVEL_NONE | Constant | Inactive | 0 | LIKE SRT_LEVEL_TRCPERF | Public |
| PLOAD_LEVEL_ACTIVE | Constant | Active | 1 | LIKE SRT_LEVEL_TRCPLOA | Public |
| PLOAD_LEVEL_HTTP | Instance Attribute | LIKE | Private | ||
| PLOAD_LEVEL_NONE | Constant | Inactive | 0 | LIKE SRT_LEVEL_TRCPLOA | Public |
| PLOAD_SIDE_CONS | Constant | BIT0: Consumer | 1 | LIKE X | Public |
| PLOAD_SIDE_CONSIDER_BL | Instance Attribute | LIKE | Private | ||
| PLOAD_SIDE_CPRO_SPE | Constant | BIT2: Specific Consumer Proxy | 4 | LIKE X | Public |
| PLOAD_SIDE_PROV | Constant | BIT1: Provider | 2 | LIKE X | Public |
| PLOAD_SIDE_SDEF_SPE | Constant | BIT3: Specific Service Definition | 8 | LIKE X | Public |
| PROCESSING_TYPE_REMOTE | Constant | Processing Type REMOTE | 'Remote' | LIKE STRING | Public |
| PROCESSING_TYPE_SHORTCUT | Constant | Processing Type SHORTCUT | 'Shortcut' | LIKE STRING | Public |
| PROC_MODE_ASYNC | Constant | Processing Mode ASYNC | 'Asynchronous' | LIKE STRING | Public |
| PROC_MODE_SYNC | Constant | Processing Mode SYNC | 'Synchronous' | LIKE STRING | Public |
| RM_RECEIVER | Constant | Reliable Messaging Receiver | '3' | LIKE CHAR1 | Public |
| RM_RECEIVER_TEXT | Constant | Text for RM Receiver | 'Sector 3: Provider' | LIKE STRING | Public |
| RM_SENDER | Constant | Reliable Messaging Sender | '2' | LIKE CHAR1 | Public |
| RM_SENDER_TEXT | Constant | Text for RM Sender | 'Sector 2: Consumer' | LIKE STRING | Public |
| SRT_VIRUS_ACTION | Constant | LIKE | Public | ||
| SRT_VIRUS_REACTION | Constant | LIKE | Public | ||
| SUBCATEGORY_AUTOMATIC_RETRY | Constant | Automatic Retry | 'Automatic Retry' | LIKE STRING | Public |
| SUBCATEGORY_MANUAL_RETRY | Constant | Manual Retry | 'Manual Retry' | LIKE STRING | Public |
| TRACE_TYPE_CALL | Constant | Single Call | 'C' | LIKE CHAR1 | Public |
| TRACE_TYPE_REQUEST | Constant | Request | 'R' | LIKE CHAR1 | Public |
| TRACE_TYPE_RESPONSE | Constant | Response | 'S' | LIKE CHAR1 | Public |
| WS_CASCADED_CONSUMER | Constant | Cascaded Web Service Consumer | '5' | LIKE CHAR1 | Public |
| WS_CASCADED_CONSUMER_TEXT | Constant | Text for WS Consumer | 'Sector 5: Consumer' | LIKE STRING | Public |
| WS_CONSUMER | Constant | Web Service Consumer | '1' | LIKE CHAR1 | Public |
| WS_CONSUMER_TEXT | Constant | Text for WS Consumer | 'Sector 1: Consumer' | LIKE STRING | Public |
| WS_PROVIDER | Constant | Web Service Provider | '4' | LIKE CHAR1 | Public |
| WS_PROVIDER_TEXT | Constant | Text for WS Provider | 'Sector 4: Provider' | LIKE STRING | Public |
| WS_TYPE_CONSUMER | Constant | Consumer | 'C' | LIKE CHAR1 | Public |
| WS_TYPE_CONSUMER_TEXT | Constant | Consumer Text | 'Consumer' | LIKE STRING | Public |
| WS_TYPE_GENERIC_CONSUMER | Constant | Generic Consumer | 'G' | LIKE CHAR1 | Public |
| WS_TYPE_PROVIDER | Constant | Provider | 'P' | LIKE CHAR1 | Public |
| WS_TYPE_PROVIDER_TEXT | Constant | Provider Text | 'Provider' | LIKE STRING | Public |
| WS_TYPE_RECEIVER | Constant | Receiver | 'E' | LIKE CHAR1 | Public |
| WS_TYPE_RECEIVER_TEXT | Constant | Receiver Text | 'Receiver' | LIKE STRING | Public |
| WS_TYPE_RFC_PROVIDER | Constant | RFC via WS (Provider) | 'R' | LIKE CHAR1 | Public |
| WS_TYPE_SENDER | Constant | Sender | 'S' | LIKE CHAR1 | Public |
| WS_TYPE_SENDER_TEXT | Constant | Sender Text | 'Sender' | LIKE STRING | Public |
Links to Related Class(s)
IF_SOAP_...Full list of available SAP object classes
Search for further information about these or an SAP related objects