SAP /ISDFPS/CL_BUFFER_FE2CMFLD OO Class - Buffer for Table FE2CMFLD









/ISDFPS/CL_BUFFER_FE2CMFLD 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 /ISDFPS/CL_BUFFER_FE2CMFLD 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 /ISDFPS/CL_BUFFER_FE2CMFLD 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
CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>CLASS_CONSTRUCTOR...more details

CREATECreate New Folder for Specified Force ElementPrivate
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>CREATE...more details

GET_CM_APIGets Reference to the CM-API UsedPublic
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>GET_CM_API...more details

GET_INSTANCECreate Singleton InstancePublic
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>GET_INSTANCE...more details

INSTANTIATE_FOLDERInstantiate the Corresponding CM FolderPrivate
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>INSTANTIATE_FOLDER...more details

READRead Entry from BufferPrivate
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>READ...more details

READ_WITH_CREATERead Entry from Buffer; if Does Not Exist, Create New FolderPublic
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>READ_WITH_CREATE...more details

SAVESavePublic
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>SAVE...more details

START_CRWBDStart the Replication WorkbenchPublic
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>START_CRWBD...more details

UNDOSet Buffer Back and Forget InsertionsPublic
CALL METHOD /isdfps/cl_buffer_fe2cmfld=>UNDO...more details



/ISDFPS/CL_BUFFER_FE2CMFLD 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
C_CM_LC_PHASEConstantLife-Cycle Phase for /ISDFPS/ Project'90060'LIKE
DE_CM_LIFE_CYCLE_PHASE
Private
C_CM_LIFE_CYCLEConstantKey of Life-Cycle Phase'90010'LIKE
DE_CM_LIFE_CYCLE_PHASE
Private
C_CM_PRODUCT_IDConstantConfiguration Definition'/ISDFPS/PDR'LIKE
DE_CM_PRODUCT_ID
Private
C_OBJTP_HRConstantCM Object Type for HR Objects'0045'LIKE
DE_CM_OBJTYP
Private
GCM_APIStatic AttributeAPI-Interface - Open Interface of the ControllerLIKE
IF_CM_API
Private
GT_BUFFERStatic AttributeAssignment Folder to Folder ElementLIKE
TT_FE2CMFLD
Private
GT_FOLDERInstance AttributeAssignment GUID to InstanceLIKE
TT_FOLDER
Private
GT_INSERTInstance AttributeAssignment Folder to Folder ElementLIKE
TT_FE2CMFLD
Private
G_INSTANCEStatic AttributeBuffer for Table FE2CMFLDLIKE
/ISDFPS/CL_BUFFER_FE2CMFLD
Private




/ISDFPS/CL_BUFFER_FE2CMFLD types

GT_FE2CMFLD -

Links to Related Class(s)

/ISDFPS/...
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!