SAP IF_HTTP_CHW_ALV_LOG OO Class - interface of ALV for Logging List
IF_HTTP_CHW_ALV_LOG 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_LOG 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_LOG 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 |
| CLEANUP | Public | |
| CALL METHOD if_http_chw_alv_log=>CLEANUP...more details | ||
| CREATE_TABLE_CONTENT | Public | |
| CALL METHOD if_http_chw_alv_log=>CREATE_TABLE_CONTENT...more details | ||
| CREATE_TABLE_CONTENT_FROM_ITAB | Public | |
| CALL METHOD if_http_chw_alv_log=>CREATE_TABLE_CONTENT_FROM_ITAB...more details | ||
| DELETE_LINES | Public | |
| CALL METHOD if_http_chw_alv_log=>DELETE_LINES...more details | ||
| GET_CURRENT_ROW | Public | |
| CALL METHOD if_http_chw_alv_log=>GET_CURRENT_ROW...more details | ||
| GET_DATA | Public | |
| CALL METHOD if_http_chw_alv_log=>GET_DATA...more details | ||
|
| ||
| GET_FULL_DATA | Public | |
| CALL METHOD if_http_chw_alv_log=>GET_FULL_DATA...more details | ||
| GET_ROW | Public | |
| CALL METHOD if_http_chw_alv_log=>GET_ROW...more details | ||
| GET_SELECTED_DATA | Public | |
| CALL METHOD if_http_chw_alv_log=>GET_SELECTED_DATA...more details | ||
| IS_REFRESH_NECESSARY | Public | |
| CALL METHOD if_http_chw_alv_log=>IS_REFRESH_NECESSARY...more details | ||
| IS_SAVE_NECESSARY | Public | |
| CALL METHOD if_http_chw_alv_log=>IS_SAVE_NECESSARY...more details | ||
| REFRESH_SELECTION | Public | |
| CALL METHOD if_http_chw_alv_log=>REFRESH_SELECTION...more details | ||
| SAVE | Public | |
| CALL METHOD if_http_chw_alv_log=>SAVE...more details | ||
| SET_DATA | Public | |
| CALL METHOD if_http_chw_alv_log=>SET_DATA...more details | ||
| SET_FULL_DATA | Public | |
| CALL METHOD if_http_chw_alv_log=>SET_FULL_DATA...more details | ||
| UPDATE_DATA | Public | |
| CALL METHOD if_http_chw_alv_log=>UPDATE_DATA...more details | ||
IF_HTTP_CHW_ALV_LOG types
TTR_LOG_SELECT -TT_TABLE -
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