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 NameDescriptionVisability
ACC_DELETEDelete Accounting Objects (CCtr, PCtr)Private
CALL METHOD /isdfps/cl_force=>ACC_DELETE...more details

ACC_DELIMITDelimit Accounting Objects (CCtr, PCtr)Private
CALL METHOD /isdfps/cl_force=>ACC_DELIMIT...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /isdfps/cl_force=>CLASS_CONSTRUCTOR...more details

DISPLAY_LOG_AFTER_ERRORRollback Changes After ErrorPrivate
CALL METHOD /isdfps/cl_force=>DISPLAY_LOG_AFTER_ERROR...more details

EXPO_LIST_COPYCopy Object List of the FE for DistributionPrivate
CALL METHOD /isdfps/cl_force=>EXPO_LIST_COPY...more details

FDP_FORCE_LOCKLock Force Element (Workbench)Public
CALL METHOD /isdfps/cl_force=>FDP_FORCE_LOCK...more details

FDP_FORCE_UNLOCKUnlock Force Element (Workbench)Public
CALL METHOD /isdfps/cl_force=>FDP_FORCE_UNLOCK...more details

FORCER_CHECKCheck Existence of a Reference Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCER_CHECK...more details

FORCER_CHECK_BUFFERCheck Reference Force Element Exists in BufferPrivate
CALL METHOD /isdfps/cl_force=>FORCER_CHECK_BUFFER...more details

FORCER_CHECK_DBCheck Reference Force Element Exists in DatabasePrivate
CALL METHOD /isdfps/cl_force=>FORCER_CHECK_DB...more details

FORCER_CHECK_ORGMOrganizational Measure Check RoutinesProtected
CALL METHOD /isdfps/cl_force=>FORCER_CHECK_ORGM...more details

FORCER_COPYCopy Force Element(s)Public
CALL METHOD /isdfps/cl_force=>FORCER_COPY...more details

FORCER_CREATECreate Reference Force ElementPrivate
CALL METHOD /isdfps/cl_force=>FORCER_CREATE...more details

FORCER_DELETEDelete Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCER_DELETE...more details

FORCER_DELETE_FROM_BUFFERDelete Reference Force Element in BufferPrivate
CALL METHOD /isdfps/cl_force=>FORCER_DELETE_FROM_BUFFER...more details

FORCER_DELIMITDelimit Reference Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCER_DELIMIT...more details

FORCER_GET_NAMERead Name of Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCER_GET_NAME...more details

FORCER_LOCKLock Force Reference ElementPrivate
CALL METHOD /isdfps/cl_force=>FORCER_LOCK...more details

FORCER_MAINTMaintain Reference Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCER_MAINT...more details

FORCER_ORGM_CDOC_CHECKCheck Whether Other Inactive Assignments ExistPublic
CALL METHOD /isdfps/cl_force=>FORCER_ORGM_CDOC_CHECK...more details

FORCER_READRead Reference Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCER_READ...more details

FORCER_READ_DBRead Reference Force Element from DatabasePrivate
CALL METHOD /isdfps/cl_force=>FORCER_READ_DB...more details

FORCER_UNLOCKUnlock Force ObjectPrivate
CALL METHOD /isdfps/cl_force=>FORCER_UNLOCK...more details

FORCER_UPDATE_DBWrite Buffer to DatabasePublic
CALL METHOD /isdfps/cl_force=>FORCER_UPDATE_DB...more details

FORCE_AC_GET_KOKRSDetermine Controlling area for Force ElementPrivate
CALL METHOD /isdfps/cl_force=>FORCE_AC_GET_KOKRS...more details

FORCE_AC_OBJECTS_DELETEDelete Accounting Objects (CCtr, PCtr)Private
CALL METHOD /isdfps/cl_force=>FORCE_AC_OBJECTS_DELETE...more details

FORCE_AC_OBJECTS_DELIMITDelimit Accounting Objects (CCtr, PCtr)Private
CALL METHOD /isdfps/cl_force=>FORCE_AC_OBJECTS_DELIMIT...more details

FORCE_AC_OBJECTS_GETDetermine Delimitation/Deletion of Accounting ObjectsPrivate
CALL METHOD /isdfps/cl_force=>FORCE_AC_OBJECTS_GET...more details

FORCE_BUFFER_REFRESHClean Up and Delete Force BuffersPublic
CALL METHOD /isdfps/cl_force=>FORCE_BUFFER_REFRESH...more details

FORCE_CHECKCheck Force Element ExistsPublic
CALL METHOD /isdfps/cl_force=>FORCE_CHECK...more details

FORCE_CHECK_BERIDCheck MRP Area ExistsPublic
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_BERID...more details

FORCE_CHECK_BUFFERCheck Force Element Exists in BufferPrivate
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_BUFFER...more details

FORCE_CHECK_DATACheck Data Consistency of Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_DATA...more details

FORCE_CHECK_DATA_CHANGEDCheck ChangesPrivate
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_DATA_CHANGED...more details

FORCE_CHECK_DBCheck Force Element Exists in DatabasePrivate
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_DB...more details

FORCE_CHECK_GET_BERIDGet MRP Area of Accountable Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_GET_BERID...more details

FORCE_CHECK_GET_LGORTGet Storage Location of Accountable Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_GET_LGORT...more details

FORCE_CHECK_LOGISTICCheck Consistency of Force Element (Purch., Initial Supply)Private
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_LOGISTIC...more details

FORCE_CHECK_PROJCheck Project ExistsPublic
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_PROJ...more details

FORCE_CHECK_PROVIDERCheck Consistency of Force Element (Provisions)Private
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_PROVIDER...more details

FORCE_CHECK_PSPCheck WBS Element ExistsPublic
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_PSP...more details

FORCE_CHECK_READINESSCheck for Valid Readiness ValuesPrivate
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_READINESS...more details

FORCE_CHECK_STOCKCheck Consistency of Force Element (Stock)Private
CALL METHOD /isdfps/cl_force=>FORCE_CHECK_STOCK...more details

FORCE_COPYCopy Force Element(s)Public
CALL METHOD /isdfps/cl_force=>FORCE_COPY...more details

FORCE_CREATECreate Force ElementPrivate
CALL METHOD /isdfps/cl_force=>FORCE_CREATE...more details

FORCE_CREATE_IT1000Generate Infotype 1000Private
CALL METHOD /isdfps/cl_force=>FORCE_CREATE_IT1000...more details

FORCE_CREATE_IT1950Generate Infotype 1950Private
CALL METHOD /isdfps/cl_force=>FORCE_CREATE_IT1950...more details

FORCE_CREATE_IT1951Generate Infotype 1951Private
CALL METHOD /isdfps/cl_force=>FORCE_CREATE_IT1951...more details

FORCE_CREATE_PSPCreate WBS ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_CREATE_PSP...more details

FORCE_DELETEDelete Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_DELETE...more details

FORCE_DELETE_FROM_BUFFERDelete Force Element in BufferPrivate
CALL METHOD /isdfps/cl_force=>FORCE_DELETE_FROM_BUFFER...more details

FORCE_DELIMITDelimit Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_DELIMIT...more details

FORCE_GET_NAMERead Name of Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_GET_NAME...more details

FORCE_GET_PARENTFind Higher-Level Force ElementPrivate
CALL METHOD /isdfps/cl_force=>FORCE_GET_PARENT...more details

FORCE_LOCKLock Force ElementPrivate
CALL METHOD /isdfps/cl_force=>FORCE_LOCK...more details

FORCE_MAINTMaintain Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_MAINT...more details

FORCE_MAINT_IT1000Maintain Infotype 1000Private
CALL METHOD /isdfps/cl_force=>FORCE_MAINT_IT1000...more details

FORCE_MAINT_IT1950Maintain Infotype 1950Private
CALL METHOD /isdfps/cl_force=>FORCE_MAINT_IT1950...more details

FORCE_MAINT_IT1951Maintain Infotype 1951Private
CALL METHOD /isdfps/cl_force=>FORCE_MAINT_IT1951...more details

FORCE_ORGM_CDOC_CHECKCheck Whether Other Inactive Assignments ExistPublic
CALL METHOD /isdfps/cl_force=>FORCE_ORGM_CDOC_CHECK...more details

FORCE_PRIO_BUFFER_REFRESHClear/Delete Force Prio Threshold Value BufferPublic
CALL METHOD /isdfps/cl_force=>FORCE_PRIO_BUFFER_REFRESH...more details

FORCE_PRIO_DELETEDelete Force Prio Threshold ValuesPublic
CALL METHOD /isdfps/cl_force=>FORCE_PRIO_DELETE...more details

FORCE_PRIO_READRead Force Prio Threshold ValuesPublic
CALL METHOD /isdfps/cl_force=>FORCE_PRIO_READ...more details

FORCE_PRIO_TEXT_WRITEWrite Force Prio Threshold ValuesPublic
CALL METHOD /isdfps/cl_force=>FORCE_PRIO_TEXT_WRITE...more details

FORCE_PRIO_UPDATE_DBWrite Force Prio Buffer to DatabasePublic
CALL METHOD /isdfps/cl_force=>FORCE_PRIO_UPDATE_DB...more details

FORCE_PRIO_WRITEWrite Force Prio Threshold ValuesPublic
CALL METHOD /isdfps/cl_force=>FORCE_PRIO_WRITE...more details

FORCE_READRead Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_READ...more details

FORCE_READ_BY_BERIDRead Force Element (Using Area ID as Selection Criteria)Public
CALL METHOD /isdfps/cl_force=>FORCE_READ_BY_BERID...more details

FORCE_READ_BY_LGORTRead Force Element (Using SLoc as Selection Criteria)Public
CALL METHOD /isdfps/cl_force=>FORCE_READ_BY_LGORT...more details

FORCE_READ_BY_LGORT_PLANTDetermine 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_RERead Force Element (Using SLoc as Selection Criteria)Public
CALL METHOD /isdfps/cl_force=>FORCE_READ_BY_LGORT_RE...more details

FORCE_READ_DBRead Force Element from DatabasePrivate
CALL METHOD /isdfps/cl_force=>FORCE_READ_DB...more details

FORCE_READ_IT1000Read Infotype 1000Private
CALL METHOD /isdfps/cl_force=>FORCE_READ_IT1000...more details

FORCE_READ_IT1001Read Infotype 1001Private
CALL METHOD /isdfps/cl_force=>FORCE_READ_IT1001...more details

FORCE_READ_IT1950Read Infotype 1950Private
CALL METHOD /isdfps/cl_force=>FORCE_READ_IT1950...more details

FORCE_READ_IT1951Read Infotype 1951Private
CALL METHOD /isdfps/cl_force=>FORCE_READ_IT1951...more details

FORCE_READ_PSPRead WBS ElementPublic
CALL METHOD /isdfps/cl_force=>FORCE_READ_PSP...more details

FORCE_UNLOCKUnlock Force ObjectPrivate
CALL METHOD /isdfps/cl_force=>FORCE_UNLOCK...more details

FORCE_UPDATE_DBWrite Buffer to DatabasePublic
CALL METHOD /isdfps/cl_force=>FORCE_UPDATE_DB...more details

FORLOSYS_GETDetermine Logical System for FE (Inheritance)Public
CALL METHOD /isdfps/cl_force=>FORLOSYS_GET...more details

FORLOSYS_MAINTMaintain Logical SystemPrivate
CALL METHOD /isdfps/cl_force=>FORLOSYS_MAINT...more details

FORLOSYS_READRead Logical System of Force ElementPublic
CALL METHOD /isdfps/cl_force=>FORLOSYS_READ...more details

FORLOSYS_READ_DBRead Force Element from DatabasePrivate
CALL METHOD /isdfps/cl_force=>FORLOSYS_READ_DB...more details

FORLOSYS_UPDATE_DBWrite Buffer to DatabasePrivate
CALL METHOD /isdfps/cl_force=>FORLOSYS_UPDATE_DB...more details

MRP_AREA_GETRead MRP AreasPublic
CALL METHOD /isdfps/cl_force=>MRP_AREA_GET...more details

READ_OBJECTRead Force Element or Reference Force ElementPublic
CALL METHOD /isdfps/cl_force=>READ_OBJECT...more details

READ_PLANT_STOLOCDetermine Provisions Plant/SLoc Combination with Existing FEPublic
CALL METHOD /isdfps/cl_force=>READ_PLANT_STOLOC...more details

UPDATE_PRILOCUpdating of Database Table /ISDFPS/PRILOCPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
CASE_TYPE_HIGHStatic AttributeCustomizing Usage TypesLIKE
/ISDFPS/CCTYPE
Private
CASE_TYPE_LOWStatic AttributeCustomizing Usage TypesLIKE
/ISDFPS/CCTYPE
Private
CSYSAPP_BUFFERStatic AttributeApplicationsLIKE
/ISDFPS/CSYSAPP_TAB
Private
FORCER_BUFFERStatic AttributeBuffer Table Structure: Material Planning ObjectLIKE
/ISDFPS/FORCER_DB_TAB
Private
FORCE_BUFFERStatic AttributeBuffer Table Structure: Force ElementLIKE
/ISDFPS/FORCE_DB_TAB
Private
FORCE_PRIO_BUFFERStatic AttributeBuffer Table Structure: Thresholds for ReadinessLIKE
/ISDFPS/FORCE_PRIO_DB_TAB
Private
FORLOSYS_BUFFERStatic AttributeBuffer Table Structure: Force ElementLIKE
/ISDFPS/FORLOSYS_DB_TAB
Private
INIT_FLAGStatic AttributeGeneral IndicatorLIKE
FLAG
Private
SYSTEM_ACTIVEConstantActive Operational System1LIKE
/ISDFPS/FORLOSYS-LOGSYSTYP
Public
SYSTEM_CHANGINGConstantOperational System in Switch4LIKE
/ISDFPS/FORLOSYS-LOGSYSTYP
Public
SYSTEM_PLANNEDConstantPlanned Operational System2LIKE
/ISDFPS/FORLOSYS-LOGSYSTYP
Public
SYSTEM_PREVIOUSConstantPrevious Operational System3LIKE
/ISDFPS/FORLOSYS-LOGSYSTYP
Public




/ISDFPS/CL_FORCE types

FORCE_IT1001_TAB - Table Types for Infotype 1001

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!