SAP CL_CACS_SCTR_ASSISTANCE OO Class - ICM: Assistance Class for WD Components









CL_CACS_SCTR_ASSISTANCE 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 CL_CACS_SCTR_ASSISTANCE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_CACS_SCTR_ASSISTANCE is CL_WD_COMPONENT_ASSISTANCE

Method list of CL_CACS_SCTR_ASSISTANCE 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
CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_cacs_sctr_assistance=>CONSTRUCTOR...more details

REPORT_EXCEPTIONExecute a service call method and handle FPM exceptionPublic
CALL METHOD cl_cacs_sctr_assistance=>REPORT_EXCEPTION...more details

REPORT_MESSAGEExecute a service call method and handle FPM messagesPublic
CALL METHOD cl_cacs_sctr_assistance=>REPORT_MESSAGE...more details

REPORT_NON_FPM_EXCEPTIONReport exception to window managerPrivate
CALL METHOD cl_cacs_sctr_assistance=>REPORT_NON_FPM_EXCEPTION...more details

REPORT_NON_FPM_MESSAGEReport message to window managerPrivate
CALL METHOD cl_cacs_sctr_assistance=>REPORT_NON_FPM_MESSAGE...more details

SET_PORTAL_IS_DIRTYCheck buffer and set the flag of portal is_dirtyPublic
CALL METHOD cl_cacs_sctr_assistance=>SET_PORTAL_IS_DIRTY...more details



CL_CACS_SCTR_ASSISTANCE 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
GC_ACTIVATION_FUNCTIONSConstant'ACTIVATION_FUNCTIONS'LIKE
STRING
Public
GC_EVN_ACCEPT_CHANGESConstant'EVN_ACCEPT_CHANGES'LIKE
STRING
Public
GC_EVN_ACTIVATEConstant'EVN_ACTIVATE'LIKE
STRING
Public
GC_EVN_BACKDATEConstant'EVN_BACKDATE'LIKE
STRING
Public
GC_EVN_DEL_INACTIVE_ELEMENTSConstant'EVN_DEL_INACTIVE_ELEMENTS'LIKE
STRING
Public
GC_EVN_EXPORTConstant'EVN_EXPORT'LIKE
STRING
Public
GC_EVN_IMPORTConstant'EVN_IMPORT'LIKE
STRING
Public
GC_EVN_MAKE_PRESELConstant'EVN_MAKE_PRESEL'LIKE
STRING
Public
GC_EVN_MOVE_FORWARDConstant'EVN_MOVE_FORWARD'LIKE
STRING
Public
GC_EVN_TERMINATE_CONTRACTConstant'EVN_TERMINATE_CONTRACT'LIKE
STRING
Public
GC_ID_ACTIVATEConstant'ID_ACTIVATE'LIKE
STRING
Public
GC_ID_DELETEConstant'ID_DELETE'LIKE
STRING
Public
GC_ID_DEL_INACTIVE_ELEMENTSConstant'ID_DEL_INACTIVE_ELEMENTS'LIKE
STRING
Public
GC_ID_EXPORTConstant'ID_EXPORT'LIKE
STRING
Public
GC_ID_IMPORTConstant'ID_IMPORT'LIKE
STRING
Public
GC_ID_MOVE_FORWARDConstant'ID_MOVE_FORWARD'LIKE
STRING
Public
GC_ID_TERMINATE_CONTRACTConstant'ID_TERMINATE_CONTRACT'LIKE
STRING
Public
GC_LEVELConstant'LEVEL'LIKE
STRING
Public
GC_LEVEL_AGREEMENTConstant'AGREEMENT'LIKE
STRING
Public
GC_LEVEL_CONTRACTConstant'CONTRACT'LIKE
STRING
Public
GC_LEVEL_RULEConstant'RULE'LIKE
STRING
Public
GC_MODEConstant'MODE'LIKE
STRING
Public
GC_MODE_CHANGEConstant'CHANGE'LIKE
STRING
Public
GC_MODE_CREATEConstant'CREATE'LIKE
STRING
Public
GC_MODE_DELETEConstant'DELETE'LIKE
STRING
Public
GC_MODE_DIRECT_CHANGEConstant'DIRECT_CHANGE'LIKE
STRING
Public
GC_MODE_DISPLAYConstant'DISPLAY'LIKE
STRING
Public
GC_ROOTConstant'ROOT'LIKE
STRING
Public
GC_RULEConstant'RULE'LIKE
STRING
Public
GC_RULEDEFORULEDEFConstant'RULEDEFORULEDEF'LIKE
STRING
Public
GC_RULEDEFORULEDEFGUConstant'RULEDEFORULEDEFGU'LIKE
STRING
Public
GC_RULEDEFORULEPREBRFConstantBRF Plus EHP5'RULEDEFORULEPREBRF'LIKE
STRING
Public
GC_RULEDEFORULEPRESELInstance Attribute'RULEDEFORULEPRESEL'LIKE
STRING
Public
GC_RULEDEFORULETARGETConstant'RULEDEFORULETARGET'LIKE
STRING
Public
GC_SCTRConstant'SCTR'LIKE
STRING
Public
GC_STEP2Constant'step2'LIKE
STRING
Public
GC_SUBSTEPOTHERSConstant'SUBSTEPOTHERS'LIKE
STRING
Public
GC_W_DISPLAY_DSConstant'DISPLAY_DSCR'LIKE
STRING
Public
GC_W_DISPLAY_DSCRConstant'W_DISPLAY_DSCR'LIKE
STRING
Public
GC_W_DISPLAY_HDRConstant'W_DISPLAY_HDR'LIKE
STRING
Public
GC_W_EDIT_DSCRConstant'W_EDIT_DSCR'LIKE
STRING
Public
GC_W_EDIT_HDRConstant'W_EDIT_HDR'LIKE
STRING
Public
GC_W_HEADERConstant'W_HEADER'LIKE
STRING
Public
GO_FPMInstance AttributeInterface for accessing FPM functionalityLIKE
IF_FPM
Private
GO_MESSAGE_MGRInstance AttributeFPM message manager public useLIKE
IF_FPM_MESSAGE_MANAGER
Private
MV_PORTAL_MANAGERInstance AttributeWeb Dynpro: Portal IntegrationLIKE
IF_WD_PORTAL_INTEGRATION
Private


Links to Related Class(s)

CL_CACS_...
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!