SAP CL_GRM_TABLES OO Class - Generic Role Manager: Tables









CL_GRM_TABLES 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_GRM_TABLES 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_GRM_TABLES 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
BUILD_URLConstructs URLPrivate
CALL METHOD cl_grm_tables=>BUILD_URL...more details

CONSTRUCTORConstructorPublic
CALL METHOD cl_grm_tables=>CONSTRUCTOR...more details

GET_APPL_URLReturns the Content URL Stored for the ApplicationPublic
CALL METHOD cl_grm_tables=>GET_APPL_URL...more details

GET_ATTRIBS_OF_OTYPEReturns Attributes for Given Object TypePublic
CALL METHOD cl_grm_tables=>GET_ATTRIBS_OF_OTYPE...more details

GET_ATTRIBS_OF_STRUCSDetermines Structure AttributesPrivate
CALL METHOD cl_grm_tables=>GET_ATTRIBS_OF_STRUCS...more details

GET_FKEY_ATTRIBSDetermines Structure Group KeyPrivate
CALL METHOD cl_grm_tables=>GET_FKEY_ATTRIBS...more details

GET_OTYPESReturns the Object Types Processed by the ApplicationPrivate
CALL METHOD cl_grm_tables=>GET_OTYPES...more details

GET_RFCDEST_FOR_LOGSYSReturns RFC Destination for a Logical SystemPublic
CALL METHOD cl_grm_tables=>GET_RFCDEST_FOR_LOGSYS...more details

GET_STRUCTURESDetermines Structure Group StructuresPrivate
CALL METHOD cl_grm_tables=>GET_STRUCTURES...more details



CL_GRM_TABLES 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
APPLURLInstance AttributeURL for a ServiceLIKE
SERVICE_RL
Private
APPLURLSIZEInstance AttributeGeneric Role Manager: Frame Size (as Percentage)LIKE
GMFSIZE
Public
APPLURL_BUILTInstance AttributeApplication URL Already ProcessedLIKE
FLAG
Private
CROSSConstantGeneral Flag'X'LIKE
FLAG
Private
FM_URLInstance AttributeFunction NameLIKE
FUNCNAME
Private
FUNCKEYInstance AttributeGeneric Role Manager: Function KeyLIKE
GMFUNCKEY
Public
LOGSYSInstance AttributeLogical SystemLIKE
LOGSYS
Public
MULTIPLE_SELECTIONConstantMultiple selection'M'LIKE
GMSELMODE
Public
OBJURLInstance AttributeURL for a ServiceLIKE
SERVICE_RL
Public
OBJURLSIZEInstance AttributeGeneric Role Manager: Frame Size (as Percentage)LIKE
GMFSIZE
Public
OTYPESInstance AttributeObject Types that the Application Can ProcessLIKE
OTYPE_T
Public
RFC_DESTINATIONInstance AttributeLogical destination (specified in function call)LIKE
RFCDEST
Public
SELECTIONInstance AttributeGeneric Role Manager: Selection ModeLIKE
GMSELMODE
Public
SINGLE_SELECTIONConstantSingle Selection'S'LIKE
GMSELMODE
Public
STRUCTUREGROUPInstance AttributeStructure GroupLIKE
GMSTKRPKEY
Public
STRUCTURESInstance AttributeGeneric Role Manager: Table Type for GMSTRUCLIKE
GMSTRUC_T
Public


Links to Related Class(s)

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