SAP /ISDFPS/CL_CHECK_SWITCH OO Class - Query Package Switch









/ISDFPS/CL_CHECK_SWITCH 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_CHECK_SWITCH 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_CHECK_SWITCH 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_check_switch=>CLASS_CONSTRUCTOR...more details

DFPS_IS_ACTIVEAdd-On EA-DFPS Is Active (Activated)Public
CALL METHOD /isdfps/cl_check_switch=>DFPS_IS_ACTIVE...more details

GET_PRF_SFWS_SC1_SWITCH_STATEGet State of Switch /ISDFPS/LM_PRF_SFWS_SC1Public
CALL METHOD /isdfps/cl_check_switch=>GET_PRF_SFWS_SC1_SWITCH_STATE...more details



/ISDFPS/CL_CHECK_SWITCH 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
DFPS_ACTIVEStatic AttributeFaster Than MethodSPACELIKE
XFELD
Public
EAM_SFWS_ILMStatic AttributeEHP5 - ArchivingSPACELIKE
XFELD
Public
ICM_OF_SFWS_SC1Static AttributeEHP4SPACELIKE
XFELD
Public
LM_ARC_SFWS_SC1Static AttributeEHP4SPACELIKE
XFELD
Public
LM_ENH_SFWS_UI1Static AttributeEHP4SPACELIKE
XFELD
Public
LM_GEN_SFWS_SC1Static AttributeEHP4SPACELIKE
XFELD
Public
LM_GEN_SFWS_SEQStatic AttributeEHP5 - Site EquipmentSPACELIKE
XFELD
Public
LM_GEN_SFWS_TZSStatic AttributeEHP5SPACELIKE
XFELD
Public
LM_PRF_SFWS_SC1Static AttributeEHP4SPACELIKE
XFELD
Public
LM_SAB_SFWS_UI1Static AttributeEHP4SPACELIKE
XFELD
Public
LM_SFWS_TZSStatic AttributeEHP5SPACELIKE
XFELD
Public
MDS_SFWS_INT_2Static AttributeEHP5 - MDS Integration DFPSSPACELIKE
XFELD
Public
MDS_SFWS_INT_PRT_2Static AttributeEHP5 - MDS Integration PRT DFPSSPACELIKE
XFELD
Public
OF_BRD_SFWS_SC1Static AttributeEHP4SPACELIKE
XFELD
Public
OF_SFWS_ADV_LOGStatic AttributeEHP5SPACELIKE
XFELD
Public
OF_SFWS_PERS_EQUIStatic AttributeEHP5SPACELIKE
XFELD
Public
OF_SFWS_REPORTSStatic AttributeEHP5 - Reporting Enhancments OM and MMSPACELIKE
XFELD
Public
PC_PACKAGE_DFPSStatic AttributePackage'EA-DFPS'LIKE
DEVCLASS
Private
PM_SFWS_DIS_1Static AttributeEHP5e - Enhancements Distributed Maintenance 1SPACELIKE
XFELD
Public
PM_SFWS_DIS_SIGStatic AttributeEHP5 - Distributed SignaturesSPACELIKE
XFELD
Public
SE_SFWS_SC1Static AttributeEHP4SPACELIKE
XFELD
Public


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!