SAP CL_PROXY_EXTERNAL_KEY OO Class - Access to GTADIR









CL_PROXY_EXTERNAL_KEY 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_EXTERNAL_KEY 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_EXTERNAL_KEY 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
CHECK_REMOTE_OBJECTPublic
CALL METHOD cl_proxy_external_key=>CHECK_REMOTE_OBJECT...more details

CHECK_SERVERPublic
CALL METHOD cl_proxy_external_key=>CHECK_SERVER...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD cl_proxy_external_key=>CLASS_CONSTRUCTOR...more details

CREATE_TYPEPrivate
CALL METHOD cl_proxy_external_key=>CREATE_TYPE...more details

GET_ABAPKEYSRC_BY_EXTKEYSPublic
CALL METHOD cl_proxy_external_key=>GET_ABAPKEYSRC_BY_EXTKEYS...more details

GET_ABAPKEY_BY_EXTKEYPublic
CALL METHOD cl_proxy_external_key=>GET_ABAPKEY_BY_EXTKEY...more details

GET_CI_INCLUDEPublic
CALL METHOD cl_proxy_external_key=>GET_CI_INCLUDE...more details

GET_DESTINATIONPrivate
CALL METHOD cl_proxy_external_key=>GET_DESTINATION...more details

GET_GTADIR_BY_ABAPKEYPrivate
CALL METHOD cl_proxy_external_key=>GET_GTADIR_BY_ABAPKEY...more details

GET_PREFIXGet Prefix for object in remote systemPublic
CALL METHOD cl_proxy_external_key=>GET_PREFIX...more details

GET_R3_NAMEPrivate
CALL METHOD cl_proxy_external_key=>GET_R3_NAME...more details

GET_R3_NAMESPublic
CALL METHOD cl_proxy_external_key=>GET_R3_NAMES...more details

GET_SPROX_SVARDATPublic
CALL METHOD cl_proxy_external_key=>GET_SPROX_SVARDAT...more details

ID_TO_EXTKEYPublic
CALL METHOD cl_proxy_external_key=>ID_TO_EXTKEY...more details

INSERT_ABAPKEY_FOR_EXTKEYPublic
CALL METHOD cl_proxy_external_key=>INSERT_ABAPKEY_FOR_EXTKEY...more details

MODIFY_ABAPKEY_FOR_EXTKEYPublic
CALL METHOD cl_proxy_external_key=>MODIFY_ABAPKEY_FOR_EXTKEY...more details

MSG_SPLITPrivate
CALL METHOD cl_proxy_external_key=>MSG_SPLIT...more details

OBJNAMEPrivate
CALL METHOD cl_proxy_external_key=>OBJNAME...more details

UPDATE_ABAPKEY_FOR_EXTKEYPublic
CALL METHOD cl_proxy_external_key=>UPDATE_ABAPKEY_FOR_EXTKEY...more details



CL_PROXY_EXTERNAL_KEY 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
C_PRX_TYPEConstant'SPRX'LIKE
T_GLTYPE
Private
NO_GTADIRStatic AttributeLIKE
ABAP_BOOL
Private
ST_SRCDSTStatic AttributeLIKE
TT_SRCDST
Private




CL_PROXY_EXTERNAL_KEY types

TT_SRCDST -
T_ABAPKEY -
T_ABAPKEYSRC -
T_ABAPKEYSRC_TAB -
T_EXTKEY -
T_EXTKEY_TAB -
T_GLTYPE -
T_PART_NAME -
T_PART_NAME_TAB -
T_SRCDST -

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!