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 NameDescriptionVisability
CREATE_FROM_EXCEPTIONInstance Generation Using R/3 NamePublic
CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_EXCEPTION...more details

CREATE_FROM_FAULTInstance Generation Using IFR NamePublic
CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_FAULT...more details

CREATE_FROM_IFR_NAMEInstance Generation Using IFR NamePublic
CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_IFR_NAME...more details

CREATE_FROM_METHODPublic
CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_METHOD...more details

CREATE_FROM_OPERATIONInstance Generation Using IFR NamePublic
CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_OPERATION...more details

CREATE_FROM_R3NAMEInstance Generation Using R/3 Interface NamePublic
CALL METHOD cl_proxy_inbound_registry=>CREATE_FROM_R3NAME...more details

GET_SPROXREGPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GEN_VERSInstance AttributeLIKE
PRX_GVERS
Public
IMPLEMENTING_CLASSInstance AttributeProxy Generation: Implementing Class for the IFR InterfaceLIKE
PRX_IMPL
Public
INSTANCE_TABLEStatic AttributeCharacter Field Length 1LIKE
REGISTRY_TAB
Private
INTERFACE_NAMEInstance AttributeProxy Generation: Business Object/Interface in the IFRLIKE
PRX_INTFID
Public
IS_IDEMPOTENTInstance AttributeABAP Proxies: Boolean Value ('X' = True, Space = False)LIKE
PRX_BOOLEAN
Public
NAMESPACEInstance AttributeProxy Generation: NamespaceLIKE
PRX_NSPCE
Public
OBJECTInstance AttributeProxy Generation: Object Type in R/3LIKE
PRX_R3OBJ
Public
OBJECT_NAMEInstance AttributeProxy Generation: Name of an Object in R/3LIKE
PRX_R3NAME
Public
OBJECT_NAME1Instance AttributeProxy Generation: Name of an Object in R/3LIKE
PRX_R3NAME
Public
OPERATION_NAMEInstance AttributeOperation NameLIKE
PRX_IFRNAM
Public
REQUEST_MSG_NAMEInstance AttributeLIKE
PRX_INTFID
Public
REQUEST_MSG_NAMESPACEInstance AttributeLIKE
PRX_NSPCE
Public
REQUEST_R3_TYPENAMEInstance AttributeLIKE
PRX_R3NAME
Public
RESPONSE_MSG_NAMEInstance AttributeLIKE
PRX_INTFID
Public
RESPONSE_MSG_NAMESPACEInstance AttributeLIKE
PRX_NSPCE
Public
RESPONSE_R3_TYPENAMEInstance AttributeLIKE
PRX_R3NAME
Public
SERVICE_NAMEInstance AttributeProxy Generation: Name of an Object in R/3LIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!