SAP CL_RSR_WWW_MODIFY_TABLE OO Class - Interface for Changing Cell Contents in Tables









CL_RSR_WWW_MODIFY_TABLE 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_RSR_WWW_MODIFY_TABLE 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_RSR_WWW_MODIFY_TABLE 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
ATTRIBUTE_CELLChange Attribute CellPublic
CALL METHOD cl_rsr_www_modify_table=>ATTRIBUTE_CELL...more details

CAPTION_CELLChange HeaderPublic
CALL METHOD cl_rsr_www_modify_table=>CAPTION_CELL...more details

CHARACTERISTIC_CELLChange Characteristic CellPublic
CALL METHOD cl_rsr_www_modify_table=>CHARACTERISTIC_CELL...more details

DATA_CELLChange Structure Component CellPublic
CALL METHOD cl_rsr_www_modify_table=>DATA_CELL...more details

ERROR_CELLChange Error CellPublic
CALL METHOD cl_rsr_www_modify_table=>ERROR_CELL...more details

ESCAPE_HTMLApply HTML Escapes to TextProtected
CALL METHOD cl_rsr_www_modify_table=>ESCAPE_HTML...more details

FINISHEDStart of Table CreationPublic
CALL METHOD cl_rsr_www_modify_table=>FINISHED...more details

GET_CELL_INFOGet Information for a CellProtected
CALL METHOD cl_rsr_www_modify_table=>GET_CELL_INFO...more details

GET_ICON_PATHPath for Icon DirectoryProtected
CALL METHOD cl_rsr_www_modify_table=>GET_ICON_PATH...more details

GET_STATE_INFOSInformation for Navigation StatusProtected
CALL METHOD cl_rsr_www_modify_table=>GET_STATE_INFOS...more details

GET_URLGenerate Navigation URLProtected
CALL METHOD cl_rsr_www_modify_table=>GET_URL...more details

HEADER_FINISHEDHeader FinishedPublic
CALL METHOD cl_rsr_www_modify_table=>HEADER_FINISHED...more details

INITInitializationPublic
CALL METHOD cl_rsr_www_modify_table=>INIT...more details

NAV_BLOCK_LABELLabeling Area for the Navigation BlockPublic
CALL METHOD cl_rsr_www_modify_table=>NAV_BLOCK_LABEL...more details

NAV_BLOCK_VALUEFilter Area for the Navigation BlockPublic
CALL METHOD cl_rsr_www_modify_table=>NAV_BLOCK_VALUE...more details

NEW_ROWNew RowPublic
CALL METHOD cl_rsr_www_modify_table=>NEW_ROW...more details

REGISTER_HELP_WINDOWCheck-inPublic
CALL METHOD cl_rsr_www_modify_table=>REGISTER_HELP_WINDOW...more details

SCALING_FACTOR_CELLChange Scaling FactorPublic
CALL METHOD cl_rsr_www_modify_table=>SCALING_FACTOR_CELL...more details

SEND_MESSAGECreate Message in the Message HandlerProtected
CALL METHOD cl_rsr_www_modify_table=>SEND_MESSAGE...more details

SET_CREATION_PARAMETERSSet Item Creation ParameterPublic
CALL METHOD cl_rsr_www_modify_table=>SET_CREATION_PARAMETERS...more details

SET_JAVASCRIPT_FUNCTIONGenerate a Java Script FunctionProtected
CALL METHOD cl_rsr_www_modify_table=>SET_JAVASCRIPT_FUNCTION...more details

SET_TABLE_INTERFACE_ATTRIBUTEDetermine Interface-Specific Attribute TablesPublic
CALL METHOD cl_rsr_www_modify_table=>SET_TABLE_INTERFACE_ATTRIBUTE...more details

STARTStart of Table CreationPublic
CALL METHOD cl_rsr_www_modify_table=>START...more details

STRUCTURE_CELLChange Structure Component CellPublic
CALL METHOD cl_rsr_www_modify_table=>STRUCTURE_CELL...more details

UNREGISTER_HELP_WINDOWSRegister Help WindowPublic
CALL METHOD cl_rsr_www_modify_table=>UNREGISTER_HELP_WINDOWS...more details



CL_RSR_WWW_MODIFY_TABLE 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
N_ALT_STYLESInstance AttributeAlternating Row FormattingLIKE
RS_BOOL
Public
N_DATA_PROVIDER_NAMEInstance AttributeName of Data Provider, from which Data is retrievedLIKE
STRING
Public
N_GENERATE_LINKSInstance AttributeGenerate Navigation LinksLIKE
RS_BOOL
Public
N_ITEM_NAMEInstance AttributeName of ItemLIKE
STRING
Public
N_JAVASCRIPTInstance AttributeJava Script ActiveLIKE
RS_BOOL
Public
N_NO_AUTHORIZATIONInstance AttributeNo AuthorizationLIKE
RS_BOOL
Public
N_NO_DATAInstance AttributeNo Data FoundLIKE
RS_BOOL
Public
N_R_CREATION_PARAMETERSInstance AttributeItem Creation ParameterLIKE
CL_RSR_PARAMETER
Public
N_R_DATA_SETInstance AttributeData definitionLIKE
CL_RSR_DATA_SET
Public
N_STATELESSInstance AttributePage Displayed in Stateless ModeLIKE
RS_BOOL
Public
P_R_GRIDInstance AttributeGridLIKE
CL_RSR_GRID
Private
P_R_ITEMInstance AttributeItemLIKE
CL_RSR_WWW_ITEM
Private
P_R_PAGEInstance AttributePageLIKE
CL_RSR_WWW_PAGE
Private


Links to Related Class(s)

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