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_ASSISTANCEMethod 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 Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_cacs_sctr_assistance=>CONSTRUCTOR...more details | ||
| REPORT_EXCEPTION | Execute a service call method and handle FPM exception | Public |
| CALL METHOD cl_cacs_sctr_assistance=>REPORT_EXCEPTION...more details | ||
| REPORT_MESSAGE | Execute a service call method and handle FPM messages | Public |
| CALL METHOD cl_cacs_sctr_assistance=>REPORT_MESSAGE...more details | ||
| REPORT_NON_FPM_EXCEPTION | Report exception to window manager | Private |
| CALL METHOD cl_cacs_sctr_assistance=>REPORT_NON_FPM_EXCEPTION...more details | ||
| REPORT_NON_FPM_MESSAGE | Report message to window manager | Private |
| CALL METHOD cl_cacs_sctr_assistance=>REPORT_NON_FPM_MESSAGE...more details | ||
| SET_PORTAL_IS_DIRTY | Check buffer and set the flag of portal is_dirty | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_ACTIVATION_FUNCTIONS | Constant | 'ACTIVATION_FUNCTIONS' | LIKE STRING | Public | |
| GC_EVN_ACCEPT_CHANGES | Constant | 'EVN_ACCEPT_CHANGES' | LIKE STRING | Public | |
| GC_EVN_ACTIVATE | Constant | 'EVN_ACTIVATE' | LIKE STRING | Public | |
| GC_EVN_BACKDATE | Constant | 'EVN_BACKDATE' | LIKE STRING | Public | |
| GC_EVN_DEL_INACTIVE_ELEMENTS | Constant | 'EVN_DEL_INACTIVE_ELEMENTS' | LIKE STRING | Public | |
| GC_EVN_EXPORT | Constant | 'EVN_EXPORT' | LIKE STRING | Public | |
| GC_EVN_IMPORT | Constant | 'EVN_IMPORT' | LIKE STRING | Public | |
| GC_EVN_MAKE_PRESEL | Constant | 'EVN_MAKE_PRESEL' | LIKE STRING | Public | |
| GC_EVN_MOVE_FORWARD | Constant | 'EVN_MOVE_FORWARD' | LIKE STRING | Public | |
| GC_EVN_TERMINATE_CONTRACT | Constant | 'EVN_TERMINATE_CONTRACT' | LIKE STRING | Public | |
| GC_ID_ACTIVATE | Constant | 'ID_ACTIVATE' | LIKE STRING | Public | |
| GC_ID_DELETE | Constant | 'ID_DELETE' | LIKE STRING | Public | |
| GC_ID_DEL_INACTIVE_ELEMENTS | Constant | 'ID_DEL_INACTIVE_ELEMENTS' | LIKE STRING | Public | |
| GC_ID_EXPORT | Constant | 'ID_EXPORT' | LIKE STRING | Public | |
| GC_ID_IMPORT | Constant | 'ID_IMPORT' | LIKE STRING | Public | |
| GC_ID_MOVE_FORWARD | Constant | 'ID_MOVE_FORWARD' | LIKE STRING | Public | |
| GC_ID_TERMINATE_CONTRACT | Constant | 'ID_TERMINATE_CONTRACT' | LIKE STRING | Public | |
| GC_LEVEL | Constant | 'LEVEL' | LIKE STRING | Public | |
| GC_LEVEL_AGREEMENT | Constant | 'AGREEMENT' | LIKE STRING | Public | |
| GC_LEVEL_CONTRACT | Constant | 'CONTRACT' | LIKE STRING | Public | |
| GC_LEVEL_RULE | Constant | 'RULE' | LIKE STRING | Public | |
| GC_MODE | Constant | 'MODE' | LIKE STRING | Public | |
| GC_MODE_CHANGE | Constant | 'CHANGE' | LIKE STRING | Public | |
| GC_MODE_CREATE | Constant | 'CREATE' | LIKE STRING | Public | |
| GC_MODE_DELETE | Constant | 'DELETE' | LIKE STRING | Public | |
| GC_MODE_DIRECT_CHANGE | Constant | 'DIRECT_CHANGE' | LIKE STRING | Public | |
| GC_MODE_DISPLAY | Constant | 'DISPLAY' | LIKE STRING | Public | |
| GC_ROOT | Constant | 'ROOT' | LIKE STRING | Public | |
| GC_RULE | Constant | 'RULE' | LIKE STRING | Public | |
| GC_RULEDEFORULEDEF | Constant | 'RULEDEFORULEDEF' | LIKE STRING | Public | |
| GC_RULEDEFORULEDEFGU | Constant | 'RULEDEFORULEDEFGU' | LIKE STRING | Public | |
| GC_RULEDEFORULEPREBRF | Constant | BRF Plus EHP5 | 'RULEDEFORULEPREBRF' | LIKE STRING | Public |
| GC_RULEDEFORULEPRESEL | Instance Attribute | 'RULEDEFORULEPRESEL' | LIKE STRING | Public | |
| GC_RULEDEFORULETARGET | Constant | 'RULEDEFORULETARGET' | LIKE STRING | Public | |
| GC_SCTR | Constant | 'SCTR' | LIKE STRING | Public | |
| GC_STEP2 | Constant | 'step2' | LIKE STRING | Public | |
| GC_SUBSTEPOTHERS | Constant | 'SUBSTEPOTHERS' | LIKE STRING | Public | |
| GC_W_DISPLAY_DS | Constant | 'DISPLAY_DSCR' | LIKE STRING | Public | |
| GC_W_DISPLAY_DSCR | Constant | 'W_DISPLAY_DSCR' | LIKE STRING | Public | |
| GC_W_DISPLAY_HDR | Constant | 'W_DISPLAY_HDR' | LIKE STRING | Public | |
| GC_W_EDIT_DSCR | Constant | 'W_EDIT_DSCR' | LIKE STRING | Public | |
| GC_W_EDIT_HDR | Constant | 'W_EDIT_HDR' | LIKE STRING | Public | |
| GC_W_HEADER | Constant | 'W_HEADER' | LIKE STRING | Public | |
| GO_FPM | Instance Attribute | Interface for accessing FPM functionality | LIKE IF_FPM | Private | |
| GO_MESSAGE_MGR | Instance Attribute | FPM message manager public use | LIKE IF_FPM_MESSAGE_MANAGER | Private | |
| MV_PORTAL_MANAGER | Instance Attribute | Web Dynpro: Portal Integration | LIKE 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