SAP IF_HTTP_CORS_ALV_SUPP OO Class - interface of ALV for Suppression list









IF_HTTP_CORS_ALV_SUPP 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 IF_HTTP_CORS_ALV_SUPP 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 IF_HTTP_CORS_ALV_SUPP 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
ADD_LINEPublic
CALL METHOD if_http_cors_alv_supp=>ADD_LINE...more details

CLEANUPPublic
CALL METHOD if_http_cors_alv_supp=>CLEANUP...more details

DELETE_LINEPublic
CALL METHOD if_http_cors_alv_supp=>DELETE_LINE...more details

EDIT_LINEPublic
CALL METHOD if_http_cors_alv_supp=>EDIT_LINE...more details

GET_CURRENT_ROWPublic
CALL METHOD if_http_cors_alv_supp=>GET_CURRENT_ROW...more details

GET_DATAPublic
CALL METHOD if_http_cors_alv_supp=>GET_DATA...more details

GET_SELECTED_DATAPublic
CALL METHOD if_http_cors_alv_supp=>GET_SELECTED_DATA...more details

IS_SAVE_NECESSARYPublic
CALL METHOD if_http_cors_alv_supp=>IS_SAVE_NECESSARY...more details

SAVEPublic
CALL METHOD if_http_cors_alv_supp=>SAVE...more details

SET_DATAPublic
CALL METHOD if_http_cors_alv_supp=>SET_DATA...more details

UPDATE_AND_MERGE_DATAPublic
CALL METHOD if_http_cors_alv_supp=>UPDATE_AND_MERGE_DATA...more details

UPDATE_DATAPublic
CALL METHOD if_http_cors_alv_supp=>UPDATE_DATA...more details






IF_HTTP_CORS_ALV_SUPP types

TT_SHORT_TAB -
TT_TABLE_TYPE -
T_ITAB -

Links to Related Class(s)

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