SAP TD_CUST_ACCESS_INJECTOR OO Class - Central Injection Class for Customizing Accesses









TD_CUST_ACCESS_INJECTOR 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 TD_CUST_ACCESS_INJECTOR 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 TD_CUST_ACCESS_INJECTOR 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
GET_APPLICATION_IDGet Application IDPublic
CALL METHOD td_cust_access_injector=>GET_APPLICATION_ID...more details

GET_INTERFACEGet InterfacePublic
CALL METHOD td_cust_access_injector=>GET_INTERFACE...more details

GET_METHOD_NAMEGet Method NamePublic
CALL METHOD td_cust_access_injector=>GET_METHOD_NAME...more details

GET_METHOD_VERSIONGet Method VersionPublic
CALL METHOD td_cust_access_injector=>GET_METHOD_VERSION...more details

GET_PLATFORMGet PlatformPublic
CALL METHOD td_cust_access_injector=>GET_PLATFORM...more details

GET_PLATFORM_DATAPublic
CALL METHOD td_cust_access_injector=>GET_PLATFORM_DATA...more details

GET_PLATFORM_TYPEGet Platform TypePublic
CALL METHOD td_cust_access_injector=>GET_PLATFORM_TYPE...more details

GET_PTYPE_CF_DATAGet Class Factory DataPublic
CALL METHOD td_cust_access_injector=>GET_PTYPE_CF_DATA...more details

INJECT_ALLInject all SettingsPublic
CALL METHOD td_cust_access_injector=>INJECT_ALL...more details

INJECT_ALL_GW_NOTIFYPublic
CALL METHOD td_cust_access_injector=>INJECT_ALL_GW_NOTIFY...more details

INJECT_ALL_PLATF_AUTHInject All Authentication MethodsPublic
CALL METHOD td_cust_access_injector=>INJECT_ALL_PLATF_AUTH...more details

INJECT_ALL_PLATF_METHInject All Methods of a PlatformPublic
CALL METHOD td_cust_access_injector=>INJECT_ALL_PLATF_METH...more details

INJECT_ALL_PTYPE_CFInject Platform Type-specific Class FactoryPublic
CALL METHOD td_cust_access_injector=>INJECT_ALL_PTYPE_CF...more details

INJECT_ALL_PTYPE_METHInject All Platform Type MethodsPublic
CALL METHOD td_cust_access_injector=>INJECT_ALL_PTYPE_METH...more details

INJECT_ALL_PTYPE_VERSInject All Method VersionsPublic
CALL METHOD td_cust_access_injector=>INJECT_ALL_PTYPE_VERS...more details

INJECT_APPLIInject ApplicationPublic
CALL METHOD td_cust_access_injector=>INJECT_APPLI...more details

INJECT_APPLI_CONFIGInject Application ConfigurationPublic
CALL METHOD td_cust_access_injector=>INJECT_APPLI_CONFIG...more details

INJECT_APPLI_DATAInject Application DataPublic
CALL METHOD td_cust_access_injector=>INJECT_APPLI_DATA...more details

INJECT_APPLI_PLATFInject Application-specific Platform AssignmentPublic
CALL METHOD td_cust_access_injector=>INJECT_APPLI_PLATF...more details

INJECT_APPL_KEYInject Application KeyPublic
CALL METHOD td_cust_access_injector=>INJECT_APPL_KEY...more details

INJECT_DISPInject DispatcherPublic
CALL METHOD td_cust_access_injector=>INJECT_DISP...more details

INJECT_GW_NOTIFYInject SAP Gateway Notification FilterPublic
CALL METHOD td_cust_access_injector=>INJECT_GW_NOTIFY...more details

INJECT_GW_SRVPublic
CALL METHOD td_cust_access_injector=>INJECT_GW_SRV...more details

INJECT_PLATFInject PlatformPublic
CALL METHOD td_cust_access_injector=>INJECT_PLATF...more details

INJECT_PLATF_AUTHInject Single Authentication MethodPublic
CALL METHOD td_cust_access_injector=>INJECT_PLATF_AUTH...more details

INJECT_PLATF_DEFInject Platform DefinitionPublic
CALL METHOD td_cust_access_injector=>INJECT_PLATF_DEF...more details

INJECT_PLATF_METHInject Platform MethodPublic
CALL METHOD td_cust_access_injector=>INJECT_PLATF_METH...more details

INJECT_PTYPEInject Platform TypePublic
CALL METHOD td_cust_access_injector=>INJECT_PTYPE...more details

INJECT_PTYPE_CFInject Platform Type-specific Class FactoryPublic
CALL METHOD td_cust_access_injector=>INJECT_PTYPE_CF...more details

INJECT_PTYPE_METHInject Platform Type MethodPublic
CALL METHOD td_cust_access_injector=>INJECT_PTYPE_METH...more details

INJECT_PTYPE_VERSInject Method VersionPublic
CALL METHOD td_cust_access_injector=>INJECT_PTYPE_VERS...more details

SET_APPLICATION_CONTEXTSet Application ContextProtected
CALL METHOD td_cust_access_injector=>SET_APPLICATION_CONTEXT...more details

SET_APPLICATION_IDSet Application IDProtected
CALL METHOD td_cust_access_injector=>SET_APPLICATION_ID...more details

SET_APPLI_DATASet Application DataProtected
CALL METHOD td_cust_access_injector=>SET_APPLI_DATA...more details

SET_APPLI_DATA_DATASet Application-specific Platform DataProtected
CALL METHOD td_cust_access_injector=>SET_APPLI_DATA_DATA...more details

SET_APPLI_PLATF_DATASet Application-specific PlatformProtected
CALL METHOD td_cust_access_injector=>SET_APPLI_PLATF_DATA...more details

SET_AUTHENTICATION_CONTEXTSet Authentication ContextProtected
CALL METHOD td_cust_access_injector=>SET_AUTHENTICATION_CONTEXT...more details

SET_DISP_DATASet dispatcher dataProtected
CALL METHOD td_cust_access_injector=>SET_DISP_DATA...more details

SET_EXTERNAL_SERVICE_NAMEProtected
CALL METHOD td_cust_access_injector=>SET_EXTERNAL_SERVICE_NAME...more details

SET_GW_NOTIFY_DATAProtected
CALL METHOD td_cust_access_injector=>SET_GW_NOTIFY_DATA...more details

SET_GW_SRVProtected
CALL METHOD td_cust_access_injector=>SET_GW_SRV...more details

SET_INTERFACESet InterfaceProtected
CALL METHOD td_cust_access_injector=>SET_INTERFACE...more details

SET_METHOD_VERSIONSet Method VersionProtected
CALL METHOD td_cust_access_injector=>SET_METHOD_VERSION...more details

SET_PLATFORMSet PlatformProtected
CALL METHOD td_cust_access_injector=>SET_PLATFORM...more details

SET_PLATFORM_METHODSet Platform MethodProtected
CALL METHOD td_cust_access_injector=>SET_PLATFORM_METHOD...more details

SET_PLATFORM_TYPESet Platform TypeProtected
CALL METHOD td_cust_access_injector=>SET_PLATFORM_TYPE...more details

SET_PLATF_AUTH_DATASet Authentication DataProtected
CALL METHOD td_cust_access_injector=>SET_PLATF_AUTH_DATA...more details

SET_PLATF_DATASet Platform DataProtected
CALL METHOD td_cust_access_injector=>SET_PLATF_DATA...more details

SET_PLATF_DEF_DATASet Platform dataProtected
CALL METHOD td_cust_access_injector=>SET_PLATF_DEF_DATA...more details

SET_PLATF_METH_DATASet Method DataProtected
CALL METHOD td_cust_access_injector=>SET_PLATF_METH_DATA...more details

SET_PTYPE_CF_DATASet Class Factory DataProtected
CALL METHOD td_cust_access_injector=>SET_PTYPE_CF_DATA...more details

SET_PTYPE_DATASet Platform Type DataProtected
CALL METHOD td_cust_access_injector=>SET_PTYPE_DATA...more details

SET_PTYPE_VERS_DATASet Method Version DataProtected
CALL METHOD td_cust_access_injector=>SET_PTYPE_VERS_DATA...more details



TD_CUST_ACCESS_INJECTOR 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
MS_APPLICATION_DATAInstance AttributeApplication DataLIKE
IF_CLB_CUST_APPLI_SELECT=>TY_SELECTED_DATA
Protected
MS_APPLI_DATA_DATAInstance AttributeApplication-Specific DataLIKE
CLB_S_APPLI_DATA_DATA
Protected
MS_APPLI_PLATF_DATAInstance AttributeLIKE
CLB_S_APPLI_PLATF_DATA
Protected
MS_DISP_DATAInstance AttributeProcess Layer: Dispatcher for InterceptorLIKE
CLBC_IC_DISP
Protected
MS_GW_NOTIFY_DATAInstance AttributeLIKE
CLB_S_GW_NOTIFY_DATA
Protected
MS_GW_SRV_ALLInstance AttributeLIKE
TS_GW_SRV_ALL
Public
MS_PLATFInstance AttributeCollaboration: Server Communication SettingsLIKE
CLBC_PLATF
Public
MS_PLATFORM_DATAInstance AttributePlatform DataLIKE
CLB_S_PLATF_DATA
Protected
MS_PLATF_AUTH_DATAInstance AttributeAuthentication DataLIKE
CLB_S_PLATF_AUTH_DATA
Protected
MS_PLATF_DEF_DATAInstance AttributeLIKE
CLB_S_PLATF_ATTR
Public
MS_PLATF_METH_DATAInstance AttributeMethod DataLIKE
CLB_S_PLATF_METH_DATA
Protected
MS_PTYPE_CF_DATAInstance AttributeClass Factory DataLIKE
IF_CLB_CUST_PTYPE_CF_SELECT=>TY_SELECTED_DATA
Protected
MS_PTYPE_DATAInstance AttributePlatform Type DataLIKE
IF_CLB_CUST_PTYPE_SELECT=>TS_SELECTED_DATA
Protected
MS_PTYPE_VERS_DATAInstance AttributeMethod Version DataLIKE
CLB_S_PTYPE_METH_VERS_DATA
Protected
MT_GW_NOTIFYInstance AttributeLIKE
CLB_T_GW_NOTIFY
Public
MT_PLATF_AUTHInstance AttributeLIKE
IF_CLB_CUST_PLATF_AUTH_SELECT=>TTY_SELECTED_DATA
Public
MT_PLATF_METH_DATAInstance AttributeLIKE
IF_CLB_CUST_PLATF_METH_SELECT=>TTY_SELECTED_DATA
Public
MT_PTYPE_CFInstance AttributeCollaboration: Factory ClassesLIKE
CLBC_T_PTYPE_CF
Public
MT_PTYPE_METHInstance AttributeAll Methods of Platform TypeLIKE
IF_CLB_CUST_PTYPE_METH_SELECT=>TTY_SELECTED_DATA
Protected
MT_PTYPE_VERS_DATAInstance AttributeLIKE
IF_CLB_CUST_PTYPE_VERS_SELECT=>TTY_SELECTED_DATA
Public
MV_APPLICATION_CONTEXTInstance AttributeLIKE
CLB_APPL_CONTEXT
Protected
MV_APPLICATION_IDInstance AttributeApplication IDLIKE
CLB_APPLICATION_ID
Protected
MV_AUTH_CONTEXTInstance AttributeAuthentication ContextLIKE
CLB_AUTH_CONTEXT
Protected
MV_DISPInstance AttributeProcess Layer: Interceptor Dispatcher IDLIKE
CLB_IC_DISP_ID
Protected
MV_EXTERNAL_SERVICE_NAMEInstance AttributeLIKE
CLB_EXT_SERVICE_NAME
Protected
MV_INTERFACEInstance AttributeInterfaceLIKE
CLB_INTERFACE
Protected
MV_METHOD_VALID_FROMInstance AttributeLIKE
CLB_VALID_FROM_DATE
Protected
MV_METHOD_VERSIONInstance AttributeMethod VersionLIKE
CLB_PLATFORM_METHOD_VERSION
Protected
MV_PLATFORMInstance AttributePlatform (Server)LIKE
CLB_PLATFORM_ID
Protected
MV_PLATFORM_METHODInstance AttributePlatform MethodLIKE
CLB_PLATFORM_METHOD
Protected
MV_PLATFORM_TYPEInstance AttributePlatform TypeLIKE
CLB_PLATFORM_TYPE
Protected




TD_CUST_ACCESS_INJECTOR types

TS_GW_SRV -
TS_GW_SRV_ALL -
TT_GW_SRV -

Links to Related Class(s)

TD_CUST_...
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!