SAP CL_PROXY_INBOUND_REGISTRY OO Class - Inbound Processing of AI Messages
CL_PROXY_INBOUND_REGISTRY 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_INBOUND_REGISTRY 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_INBOUND_REGISTRY 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 |
| CREATE_FROM_EXCEPTION | Instance Generation Using R/3 Name | Public |
| CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_EXCEPTION...more details | ||
| CREATE_FROM_FAULT | Instance Generation Using IFR Name | Public |
| CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_FAULT...more details | ||
| CREATE_FROM_IFR_NAME | Instance Generation Using IFR Name | Public |
| CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_IFR_NAME...more details | ||
| CREATE_FROM_METHOD | Public | |
| CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_METHOD...more details | ||
| CREATE_FROM_OPERATION | Instance Generation Using IFR Name | Public |
| CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_OPERATION...more details | ||
| CREATE_FROM_R3NAME | Instance Generation Using R/3 Interface Name | Public |
| CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_R3NAME...more details | ||
|
| ||
| GET_SPROXREG | Private | |
| CALL METHOD cl_proxy_inbound_registry=>GET_SPROXREG...more details | ||
CL_PROXY_INBOUND_REGISTRY 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 |
| GEN_VERS | Instance Attribute | LIKE PRX_GVERS | Public | ||
| IMPLEMENTING_CLASS | Instance Attribute | Proxy Generation: Implementing Class for the IFR Interface | LIKE PRX_IMPL | Public | |
| INSTANCE_TABLE | Static Attribute | Character Field Length 1 | LIKE REGISTRY_TAB | Private | |
| INTERFACE_NAME | Instance Attribute | Proxy Generation: Business Object/Interface in the IFR | LIKE PRX_INTFID | Public | |
| IS_IDEMPOTENT | Instance Attribute | ABAP Proxies: Boolean Value ('X' = True, Space = False) | LIKE PRX_BOOLEAN | Public | |
| NAMESPACE | Instance Attribute | Proxy Generation: Namespace | LIKE PRX_NSPCE | Public | |
| OBJECT | Instance Attribute | Proxy Generation: Object Type in R/3 | LIKE PRX_R3OBJ | Public | |
| OBJECT_NAME | Instance Attribute | Proxy Generation: Name of an Object in R/3 | LIKE PRX_R3NAME | Public | |
| OBJECT_NAME1 | Instance Attribute | Proxy Generation: Name of an Object in R/3 | LIKE PRX_R3NAME | Public | |
| OPERATION_NAME | Instance Attribute | Operation Name | LIKE PRX_IFRNAM | Public | |
| REQUEST_MSG_NAME | Instance Attribute | LIKE PRX_INTFID | Public | ||
| REQUEST_MSG_NAMESPACE | Instance Attribute | LIKE PRX_NSPCE | Public | ||
| REQUEST_R3_TYPENAME | Instance Attribute | LIKE PRX_R3NAME | Public | ||
| RESPONSE_MSG_NAME | Instance Attribute | LIKE PRX_INTFID | Public | ||
| RESPONSE_MSG_NAMESPACE | Instance Attribute | LIKE PRX_NSPCE | Public | ||
| RESPONSE_R3_TYPENAME | Instance Attribute | LIKE PRX_R3NAME | Public | ||
| SERVICE_NAME | Instance Attribute | Proxy Generation: Name of an Object in R/3 | LIKE PRX_R3NAME | Public |
CL_PROXY_INBOUND_REGISTRY types
REG -REGISTRY_TAB -
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