SAP /FSCAA/CL_PROCESS OO Class - Process Layer









/FSCAA/CL_PROCESS 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_PROCESS 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 /FSCAA/CL_PROCESS is /FSCAA/CL_OBJECT

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /FSCAA/IF_PROCESS

Method list of /FSCAA/CL_PROCESS 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
CLASS_CONSTRUCTORPrivate
CALL METHOD /fscaa/cl_process=>CLASS_CONSTRUCTOR...more details

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

GET_ACCOUNT_REFERENCEDetermine interface for account processing.Protected
CALL METHOD /fscaa/cl_process=>GET_ACCOUNT_REFERENCE...more details

GET_ADDITIONAL_SHLPSPrivate
CALL METHOD /fscaa/cl_process=>GET_ADDITIONAL_SHLPS...more details

GET_ADD_SHLP_AVAILABLEPrivate
CALL METHOD /fscaa/cl_process=>GET_ADD_SHLP_AVAILABLE...more details

GET_BUSINESS_OBJECTSget business objects from listProtected
CALL METHOD /fscaa/cl_process=>GET_BUSINESS_OBJECTS...more details

GET_EXTERNAL_FIELDNAMEPrivate
CALL METHOD /fscaa/cl_process=>GET_EXTERNAL_FIELDNAME...more details

GET_FIELDMAPPINGPrivate
CALL METHOD /fscaa/cl_process=>GET_FIELDMAPPING...more details

GET_INTERNAL_FIELDNAMEPrivate
CALL METHOD /fscaa/cl_process=>GET_INTERNAL_FIELDNAME...more details

GET_IREF_ACCOUNT_CONTENTGet reference to an account that was read alreadyProtected
CALL METHOD /fscaa/cl_process=>GET_IREF_ACCOUNT_CONTENT...more details

GET_IREF_PARTNER_CONTENTGet reference to partner that was read alreadyProtected
CALL METHOD /fscaa/cl_process=>GET_IREF_PARTNER_CONTENT...more details

GET_IREF_SO_CONTENTGet reference to a standing order that was read alreadyProtected
CALL METHOD /fscaa/cl_process=>GET_IREF_SO_CONTENT...more details

GET_KEY_VALUE_LISTprepare return paramter as key-value-listPublic
CALL METHOD /fscaa/cl_process=>GET_KEY_VALUE_LIST...more details

GET_LASTKEY_INDEXget the last key index valuePrivate
CALL METHOD /fscaa/cl_process=>GET_LASTKEY_INDEX...more details

GET_LAST_KEY_INDEXPrivate
CALL METHOD /fscaa/cl_process=>GET_LAST_KEY_INDEX...more details

GET_PARTNER_REFERENCEDetermine interface for partner processing.Protected
CALL METHOD /fscaa/cl_process=>GET_PARTNER_REFERENCE...more details

GET_REFERENCEreturn a runtime instancePublic
CALL METHOD /fscaa/cl_process=>GET_REFERENCE...more details

GET_SO_REFERENCEDetermine interface for standing order processing.Protected
CALL METHOD /fscaa/cl_process=>GET_SO_REFERENCE...more details

IS_ADD_SHLP_AVAILABLECheck if an additional search existsPublic
CALL METHOD /fscaa/cl_process=>IS_ADD_SHLP_AVAILABLE...more details

PREPARE_RETURN_TABLEprepare return table of help valuesPrivate
CALL METHOD /fscaa/cl_process=>PREPARE_RETURN_TABLE...more details

REGISTER_4_XML_SUPPORTRegister an Instance for XML supportProtected
CALL METHOD /fscaa/cl_process=>REGISTER_4_XML_SUPPORT...more details

REGISTER_XML_SUPPORTERRegister instances that support XML serializationProtected
CALL METHOD /fscaa/cl_process=>REGISTER_XML_SUPPORTER...more details

REMOVE_COLUMNremove unwanted columnsPrivate
CALL METHOD /fscaa/cl_process=>REMOVE_COLUMN...more details

REMOVE_COLUMNSPrivate
CALL METHOD /fscaa/cl_process=>REMOVE_COLUMNS...more details

REMOVE_IREF_ACCOUNT_CONTENTremove reference to an accountProtected
CALL METHOD /fscaa/cl_process=>REMOVE_IREF_ACCOUNT_CONTENT...more details

REMOVE_IREF_PARTNER_CONTENTremove reference to partnerProtected
CALL METHOD /fscaa/cl_process=>REMOVE_IREF_PARTNER_CONTENT...more details

REMOVE_IREF_SO_CONTENTremove reference to a standing orderProtected
CALL METHOD /fscaa/cl_process=>REMOVE_IREF_SO_CONTENT...more details

SELECT_F4_VALUESSelect help valuesProtected
CALL METHOD /fscaa/cl_process=>SELECT_F4_VALUES...more details

SET_IREF_ACCOUNT_CONTENTset reference to an account that was readProtected
CALL METHOD /fscaa/cl_process=>SET_IREF_ACCOUNT_CONTENT...more details

SET_IREF_PARTNER_CONTENTset reference to partner that was readProtected
CALL METHOD /fscaa/cl_process=>SET_IREF_PARTNER_CONTENT...more details

SET_IREF_SO_CONTENTset reference to a standing order that was readProtected
CALL METHOD /fscaa/cl_process=>SET_IREF_SO_CONTENT...more details

SET_PARTNER_REFERENCESet partner id and refrenceProtected
CALL METHOD /fscaa/cl_process=>SET_PARTNER_REFERENCE...more details

UNREGISTER_XML_SUPPORTERUn-Register instances that support XML serializationProtected
CALL METHOD /fscaa/cl_process=>UNREGISTER_XML_SUPPORTER...more details



/FSCAA/CL_PROCESS 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_EXTENSIONInstance AttributeLIKE
Private
A_SERVICE_REQUESTInstance Attributeservice requestLIKE
STRING
Protected
A_TAB_IF_ACCOUNT_CONTENTInstance AttributeLIKE
Private
A_TAB_IF_PARTNER_CONTENTInstance AttributeLIKE
Private
A_TAB_IF_SO_CONTENTInstance AttributeLIKE
Private
A_TRANS_IDInstance AttributeLIKE
Private
CONSTANT_BO_ACCOUNTInstance AttributeLIKE
Private
CONSTANT_BO_ADDRESSInstance AttributeLIKE
Private
CONSTANT_BO_PARTNERInstance AttributeLIKE
Private
CONSTANT_BO_SOInstance AttributeLIKE
Private
CONSTANT_SEPARATORInstance AttributeLIKE
Private
CONS_CHANGE_MODEInstance AttributeLIKE
Private
CONS_CREATE_MODEInstance AttributeLIKE
Private
CONS_DELETE_MODEInstance AttributeLIKE
Private
CONS_GETDETAIL_MODEInstance AttributeLIKE
Private
CONS_MODIFY_MODEInstance AttributeLIKE
Private
STATIC_ADD_HELPSInstance AttributeLIKE
Private
STATIC_IREF_MAPPINGInstance AttributeLIKE
Private
STATIC_OREF_PROCESSInstance AttributeLIKE
Private
STATIC_TAB_ADD_FIELDMAPInstance AttributeLIKE
Private
STATIC_TAB_OREF_XML_SUPPORTInstance AttributeLIKE
Private
STATIC_UPDATE_REQUESTStatic AttributeReuse Library: Table with Function Module NamesLIKE
RLB_T_FUNC
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!