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 NameDescriptionVisability
ALPHA_CONVERSION_INPUTConversion-Exit ALPHA, extern->internPublic
CALL METHOD /fscaa/cl_object=>ALPHA_CONVERSION_INPUT...more details

ALPHA_CONVERSION_OUTPUTConversion-Exit ALPHA, intern->externPublic
CALL METHOD /fscaa/cl_object=>ALPHA_CONVERSION_OUTPUT...more details

AUTHORITY_CHECKAuthority CheckPublic
CALL METHOD /fscaa/cl_object=>AUTHORITY_CHECK...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPublic
CALL METHOD /fscaa/cl_object=>CLASS_CONSTRUCTOR...more details

CLEAR_APPL_LOG_MESSAGESClear Messages in Application logPublic
CALL METHOD /fscaa/cl_object=>CLEAR_APPL_LOG_MESSAGES...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /fscaa/cl_object=>CONSTRUCTOR...more details

FINISHEnd of SessionPublic
CALL METHOD /fscaa/cl_object=>FINISH...more details

GET_MESSAGE_IDDetermine Message Class of FS-CAAPublic
CALL METHOD /fscaa/cl_object=>GET_MESSAGE_ID...more details

HANDLE_APPLICATION_LOGdisplay and close application logPublic
CALL METHOD /fscaa/cl_object=>HANDLE_APPLICATION_LOG...more details

IS_IT_FSCAACheck if FS-CAA is already runningPublic
CALL METHOD /fscaa/cl_object=>IS_IT_FSCAA...more details

SET_APPLICATION_LOGSet reference of application logPublic
CALL METHOD /fscaa/cl_object=>SET_APPLICATION_LOG...more details

STARTStart of sessionPublic
CALL METHOD /fscaa/cl_object=>START...more details

_2_STRINGXSTRING --> STRINGPublic
CALL METHOD /fscaa/cl_object=>_2_STRING...more details

_2_UPPERCASEUppercase translation for fields in a structurePublic
CALL METHOD /fscaa/cl_object=>_2_UPPERCASE...more details

_2_XSTRINGSTRING --> XSTRINGPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
A_OREF_APPLICATION_LOGInstance AttributeCAA Logging classLIKE
/FSCAA/CL_LOGGING
Protected
CONSTANT_BUSINESS_OBJECTInstance AttributeLIKE
Private
CONSTANT_DEST_NONEInstance AttributeLIKE
Private
CONSTANT_FALSEInstance AttributeLIKE
Private
CONSTANT_MSGIDInstance AttributeLIKE
Private
CONSTANT_TRUEInstance AttributeLIKE
Private
STATIC_IREF_PROCESSInstance AttributeLIKE
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



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!