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 Name | Description | Visability |
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_buffer_fe2cmfld=>CLASS_CONSTRUCTOR...more details | ||
| CREATE | Create New Folder for Specified Force Element | Private |
| CALL METHOD /isdfps/cl_buffer_fe2cmfld=>CREATE...more details | ||
| GET_CM_API | Gets Reference to the CM-API Used | Public |
| CALL METHOD /isdfps/cl_buffer_fe2cmfld=>GET_CM_API...more details | ||
| GET_INSTANCE | Create Singleton Instance | Public |
| CALL METHOD /isdfps/cl_buffer_fe2cmfld=>GET_INSTANCE...more details | ||
| INSTANTIATE_FOLDER | Instantiate the Corresponding CM Folder | Private |
| CALL METHOD /isdfps/cl_buffer_fe2cmfld=>INSTANTIATE_FOLDER...more details | ||
| READ | Read Entry from Buffer | Private |
| CALL METHOD /isdfps/cl_buffer_fe2cmfld=>READ...more details | ||
|
| ||
| READ_WITH_CREATE | Read Entry from Buffer; if Does Not Exist, Create New Folder | Public |
| CALL METHOD /isdfps/cl_buffer_fe2cmfld=>READ_WITH_CREATE...more details | ||
| SAVE | Save | Public |
| CALL METHOD /isdfps/cl_buffer_fe2cmfld=>SAVE...more details | ||
| START_CRWBD | Start the Replication Workbench | Public |
| CALL METHOD /isdfps/cl_buffer_fe2cmfld=>START_CRWBD...more details | ||
| UNDO | Set Buffer Back and Forget Insertions | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| C_CM_LC_PHASE | Constant | Life-Cycle Phase for /ISDFPS/ Project | '90060' | LIKE DE_CM_LIFE_CYCLE_PHASE | Private |
| C_CM_LIFE_CYCLE | Constant | Key of Life-Cycle Phase | '90010' | LIKE DE_CM_LIFE_CYCLE_PHASE | Private |
| C_CM_PRODUCT_ID | Constant | Configuration Definition | '/ISDFPS/PDR' | LIKE DE_CM_PRODUCT_ID | Private |
| C_OBJTP_HR | Constant | CM Object Type for HR Objects | '0045' | LIKE DE_CM_OBJTYP | Private |
| GCM_API | Static Attribute | API-Interface - Open Interface of the Controller | LIKE IF_CM_API | Private | |
| GT_BUFFER | Static Attribute | Assignment Folder to Folder Element | LIKE TT_FE2CMFLD | Private | |
| GT_FOLDER | Instance Attribute | Assignment GUID to Instance | LIKE TT_FOLDER | Private | |
| GT_INSERT | Instance Attribute | Assignment Folder to Folder Element | LIKE TT_FE2CMFLD | Private | |
| G_INSTANCE | Static Attribute | Buffer for Table FE2CMFLD | LIKE /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