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_PUBLIC

Method 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 NameDescriptionVisability
ADD_ROW_ACTIONProtected
CALL METHOD cl_fpm_sadl_crud_collection=>ADD_ROW_ACTION...more details

CLEAR_SELECTIONProtected
CALL METHOD cl_fpm_sadl_crud_collection=>CLEAR_SELECTION...more details

CREATEPrivate
CALL METHOD cl_fpm_sadl_crud_collection=>CREATE...more details

CREATE_REFERENCE_FIELDSPrivate
CALL METHOD cl_fpm_sadl_crud_collection=>CREATE_REFERENCE_FIELDS...more details

GET_FIELD_REFERENCESProtected
CALL METHOD cl_fpm_sadl_crud_collection=>GET_FIELD_REFERENCES...more details

GET_INDEX_FROM_KEYProtected
CALL METHOD cl_fpm_sadl_crud_collection=>GET_INDEX_FROM_KEY...more details

GET_ROW_ACTION_DEFINITIONProtected
CALL METHOD cl_fpm_sadl_crud_collection=>GET_ROW_ACTION_DEFINITION...more details

GET_ROW_ACTION_INDEXProtected
CALL METHOD cl_fpm_sadl_crud_collection=>GET_ROW_ACTION_INDEX...more details

GET_ROW_ACTION_INFOProtected
CALL METHOD cl_fpm_sadl_crud_collection=>GET_ROW_ACTION_INFO...more details

GET_SELECTIONProtected
CALL METHOD cl_fpm_sadl_crud_collection=>GET_SELECTION...more details

HAS_ROW_ACTIONSProtected
CALL METHOD cl_fpm_sadl_crud_collection=>HAS_ROW_ACTIONS...more details

HAS_SELECTIONProtected
CALL METHOD cl_fpm_sadl_crud_collection=>HAS_SELECTION...more details

MAINTAIN_REFERENCE_FIELDSPrivate
CALL METHOD cl_fpm_sadl_crud_collection=>MAINTAIN_REFERENCE_FIELDS...more details

SET_INITIAL_REF_FIELDSPrivate
CALL METHOD cl_fpm_sadl_crud_collection=>SET_INITIAL_REF_FIELDS...more details

SET_KEY_FROM_INDEXProtected
CALL METHOD cl_fpm_sadl_crud_collection=>SET_KEY_FROM_INDEX...more details

STORE_KEYS_FOR_MULTI_SELProtected
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.

NameLevelDescriptionInitial ValueTypeVisability
CS_INCLUDE_NAMEConstantLIKE
Private
CS_ROW_ACTIONConstantLIKE
Protected
CV_PORT_IDENTIFIER_PAGE_NAVIConstantFPM Wire Model: Port Identifier'FPM_SADL_CRUD_PAGE_NAVI_BY_ROW'LIKE
FPM_MODEL_PORT_IDENTIFIER
Public
MR_MULTI_SELInstance AttributeLIKE
DATA
Private
MR_REF_FIELDSInstance AttributeLIKE
DATA
Private
MS_OUTPORT_DATAInstance AttributeLIKE
Protected
MT_FIELD_REFInstance AttributeLIKE
TT_FIELD_REF
Private
MT_ROW_ACTIONInstance AttributeLIKE
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



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!