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_OBJECTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /FSCAA/IF_PROCESSMethod 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 Name | Description | Visability |
| CLASS_CONSTRUCTOR | Private | |
| CALL METHOD /fscaa/cl_process=>CLASS_CONSTRUCTOR...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /fscaa/cl_process=>CONSTRUCTOR...more details | ||
| GET_ACCOUNT_REFERENCE | Determine interface for account processing. | Protected |
| CALL METHOD /fscaa/cl_process=>GET_ACCOUNT_REFERENCE...more details | ||
| GET_ADDITIONAL_SHLPS | Private | |
| CALL METHOD /fscaa/cl_process=>GET_ADDITIONAL_SHLPS...more details | ||
| GET_ADD_SHLP_AVAILABLE | Private | |
| CALL METHOD /fscaa/cl_process=>GET_ADD_SHLP_AVAILABLE...more details | ||
| GET_BUSINESS_OBJECTS | get business objects from list | Protected |
| CALL METHOD /fscaa/cl_process=>GET_BUSINESS_OBJECTS...more details | ||
|
| ||
| GET_EXTERNAL_FIELDNAME | Private | |
| CALL METHOD /fscaa/cl_process=>GET_EXTERNAL_FIELDNAME...more details | ||
| GET_FIELDMAPPING | Private | |
| CALL METHOD /fscaa/cl_process=>GET_FIELDMAPPING...more details | ||
| GET_INTERNAL_FIELDNAME | Private | |
| CALL METHOD /fscaa/cl_process=>GET_INTERNAL_FIELDNAME...more details | ||
| GET_IREF_ACCOUNT_CONTENT | Get reference to an account that was read already | Protected |
| CALL METHOD /fscaa/cl_process=>GET_IREF_ACCOUNT_CONTENT...more details | ||
| GET_IREF_PARTNER_CONTENT | Get reference to partner that was read already | Protected |
| CALL METHOD /fscaa/cl_process=>GET_IREF_PARTNER_CONTENT...more details | ||
| GET_IREF_SO_CONTENT | Get reference to a standing order that was read already | Protected |
| CALL METHOD /fscaa/cl_process=>GET_IREF_SO_CONTENT...more details | ||
| GET_KEY_VALUE_LIST | prepare return paramter as key-value-list | Public |
| CALL METHOD /fscaa/cl_process=>GET_KEY_VALUE_LIST...more details | ||
| GET_LASTKEY_INDEX | get the last key index value | Private |
| CALL METHOD /fscaa/cl_process=>GET_LASTKEY_INDEX...more details | ||
| GET_LAST_KEY_INDEX | Private | |
| CALL METHOD /fscaa/cl_process=>GET_LAST_KEY_INDEX...more details | ||
| GET_PARTNER_REFERENCE | Determine interface for partner processing. | Protected |
| CALL METHOD /fscaa/cl_process=>GET_PARTNER_REFERENCE...more details | ||
| GET_REFERENCE | return a runtime instance | Public |
| CALL METHOD /fscaa/cl_process=>GET_REFERENCE...more details | ||
| GET_SO_REFERENCE | Determine interface for standing order processing. | Protected |
| CALL METHOD /fscaa/cl_process=>GET_SO_REFERENCE...more details | ||
| IS_ADD_SHLP_AVAILABLE | Check if an additional search exists | Public |
| CALL METHOD /fscaa/cl_process=>IS_ADD_SHLP_AVAILABLE...more details | ||
| PREPARE_RETURN_TABLE | prepare return table of help values | Private |
| CALL METHOD /fscaa/cl_process=>PREPARE_RETURN_TABLE...more details | ||
| REGISTER_4_XML_SUPPORT | Register an Instance for XML support | Protected |
| CALL METHOD /fscaa/cl_process=>REGISTER_4_XML_SUPPORT...more details | ||
| REGISTER_XML_SUPPORTER | Register instances that support XML serialization | Protected |
| CALL METHOD /fscaa/cl_process=>REGISTER_XML_SUPPORTER...more details | ||
| REMOVE_COLUMN | remove unwanted columns | Private |
| CALL METHOD /fscaa/cl_process=>REMOVE_COLUMN...more details | ||
| REMOVE_COLUMNS | Private | |
| CALL METHOD /fscaa/cl_process=>REMOVE_COLUMNS...more details | ||
| REMOVE_IREF_ACCOUNT_CONTENT | remove reference to an account | Protected |
| CALL METHOD /fscaa/cl_process=>REMOVE_IREF_ACCOUNT_CONTENT...more details | ||
| REMOVE_IREF_PARTNER_CONTENT | remove reference to partner | Protected |
| CALL METHOD /fscaa/cl_process=>REMOVE_IREF_PARTNER_CONTENT...more details | ||
| REMOVE_IREF_SO_CONTENT | remove reference to a standing order | Protected |
| CALL METHOD /fscaa/cl_process=>REMOVE_IREF_SO_CONTENT...more details | ||
| SELECT_F4_VALUES | Select help values | Protected |
| CALL METHOD /fscaa/cl_process=>SELECT_F4_VALUES...more details | ||
| SET_IREF_ACCOUNT_CONTENT | set reference to an account that was read | Protected |
| CALL METHOD /fscaa/cl_process=>SET_IREF_ACCOUNT_CONTENT...more details | ||
| SET_IREF_PARTNER_CONTENT | set reference to partner that was read | Protected |
| CALL METHOD /fscaa/cl_process=>SET_IREF_PARTNER_CONTENT...more details | ||
| SET_IREF_SO_CONTENT | set reference to a standing order that was read | Protected |
| CALL METHOD /fscaa/cl_process=>SET_IREF_SO_CONTENT...more details | ||
| SET_PARTNER_REFERENCE | Set partner id and refrence | Protected |
| CALL METHOD /fscaa/cl_process=>SET_PARTNER_REFERENCE...more details | ||
| UNREGISTER_XML_SUPPORTER | Un-Register instances that support XML serialization | Protected |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| A_OREF_EXTENSION | Instance Attribute | LIKE | Private | ||
| A_SERVICE_REQUEST | Instance Attribute | service request | LIKE STRING | Protected | |
| A_TAB_IF_ACCOUNT_CONTENT | Instance Attribute | LIKE | Private | ||
| A_TAB_IF_PARTNER_CONTENT | Instance Attribute | LIKE | Private | ||
| A_TAB_IF_SO_CONTENT | Instance Attribute | LIKE | Private | ||
| A_TRANS_ID | Instance Attribute | LIKE | Private | ||
| CONSTANT_BO_ACCOUNT | Instance Attribute | LIKE | Private | ||
| CONSTANT_BO_ADDRESS | Instance Attribute | LIKE | Private | ||
| CONSTANT_BO_PARTNER | Instance Attribute | LIKE | Private | ||
| CONSTANT_BO_SO | Instance Attribute | LIKE | Private | ||
| CONSTANT_SEPARATOR | Instance Attribute | LIKE | Private | ||
| CONS_CHANGE_MODE | Instance Attribute | LIKE | Private | ||
| CONS_CREATE_MODE | Instance Attribute | LIKE | Private | ||
| CONS_DELETE_MODE | Instance Attribute | LIKE | Private | ||
| CONS_GETDETAIL_MODE | Instance Attribute | LIKE | Private | ||
| CONS_MODIFY_MODE | Instance Attribute | LIKE | Private | ||
| STATIC_ADD_HELPS | Instance Attribute | LIKE | Private | ||
| STATIC_IREF_MAPPING | Instance Attribute | LIKE | Private | ||
| STATIC_OREF_PROCESS | Instance Attribute | LIKE | Private | ||
| STATIC_TAB_ADD_FIELDMAP | Instance Attribute | LIKE | Private | ||
| STATIC_TAB_OREF_XML_SUPPORT | Instance Attribute | LIKE | Private | ||
| STATIC_UPDATE_REQUEST | Static Attribute | Reuse Library: Table with Function Module Names | LIKE 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