SAP CL_CACS_OAP OO Class - FOA: Assignment Process
CL_CACS_OAP 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_OAP 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 CL_CACS_OAP 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 |
| CHECKAUTHORITY | Checks Authorization for Activity In Process Instance | Public |
| CALL METHOD cl_cacs_oap=>CHECKAUTHORITY...more details | ||
| CHECKCTXT | Checks Environment Information of Process | Public |
| CALL METHOD cl_cacs_oap=>CHECKCTXT...more details | ||
| CONSTRUCTOR | Constructor of Assignment Process | Public |
| CALL METHOD cl_cacs_oap=>CONSTRUCTOR...more details | ||
| DELETE | Deletes Process Instance | Public |
| CALL METHOD cl_cacs_oap=>DELETE...more details | ||
| DISPLAYLOG | Displays Process Log | Public |
| CALL METHOD cl_cacs_oap=>DISPLAYLOG...more details | ||
| DISPLAYWFLOG | Displays Workflow Log for Process | Public |
| CALL METHOD cl_cacs_oap=>DISPLAYWFLOG...more details | ||
|
| ||
| FORCEDELBYID | Forces Deletion of Process Without Check | Public |
| CALL METHOD cl_cacs_oap=>FORCEDELBYID...more details | ||
| GETAPDATTR | Gets Attributes of Process Definition | Public |
| CALL METHOD cl_cacs_oap=>GETAPDATTR...more details | ||
| GETAPILISTBYID | Gets List of Processes with Specified Numbers | Public |
| CALL METHOD cl_cacs_oap=>GETAPILISTBYID...more details | ||
| GETAPSIATTR | Gets Attributes of Step in Process | Public |
| CALL METHOD cl_cacs_oap=>GETAPSIATTR...more details | ||
| GETAPSIS | Gets Steps in Process | Public |
| CALL METHOD cl_cacs_oap=>GETAPSIS...more details | ||
| GETATTR | Gets Attributes of Process Instance | Public |
| CALL METHOD cl_cacs_oap=>GETATTR...more details | ||
| GETNUMBER | Gets Number for Update of New Process Instance | Public |
| CALL METHOD cl_cacs_oap=>GETNUMBER...more details | ||
| GETRSVAR | Gets Definition of Variant for Environment Information | Public |
| CALL METHOD cl_cacs_oap=>GETRSVAR...more details | ||
| LOCK | Locks Process and All Its Steps | Public |
| CALL METHOD cl_cacs_oap=>LOCK...more details | ||
| SAVE | Saves Definition of Process Instance | Public |
| CALL METHOD cl_cacs_oap=>SAVE...more details | ||
| SAVELOG | Saves Application Log of Process Instance | Public |
| CALL METHOD cl_cacs_oap=>SAVELOG...more details | ||
| SETAPSIATTR | Sets Attributes of Step in Process | Public |
| CALL METHOD cl_cacs_oap=>SETAPSIATTR...more details | ||
| SETATTR | Sets Attributes of Process Instance | Public |
| CALL METHOD cl_cacs_oap=>SETATTR...more details | ||
| UNLOCK | Unlocks Process and All Its Steps | Public |
| CALL METHOD cl_cacs_oap=>UNLOCK...more details | ||
CL_CACS_OAP 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_BAL_OBJECT | Constant | Application Log: Object Name (Application Code) | 'CACSOA' | LIKE BALOBJ_D | Private |
| GC_BAL_SUBOBJECT | Constant | Application Log: Subobject | 'OAP' | LIKE BALSUBOBJ | Private |
| GC_CTXTSTRUCTTYP | Constant | FOA: Usage Type of Structure for Interface Definition | '6' | LIKE CACSOASTRUCTTYP | Public |
| GC_DEFAULT_MSGID | Constant | Message Class | 'CACSOA' | LIKE SYMSGID | Private |
| GC_DELETE | Constant | FOA: Update Indicator for Worklist | 'D' | LIKE CACSOAUPDKNZ | Public |
| GC_FALSE | Constant | Boolean Variable (X=True, -=False, Space=Unknown) | ' ' | LIKE BOOLEAN_FLG | Public |
| GC_INSERT | Constant | FOA: Update Indicator for Worklist | 'I' | LIKE CACSOAUPDKNZ | Public |
| GC_NROBJ | Constant | FOA: Number of Process Instance | 'CACSOAPIID' | LIKE NROBJ | Public |
| GC_OAPIACT_CHANGE | Constant | FOA: Activity for Assignment Process | '2' | LIKE CACSOAPIACT | Public |
| GC_OAPIACT_CREATE | Constant | FOA: Activity for Assignment Process | '1' | LIKE CACSOAPIACT | Public |
| GC_OAPIACT_DELETE | Constant | FOA: Activity for Assignment Process | '4' | LIKE CACSOAPIACT | Public |
| GC_OAPIACT_DISPLAY | Constant | FOA: Activity for Assignment Process | '3' | LIKE CACSOAPIACT | Public |
| GC_OAPIACT_FORCEDEL | Constant | FOA: Activity for Assignment Process | '5' | LIKE CACSOAPIACT | Public |
| GC_OAPIACT_RELEASE | Constant | FOA: Activity for Assignment Process | '7' | LIKE CACSOAPIACT | Public |
| GC_TEMPOAPIID | Constant | FOA: Number of Process Instance | '$' | LIKE CACSOAPIID | Public |
| GC_TRUE | Constant | Boolean Variable (X=True, -=False, Space=Unknown) | 'X' | LIKE BOOLEAN_FLG | Public |
| GC_UPDATE | Constant | FOA: Update Indicator for Worklist | 'U' | LIKE CACSOAUPDKNZ | Public |
| GD_CONSTRFAIL | Static Attribute | Execution of constructor failed | LIKE BOOLEAN_FLG | Public | |
| MD_CHANGED | Instance Attribute | Boolean Variables (X=true, space=false) | LIKE BOOLEAN_FLG | Public | |
| MD_OAPIACT | Instance Attribute | FOA: Activity for Assignment Process | LIKE CACSOAPIACT | Private | |
| MO_BAL | Instance Attribute | CACS: Application Log | LIKE CL_CACS_BAL | Public | |
| MR_APPLCNTXT | Instance Attribute | Application Context for Creating Worklists | LIKE DATA | Private | |
| MS_OAPIM | Instance Attribute | FOA: Process Instance, Header (Meta Object) | LIKE CACS_S_OAPIM | Private | |
| MT_OAPSI_REF | Instance Attribute | FOA: References to Steps in Assignment Process | LIKE CACS_TT_OAPSI_REF | Private | |
| MT_OAWL_REF | Instance Attribute | FOA: List of Worklists with Number and Reference | LIKE CACS_TT_OAWL_REF | Protected |
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