SAP IF_HTTP_CHW_ALV_WHITE OO Class - interface of ALV for Allowlist
IF_HTTP_CHW_ALV_WHITE 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_CHW_ALV_WHITE 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_CHW_ALV_WHITE 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 Name | Description | Visability |
| ADD_LINE | Public | |
| CALL METHOD if_http_chw_alv_white=>ADD_LINE...more details | ||
| CHANGELOG_WHITE_LIST | Public | |
| CALL METHOD if_http_chw_alv_white=>CHANGELOG_WHITE_LIST...more details | ||
| CLEANUP | Public | |
| CALL METHOD if_http_chw_alv_white=>CLEANUP...more details | ||
| DELETE_LINE | Public | |
| CALL METHOD if_http_chw_alv_white=>DELETE_LINE...more details | ||
| EDIT_LINE | Public | |
| CALL METHOD if_http_chw_alv_white=>EDIT_LINE...more details | ||
| GET_CURRENT_ROW | Public | |
| CALL METHOD if_http_chw_alv_white=>GET_CURRENT_ROW...more details | ||
|
| ||
| GET_DATA | Public | |
| CALL METHOD if_http_chw_alv_white=>GET_DATA...more details | ||
| GET_SELECTED_DATA | Public | |
| CALL METHOD if_http_chw_alv_white=>GET_SELECTED_DATA...more details | ||
| IS_SAVE_NECESSARY | Public | |
| CALL METHOD if_http_chw_alv_white=>IS_SAVE_NECESSARY...more details | ||
| SAVE | Public | |
| CALL METHOD if_http_chw_alv_white=>SAVE...more details | ||
| SET_DATA | Public | |
| CALL METHOD if_http_chw_alv_white=>SET_DATA...more details | ||
| UPDATE_DATA | Public | |
| CALL METHOD if_http_chw_alv_white=>UPDATE_DATA...more details | ||
IF_HTTP_CHW_ALV_WHITE 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