SAP /FSCAA/IF_PLAIN_ACCOUNT_DATA OO Class - Plain Account data from BCA
/FSCAA/IF_PLAIN_ACCOUNT_DATA 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_PLAIN_ACCOUNT_DATA 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_PLAIN_ACCOUNT_DATA 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 |
| GET_BAPIACCNTIDENTIF | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIACCNTIDENTIF...more details | ||
| GET_BAPIACCNTLIMIT | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIACCNTLIMIT...more details | ||
| GET_BAPIACCNTMDATA | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIACCNTMDATA...more details | ||
| GET_BAPIACCOUNTLOCKS | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIACCOUNTLOCKS...more details | ||
| GET_BAPIACNTAVAMNT | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIACNTAVAMNT...more details | ||
| GET_BAPIACNTBALANCE | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIACNTBALANCE...more details | ||
|
| ||
| GET_BAPIACNTNOTICE | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIACNTNOTICE...more details | ||
| GET_BAPIACNTPERIOD | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIACNTPERIOD...more details | ||
| GET_BAPIBUSPARTNER | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIBUSPARTNER...more details | ||
| GET_BAPIOPMDATA | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIOPMDATA...more details | ||
| GET_BAPIPAYMENTITEM | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIPAYMENTITEM...more details | ||
| GET_BAPIPAYMENTNOTES | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_BAPIPAYMENTNOTES...more details | ||
| GET_IREF_ACCOUNT_ATTRIBUTES | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_IREF_ACCOUNT_ATTRIBUTES...more details | ||
| GET_IREF_ACCOUNT_CONTENT | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>GET_IREF_ACCOUNT_CONTENT...more details | ||
| SET_ACCOUNT_ID | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_ACCOUNT_ID...more details | ||
| SET_BAPIACCNTIDENTIF | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIACCNTIDENTIF...more details | ||
| SET_BAPIACCNTLIMIT | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIACCNTLIMIT...more details | ||
| SET_BAPIACCNTMDATA | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIACCNTMDATA...more details | ||
| SET_BAPIACCOUNTLOCKS | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIACCOUNTLOCKS...more details | ||
| SET_BAPIACNTAVAMNT | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIACNTAVAMNT...more details | ||
| SET_BAPIACNTBALANCE | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIACNTBALANCE...more details | ||
| SET_BAPIACNTNOTICE | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIACNTNOTICE...more details | ||
| SET_BAPIACNTPERIOD | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIACNTPERIOD...more details | ||
| SET_BAPIBUSPARTNER | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIBUSPARTNER...more details | ||
| SET_BAPIOPMDATA | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIOPMDATA...more details | ||
| SET_BAPIPAYMENTITEM | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIPAYMENTITEM...more details | ||
| SET_BAPIPAYMENTNOTES | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_BAPIPAYMENTNOTES...more details | ||
| SET_IREF_ACCOUNT_ATTRIBUTES | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_IREF_ACCOUNT_ATTRIBUTES...more details | ||
| SET_IREF_ACCOUNT_CONTENT | Private | |
| CALL METHOD /fscaa/if_plain_account_data=>SET_IREF_ACCOUNT_CONTENT...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