SAP /FSCAA/CL_OBJECT OO Class - FS-CAA: Main Object
/FSCAA/CL_OBJECT 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 /FSCAA/CL_OBJECT 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 /FSCAA/CL_OBJECT 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 |
| ALPHA_CONVERSION_INPUT | Conversion-Exit ALPHA, extern->intern | Public |
| CALL METHOD /fscaa/cl_object=>ALPHA_CONVERSION_INPUT...more details | ||
| ALPHA_CONVERSION_OUTPUT | Conversion-Exit ALPHA, intern->extern | Public |
| CALL METHOD /fscaa/cl_object=>ALPHA_CONVERSION_OUTPUT...more details | ||
| AUTHORITY_CHECK | Authority Check | Public |
| CALL METHOD /fscaa/cl_object=>AUTHORITY_CHECK...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /fscaa/cl_object=>CLASS_CONSTRUCTOR...more details | ||
| CLEAR_APPL_LOG_MESSAGES | Clear Messages in Application log | Public |
| CALL METHOD /fscaa/cl_object=>CLEAR_APPL_LOG_MESSAGES...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /fscaa/cl_object=>CONSTRUCTOR...more details | ||
|
| ||
| FINISH | End of Session | Public |
| CALL METHOD /fscaa/cl_object=>FINISH...more details | ||
| GET_MESSAGE_ID | Determine Message Class of FS-CAA | Public |
| CALL METHOD /fscaa/cl_object=>GET_MESSAGE_ID...more details | ||
| HANDLE_APPLICATION_LOG | display and close application log | Public |
| CALL METHOD /fscaa/cl_object=>HANDLE_APPLICATION_LOG...more details | ||
| IS_IT_FSCAA | Check if FS-CAA is already running | Public |
| CALL METHOD /fscaa/cl_object=>IS_IT_FSCAA...more details | ||
| SET_APPLICATION_LOG | Set reference of application log | Public |
| CALL METHOD /fscaa/cl_object=>SET_APPLICATION_LOG...more details | ||
| START | Start of session | Public |
| CALL METHOD /fscaa/cl_object=>START...more details | ||
| _2_STRING | XSTRING --> STRING | Public |
| CALL METHOD /fscaa/cl_object=>_2_STRING...more details | ||
| _2_UPPERCASE | Uppercase translation for fields in a structure | Public |
| CALL METHOD /fscaa/cl_object=>_2_UPPERCASE...more details | ||
| _2_XSTRING | STRING --> XSTRING | Public |
| CALL METHOD /fscaa/cl_object=>_2_XSTRING...more details | ||
/FSCAA/CL_OBJECT 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 |
| A_OREF_APPLICATION_LOG | Instance Attribute | CAA Logging class | LIKE /FSCAA/CL_LOGGING | Protected | |
| CONSTANT_BUSINESS_OBJECT | Instance Attribute | LIKE | Private | ||
| CONSTANT_DEST_NONE | Instance Attribute | LIKE | Private | ||
| CONSTANT_FALSE | Instance Attribute | LIKE | Private | ||
| CONSTANT_MSGID | Instance Attribute | LIKE | Private | ||
| CONSTANT_TRUE | Instance Attribute | LIKE | Private | ||
| STATIC_IREF_PROCESS | Instance Attribute | LIKE | Private |
Links to Related Class(s)
/FSCAA/C...Full list of available SAP object classes
Search for further information about these or an SAP related objects