SAP CL_FPM_SADL_CRUD_COLLECTION OO Class - Transaction FPM SADL Integration: Collection Feeder
CL_FPM_SADL_CRUD_COLLECTION 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_CRUD_COLLECTION 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_CRUD_COLLECTION is CL_FPM_SADL_CRUD_GUIBB_PUBLICMethod list of CL_FPM_SADL_CRUD_COLLECTION 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_ROW_ACTION | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>ADD_ROW_ACTION...more details | ||
| CLEAR_SELECTION | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>CLEAR_SELECTION...more details | ||
| CREATE | Private | |
| CALL METHOD cl_fpm_sadl_crud_collection=>CREATE...more details | ||
| CREATE_REFERENCE_FIELDS | Private | |
| CALL METHOD cl_fpm_sadl_crud_collection=>CREATE_REFERENCE_FIELDS...more details | ||
| GET_FIELD_REFERENCES | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>GET_FIELD_REFERENCES...more details | ||
| GET_INDEX_FROM_KEY | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>GET_INDEX_FROM_KEY...more details | ||
|
| ||
| GET_ROW_ACTION_DEFINITION | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>GET_ROW_ACTION_DEFINITION...more details | ||
| GET_ROW_ACTION_INDEX | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>GET_ROW_ACTION_INDEX...more details | ||
| GET_ROW_ACTION_INFO | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>GET_ROW_ACTION_INFO...more details | ||
| GET_SELECTION | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>GET_SELECTION...more details | ||
| HAS_ROW_ACTIONS | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>HAS_ROW_ACTIONS...more details | ||
| HAS_SELECTION | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>HAS_SELECTION...more details | ||
| MAINTAIN_REFERENCE_FIELDS | Private | |
| CALL METHOD cl_fpm_sadl_crud_collection=>MAINTAIN_REFERENCE_FIELDS...more details | ||
| SET_INITIAL_REF_FIELDS | Private | |
| CALL METHOD cl_fpm_sadl_crud_collection=>SET_INITIAL_REF_FIELDS...more details | ||
| SET_KEY_FROM_INDEX | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>SET_KEY_FROM_INDEX...more details | ||
| STORE_KEYS_FOR_MULTI_SEL | Protected | |
| CALL METHOD cl_fpm_sadl_crud_collection=>STORE_KEYS_FOR_MULTI_SEL...more details | ||
CL_FPM_SADL_CRUD_COLLECTION 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 |
| CS_INCLUDE_NAME | Constant | LIKE | Private | ||
| CS_ROW_ACTION | Constant | LIKE | Protected | ||
| CV_PORT_IDENTIFIER_PAGE_NAVI | Constant | FPM Wire Model: Port Identifier | 'FPM_SADL_CRUD_PAGE_NAVI_BY_ROW' | LIKE FPM_MODEL_PORT_IDENTIFIER | Public |
| MR_MULTI_SEL | Instance Attribute | LIKE DATA | Private | ||
| MR_REF_FIELDS | Instance Attribute | LIKE DATA | Private | ||
| MS_OUTPORT_DATA | Instance Attribute | LIKE | Protected | ||
| MT_FIELD_REF | Instance Attribute | LIKE TT_FIELD_REF | Private | ||
| MT_ROW_ACTION | Instance Attribute | LIKE TT_ROW_ACTION | Private |
CL_FPM_SADL_CRUD_COLLECTION types
TS_FIELD_REF -TS_ROW_ACTION -
TT_FIELD_REF -
TT_ROW_ACTION -
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