SAP /FSCAA/IF_EX_ACCOUNT_MGMT OO Class - BAdI-Interface /FSCAA/IF_EX_BUS_PARTNER
/FSCAA/IF_EX_ACCOUNT_MGMT 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/IF_EX_ACCOUNT_MGMT 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/IF_EX_ACCOUNT_MGMT 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 |
| ACCOUNT_GETDETAILS | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>ACCOUNT_GETDETAILS...more details | ||
| ARE_FMOD_ATTRIBS_PROVIDED | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>ARE_FMOD_ATTRIBS_PROVIDED...more details | ||
| CHANGE_ACCOUNT_CHANGED | An Account has been changed | Public |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CHANGE_ACCOUNT_CHANGED...more details | ||
| CHANGE_ACCOUNT_EXECUTE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CHANGE_ACCOUNT_EXECUTE...more details | ||
| CHANGE_STANDING_ORDER_CHANGED | A standing order is changed | Public |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CHANGE_STANDING_ORDER_CHANGED...more details | ||
| CHANGE_STANDING_ORDER_EXECUTE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CHANGE_STANDING_ORDER_EXECUTE...more details | ||
|
| ||
| CLOSE_ACCOUNT_CLOSED | An Account has been closed | Public |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CLOSE_ACCOUNT_CLOSED...more details | ||
| CLOSE_ACCOUNT_EXECUTE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CLOSE_ACCOUNT_EXECUTE...more details | ||
| COMPLETE_ADD_PARTNER_TABLE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>COMPLETE_ADD_PARTNER_TABLE...more details | ||
| CREATE_ACCOUNT_CREATED | Account has been created | Public |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CREATE_ACCOUNT_CREATED...more details | ||
| CREATE_ACCOUNT_EXECUTE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CREATE_ACCOUNT_EXECUTE...more details | ||
| CREATE_STANDING_ORDER_CREATED | A standing order is created | Public |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CREATE_STANDING_ORDER_CREATED...more details | ||
| CREATE_STANDING_ORDER_EXECUTE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>CREATE_STANDING_ORDER_EXECUTE...more details | ||
| DELETE_STANDING_ORDER_DELETED | A standing order is deleted | Public |
| CALL METHOD /fscaa/if_ex_account_mgmt=>DELETE_STANDING_ORDER_DELETED...more details | ||
| DELETE_STANDING_ORDER_EXECUTE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>DELETE_STANDING_ORDER_EXECUTE...more details | ||
| DETERMINE_ROLES | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>DETERMINE_ROLES...more details | ||
| GENERATE_XML_DOCUMENT_START | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>GENERATE_XML_DOCUMENT_START...more details | ||
| GET_AM_PRODUCT_KEY | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>GET_AM_PRODUCT_KEY...more details | ||
| GET_BANK_AREA | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>GET_BANK_AREA...more details | ||
| PREPARE_ACCOUNT_CHANGE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>PREPARE_ACCOUNT_CHANGE...more details | ||
| PREPARE_ACCOUNT_CLOSE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>PREPARE_ACCOUNT_CLOSE...more details | ||
| PREPARE_ACCOUNT_CREATION | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>PREPARE_ACCOUNT_CREATION...more details | ||
| PREPARE_ACCOUNT_DISPLAY | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>PREPARE_ACCOUNT_DISPLAY...more details | ||
| PREPARE_STANDING_ORDER_CHANGE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>PREPARE_STANDING_ORDER_CHANGE...more details | ||
| PREPARE_STANDING_ORDER_CREATE | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>PREPARE_STANDING_ORDER_CREATE...more details | ||
| PREPARE_STANDING_ORDER_DISPLAY | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>PREPARE_STANDING_ORDER_DISPLAY...more details | ||
| SO_GET_CONTROL_DATA | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>SO_GET_CONTROL_DATA...more details | ||
| STANDING_ORDER_GETDETAILS | Private | |
| CALL METHOD /fscaa/if_ex_account_mgmt=>STANDING_ORDER_GETDETAILS...more details | ||
| STANDING_ORDER_GETLIST | Get List of Standing Orders | Public |
| CALL METHOD /fscaa/if_ex_account_mgmt=>STANDING_ORDER_GETLIST...more details | ||
Links to Related Class(s)
/FSCAA/I...Full list of available SAP object classes
Search for further information about these or an SAP related objects