SAP CL_FPM_SADL_GUIBB_QUERY_BASE OO Class - FPM-SADL-Adapter: Query Base Class
CL_FPM_SADL_GUIBB_QUERY_BASE 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_FPM_SADL_GUIBB_QUERY_BASE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Inheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_FPM_SADL_GUIBB_QUERY_BASE is CL_FPM_SADL_GUIBB_BASEInheritance
This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_FPM_SADL_GUIBB_QUERY_BASE is CL_FPM_SADL_GUIBB_PUBLICMethod list of CL_FPM_SADL_GUIBB_QUERY_BASE 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 |
| ABQI_SELECT_COUNT | Protected | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>ABQI_SELECT_COUNT...more details | ||
| ABQI_SELECT_COUNT_INT8 | Protected | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>ABQI_SELECT_COUNT_INT8...more details | ||
| ABQI_SELECT_DATA | Protected | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>ABQI_SELECT_DATA...more details | ||
| ABQI_SET_VIEW_PARAMETERS | Protected | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>ABQI_SET_VIEW_PARAMETERS...more details | ||
| CREATE_ABQI | Private | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>CREATE_ABQI...more details | ||
| CREATE_CONDITION_PROVIDER | Protected | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>CREATE_CONDITION_PROVIDER...more details | ||
|
| ||
| CREATE_COND_PROVIDER_FOR_KEY | test | Private |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>CREATE_COND_PROVIDER_FOR_KEY...more details | ||
| CREATE_FETCH | Private | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>CREATE_FETCH...more details | ||
| PREPARE_INT8 | Private | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>PREPARE_INT8...more details | ||
| REGISTER_CONDITION | Protected | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>REGISTER_CONDITION...more details | ||
| SET_REQUESTED_FROM_SELFIELD | Protected | |
| CALL METHOD cl_fpm_sadl_guibb_query_base=>SET_REQUESTED_FROM_SELFIELD...more details | ||
CL_FPM_SADL_GUIBB_QUERY_BASE 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CV_INT8_COUNT_NAME | Constant | 'FPM_SADL_ATTR_FILTER_I8_COUNT' | LIKE STRING | Private | |
| MO_ABQI | Instance Attribute | ABAP Query Interface | LIKE IF_SADL_ABQI | Private | |
| MO_CONDITION_PROVIDER | Instance Attribute | Provider for a SADL Condition | LIKE IF_SADL_CONDITION_PROVIDER | Private | |
| MO_QUERY_FETCH | Instance Attribute | IF_SADL_QUERY_FETCH | LIKE IF_SADL_QUERY_FETCH | Private | |
| MS_ABQI_AGGREGATION | Instance Attribute | LIKE IF_SADL_QUERY_ENGINE_TYPES=>TY_AGGREGATION | Protected | ||
| MS_ABQI_PARAMETERS | Instance Attribute | LIKE IF_SADL_QUERY_ENGINE_TYPES=>TY_PARAMETERS | Private | ||
| MS_INT8_COUNT | Instance Attribute | LIKE | Private | ||
| MT_ABQI_REQUESTED | Instance Attribute | LIKE IF_SADL_QUERY_ENGINE_TYPES=>TT_REQUESTED_ELEMENTS | Protected | ||
| MT_ABQI_SORT | Instance Attribute | LIKE IF_SADL_QUERY_ENGINE_TYPES=>TT_SORT_ELEMENTS | Protected |
Links to Related Class(s)
CL_FPM_S...Full list of available SAP object classes
Search for further information about these or an SAP related objects