SAP /ISDFPS/CL_FORCE OO Class - Class for Maintaining Force Element
/ISDFPS/CL_FORCE 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_FORCE 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_FORCE 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 |
| ACC_DELETE | Delete Accounting Objects (CCtr, PCtr) | Private |
| CALL METHOD /isdfps/cl_force=>ACC_DELETE...more details | ||
| ACC_DELIMIT | Delimit Accounting Objects (CCtr, PCtr) | Private |
| CALL METHOD /isdfps/cl_force=>ACC_DELIMIT...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_force=>CLASS_CONSTRUCTOR...more details | ||
| DISPLAY_LOG_AFTER_ERROR | Rollback Changes After Error | Private |
| CALL METHOD /isdfps/cl_force=>DISPLAY_LOG_AFTER_ERROR...more details | ||
| EXPO_LIST_COPY | Copy Object List of the FE for Distribution | Private |
| CALL METHOD /isdfps/cl_force=>EXPO_LIST_COPY...more details | ||
| FDP_FORCE_LOCK | Lock Force Element (Workbench) | Public |
| CALL METHOD /isdfps/cl_force=>FDP_FORCE_LOCK...more details | ||
|
| ||
| FDP_FORCE_UNLOCK | Unlock Force Element (Workbench) | Public |
| CALL METHOD /isdfps/cl_force=>FDP_FORCE_UNLOCK...more details | ||
| FORCER_CHECK | Check Existence of a Reference Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCER_CHECK...more details | ||
| FORCER_CHECK_BUFFER | Check Reference Force Element Exists in Buffer | Private |
| CALL METHOD /isdfps/cl_force=>FORCER_CHECK_BUFFER...more details | ||
| FORCER_CHECK_DB | Check Reference Force Element Exists in Database | Private |
| CALL METHOD /isdfps/cl_force=>FORCER_CHECK_DB...more details | ||
| FORCER_CHECK_ORGM | Organizational Measure Check Routines | Protected |
| CALL METHOD /isdfps/cl_force=>FORCER_CHECK_ORGM...more details | ||
| FORCER_COPY | Copy Force Element(s) | Public |
| CALL METHOD /isdfps/cl_force=>FORCER_COPY...more details | ||
| FORCER_CREATE | Create Reference Force Element | Private |
| CALL METHOD /isdfps/cl_force=>FORCER_CREATE...more details | ||
| FORCER_DELETE | Delete Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCER_DELETE...more details | ||
| FORCER_DELETE_FROM_BUFFER | Delete Reference Force Element in Buffer | Private |
| CALL METHOD /isdfps/cl_force=>FORCER_DELETE_FROM_BUFFER...more details | ||
| FORCER_DELIMIT | Delimit Reference Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCER_DELIMIT...more details | ||
| FORCER_GET_NAME | Read Name of Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCER_GET_NAME...more details | ||
| FORCER_LOCK | Lock Force Reference Element | Private |
| CALL METHOD /isdfps/cl_force=>FORCER_LOCK...more details | ||
| FORCER_MAINT | Maintain Reference Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCER_MAINT...more details | ||
| FORCER_ORGM_CDOC_CHECK | Check Whether Other Inactive Assignments Exist | Public |
| CALL METHOD /isdfps/cl_force=>FORCER_ORGM_CDOC_CHECK...more details | ||
| FORCER_READ | Read Reference Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCER_READ...more details | ||
| FORCER_READ_DB | Read Reference Force Element from Database | Private |
| CALL METHOD /isdfps/cl_force=>FORCER_READ_DB...more details | ||
| FORCER_UNLOCK | Unlock Force Object | Private |
| CALL METHOD /isdfps/cl_force=>FORCER_UNLOCK...more details | ||
| FORCER_UPDATE_DB | Write Buffer to Database | Public |
| CALL METHOD /isdfps/cl_force=>FORCER_UPDATE_DB...more details | ||
| FORCE_AC_GET_KOKRS | Determine Controlling area for Force Element | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_AC_GET_KOKRS...more details | ||
| FORCE_AC_OBJECTS_DELETE | Delete Accounting Objects (CCtr, PCtr) | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_AC_OBJECTS_DELETE...more details | ||
| FORCE_AC_OBJECTS_DELIMIT | Delimit Accounting Objects (CCtr, PCtr) | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_AC_OBJECTS_DELIMIT...more details | ||
| FORCE_AC_OBJECTS_GET | Determine Delimitation/Deletion of Accounting Objects | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_AC_OBJECTS_GET...more details | ||
| FORCE_BUFFER_REFRESH | Clean Up and Delete Force Buffers | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_BUFFER_REFRESH...more details | ||
| FORCE_CHECK | Check Force Element Exists | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK...more details | ||
| FORCE_CHECK_BERID | Check MRP Area Exists | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_BERID...more details | ||
| FORCE_CHECK_BUFFER | Check Force Element Exists in Buffer | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_BUFFER...more details | ||
| FORCE_CHECK_DATA | Check Data Consistency of Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_DATA...more details | ||
| FORCE_CHECK_DATA_CHANGED | Check Changes | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_DATA_CHANGED...more details | ||
| FORCE_CHECK_DB | Check Force Element Exists in Database | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_DB...more details | ||
| FORCE_CHECK_GET_BERID | Get MRP Area of Accountable Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_GET_BERID...more details | ||
| FORCE_CHECK_GET_LGORT | Get Storage Location of Accountable Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_GET_LGORT...more details | ||
| FORCE_CHECK_LOGISTIC | Check Consistency of Force Element (Purch., Initial Supply) | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_LOGISTIC...more details | ||
| FORCE_CHECK_PROJ | Check Project Exists | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_PROJ...more details | ||
| FORCE_CHECK_PROVIDER | Check Consistency of Force Element (Provisions) | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_PROVIDER...more details | ||
| FORCE_CHECK_PSP | Check WBS Element Exists | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_PSP...more details | ||
| FORCE_CHECK_READINESS | Check for Valid Readiness Values | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_READINESS...more details | ||
| FORCE_CHECK_STOCK | Check Consistency of Force Element (Stock) | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CHECK_STOCK...more details | ||
| FORCE_COPY | Copy Force Element(s) | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_COPY...more details | ||
| FORCE_CREATE | Create Force Element | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CREATE...more details | ||
| FORCE_CREATE_IT1000 | Generate Infotype 1000 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CREATE_IT1000...more details | ||
| FORCE_CREATE_IT1950 | Generate Infotype 1950 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CREATE_IT1950...more details | ||
| FORCE_CREATE_IT1951 | Generate Infotype 1951 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_CREATE_IT1951...more details | ||
| FORCE_CREATE_PSP | Create WBS Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_CREATE_PSP...more details | ||
| FORCE_DELETE | Delete Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_DELETE...more details | ||
| FORCE_DELETE_FROM_BUFFER | Delete Force Element in Buffer | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_DELETE_FROM_BUFFER...more details | ||
| FORCE_DELIMIT | Delimit Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_DELIMIT...more details | ||
| FORCE_GET_NAME | Read Name of Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_GET_NAME...more details | ||
| FORCE_GET_PARENT | Find Higher-Level Force Element | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_GET_PARENT...more details | ||
| FORCE_LOCK | Lock Force Element | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_LOCK...more details | ||
| FORCE_MAINT | Maintain Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_MAINT...more details | ||
| FORCE_MAINT_IT1000 | Maintain Infotype 1000 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_MAINT_IT1000...more details | ||
| FORCE_MAINT_IT1950 | Maintain Infotype 1950 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_MAINT_IT1950...more details | ||
| FORCE_MAINT_IT1951 | Maintain Infotype 1951 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_MAINT_IT1951...more details | ||
| FORCE_ORGM_CDOC_CHECK | Check Whether Other Inactive Assignments Exist | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_ORGM_CDOC_CHECK...more details | ||
| FORCE_PRIO_BUFFER_REFRESH | Clear/Delete Force Prio Threshold Value Buffer | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_PRIO_BUFFER_REFRESH...more details | ||
| FORCE_PRIO_DELETE | Delete Force Prio Threshold Values | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_PRIO_DELETE...more details | ||
| FORCE_PRIO_READ | Read Force Prio Threshold Values | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_PRIO_READ...more details | ||
| FORCE_PRIO_TEXT_WRITE | Write Force Prio Threshold Values | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_PRIO_TEXT_WRITE...more details | ||
| FORCE_PRIO_UPDATE_DB | Write Force Prio Buffer to Database | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_PRIO_UPDATE_DB...more details | ||
| FORCE_PRIO_WRITE | Write Force Prio Threshold Values | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_PRIO_WRITE...more details | ||
| FORCE_READ | Read Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_READ...more details | ||
| FORCE_READ_BY_BERID | Read Force Element (Using Area ID as Selection Criteria) | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_BY_BERID...more details | ||
| FORCE_READ_BY_LGORT | Read Force Element (Using SLoc as Selection Criteria) | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_BY_LGORT...more details | ||
| FORCE_READ_BY_LGORT_PLANT | Determine FE for Provisions, Stock, or Infrastr. Stor. Loc. | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_BY_LGORT_PLANT...more details | ||
| FORCE_READ_BY_LGORT_RE | Read Force Element (Using SLoc as Selection Criteria) | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_BY_LGORT_RE...more details | ||
| FORCE_READ_DB | Read Force Element from Database | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_DB...more details | ||
| FORCE_READ_IT1000 | Read Infotype 1000 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_IT1000...more details | ||
| FORCE_READ_IT1001 | Read Infotype 1001 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_IT1001...more details | ||
| FORCE_READ_IT1950 | Read Infotype 1950 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_IT1950...more details | ||
| FORCE_READ_IT1951 | Read Infotype 1951 | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_IT1951...more details | ||
| FORCE_READ_PSP | Read WBS Element | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_READ_PSP...more details | ||
| FORCE_UNLOCK | Unlock Force Object | Private |
| CALL METHOD /isdfps/cl_force=>FORCE_UNLOCK...more details | ||
| FORCE_UPDATE_DB | Write Buffer to Database | Public |
| CALL METHOD /isdfps/cl_force=>FORCE_UPDATE_DB...more details | ||
| FORLOSYS_GET | Determine Logical System for FE (Inheritance) | Public |
| CALL METHOD /isdfps/cl_force=>FORLOSYS_GET...more details | ||
| FORLOSYS_MAINT | Maintain Logical System | Private |
| CALL METHOD /isdfps/cl_force=>FORLOSYS_MAINT...more details | ||
| FORLOSYS_READ | Read Logical System of Force Element | Public |
| CALL METHOD /isdfps/cl_force=>FORLOSYS_READ...more details | ||
| FORLOSYS_READ_DB | Read Force Element from Database | Private |
| CALL METHOD /isdfps/cl_force=>FORLOSYS_READ_DB...more details | ||
| FORLOSYS_UPDATE_DB | Write Buffer to Database | Private |
| CALL METHOD /isdfps/cl_force=>FORLOSYS_UPDATE_DB...more details | ||
| MRP_AREA_GET | Read MRP Areas | Public |
| CALL METHOD /isdfps/cl_force=>MRP_AREA_GET...more details | ||
| READ_OBJECT | Read Force Element or Reference Force Element | Public |
| CALL METHOD /isdfps/cl_force=>READ_OBJECT...more details | ||
| READ_PLANT_STOLOC | Determine Provisions Plant/SLoc Combination with Existing FE | Public |
| CALL METHOD /isdfps/cl_force=>READ_PLANT_STOLOC...more details | ||
| UPDATE_PRILOC | Updating of Database Table /ISDFPS/PRILOC | Public |
| CALL METHOD /isdfps/cl_force=>UPDATE_PRILOC...more details | ||
/ISDFPS/CL_FORCE 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 |
| CASE_TYPE_HIGH | Static Attribute | Customizing Usage Types | LIKE /ISDFPS/CCTYPE | Private | |
| CASE_TYPE_LOW | Static Attribute | Customizing Usage Types | LIKE /ISDFPS/CCTYPE | Private | |
| CSYSAPP_BUFFER | Static Attribute | Applications | LIKE /ISDFPS/CSYSAPP_TAB | Private | |
| FORCER_BUFFER | Static Attribute | Buffer Table Structure: Material Planning Object | LIKE /ISDFPS/FORCER_DB_TAB | Private | |
| FORCE_BUFFER | Static Attribute | Buffer Table Structure: Force Element | LIKE /ISDFPS/FORCE_DB_TAB | Private | |
| FORCE_PRIO_BUFFER | Static Attribute | Buffer Table Structure: Thresholds for Readiness | LIKE /ISDFPS/FORCE_PRIO_DB_TAB | Private | |
| FORLOSYS_BUFFER | Static Attribute | Buffer Table Structure: Force Element | LIKE /ISDFPS/FORLOSYS_DB_TAB | Private | |
| INIT_FLAG | Static Attribute | General Indicator | LIKE FLAG | Private | |
| SYSTEM_ACTIVE | Constant | Active Operational System | 1 | LIKE /ISDFPS/FORLOSYS-LOGSYSTYP | Public |
| SYSTEM_CHANGING | Constant | Operational System in Switch | 4 | LIKE /ISDFPS/FORLOSYS-LOGSYSTYP | Public |
| SYSTEM_PLANNED | Constant | Planned Operational System | 2 | LIKE /ISDFPS/FORLOSYS-LOGSYSTYP | Public |
| SYSTEM_PREVIOUS | Constant | Previous Operational System | 3 | LIKE /ISDFPS/FORLOSYS-LOGSYSTYP | Public |
/ISDFPS/CL_FORCE types
FORCE_IT1001_TAB - Table Types for Infotype 1001Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects