SAP ABAP Interface /FSCAA/IF_ACCOUNT (Interface Account Management)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   IS-B-BCA (Application Component) Bank Customer Accounts
     /FSCAA/CSL (Package) FS-CAA Service Layer
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /FSCAA/CL_IMPL_ACCOUNT Implementation Account Management (BCA) 20031126
Properties
Interface /FSCAA/IF_ACCOUNT  
Short Description Interface Account Management    
General Data
Package /FSCAA/CSL   FS-CAA Service Layer 
Created 20031124   SAP 
Last changed 20110810   SAP 
Unicode checks active    
Forward declarations
Interface /FSCAA/IF_ACCOUNT has no forward declaration.
Interfaces
Interface /FSCAA/IF_ACCOUNT has no interface.
Friends
Interface /FSCAA/IF_ACCOUNT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_ACCOUNT Instance attribute Public Type reference (TYPE) /FSCAA/ACCOUNT_ID 20040216
2 A_RUNNING_MODE Instance attribute Public Type reference (TYPE) /FSCAA/MODES 20040216
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_ACCOUNT_EXECUTE Instance method Public Method change an account 20040318
2 CLOSE_ACCOUNT_EXECUTE Instance method Public Method close an account 20040322
3 CREATE_ACCOUNT_EXECUTE Instance method Public Method create an account 20040315
4 CREATE_ACCOUNT_PREPARE Instance method Public Method Prepare account creation 20040311
5 DISPLAY_ACCOUNT_PREPARE Instance method Public Method get attributes for details of an account 20040217
6 GET_ACCOUNT Instance method Public Method 20040216
7 GET_ACCOUNT_AVAMNT Instance method Public Method get the account available amount 20041027
8 GET_ACCOUNT_BALANCE Instance method Public Method get the account balance 20040224
9 GET_ACCOUNT_ITEMLIST Instance method Public Method get the account item list 20040227
10 GET_DETAILS Instance method Public Method get the account details 20040217
11 GET_RUNNING_MODE Instance method Public Method 20040216
12 GET_SOME_DETAILS Instance method Public Method Get some account details 20100716
13 SET_ACCOUNT Instance method Public Method 20040216
14 SET_RUNNING_MODE Instance method Public Method 20031127
Events
Interface /FSCAA/IF_ACCOUNT has no event.
Types
Interface /FSCAA/IF_ACCOUNT has no local type.
Method Signatures

Method CHANGE_ACCOUNT_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20040318
2 Importing PI_IREF_ACTIVE_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20040318
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20041230

Method CLOSE_ACCOUNT_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20040322
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20041230

Method CREATE_ACCOUNT_EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20040315
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20041230

Method CREATE_ACCOUNT_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20040311
2 Importing PI_IREF_ACCOUNT_ATTRIBUTES Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_ATTRIBUTES 20040311
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20041230

Method DISPLAY_ACCOUNT_PREPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20040217
2 Importing PI_IREF_ACCOUNT_ATTRIBUTES Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_ATTRIBUTES 20040217
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20041230

Method GET_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ACCOUNT Value transfer Type reference (TYPE) /FSCAA/ACCOUNT_ID 20040216

Method GET_ACCOUNT on Interface /FSCAA/IF_ACCOUNT has no exception.

Method GET_ACCOUNT_AVAMNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20041027
2 Importing PI_IREF_ACCOUNT_ATTRIBUTES Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_ATTRIBUTES 20041027
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20041230

Method GET_ACCOUNT_BALANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20040224
2 Importing PI_IREF_ACCOUNT_ATTRIBUTES Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_ATTRIBUTES 20040224
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20041230

Method GET_ACCOUNT_ITEMLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20040227
2 Importing PI_IREF_ACCOUNT_ATTRIBUTES Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_ATTRIBUTES 20040227
3 Importing PI_IREF_SEARCH_CRIT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_ITEMS_SEARCH 20040227
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20041230

Method GET_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20040217
2 Exporting PE_IREF_ACCOUNT_ATTRIBUTES Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_ATTRIBUTES 20040224
3 Importing PI_SEACH_PURPOSE Call by reference Type reference (TYPE) BOOLEAN SPACE 20041020
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20041230

Method GET_RUNNING_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_MODE Value transfer Type reference (TYPE) BU_AKTYP 20040216

Method GET_RUNNING_MODE on Interface /FSCAA/IF_ACCOUNT has no exception.

Method GET_SOME_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_IREF_ACCOUNT Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_CONTENT 20100716
2 Exporting PE_IREF_ACCOUNT_ATTRIBUTES Call by reference Object reference (TYPE REF TO) /FSCAA/IF_ACCOUNT_ATTRIBUTES 20100716
3 Importing PI_SEACH_PURPOSE Call by reference Type reference (TYPE) BOOLEAN SPACE 20100716
# Exception Resumable Description Created on
1 /FSCAA/CX_EXCEPTION FS-CAA Exception class 20100716

Method SET_ACCOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ACCOUNT Call by reference Type reference (TYPE) /FSCAA/ACCOUNT_ID 20040216

Method SET_ACCOUNT on Interface /FSCAA/IF_ACCOUNT has no exception.

Method SET_RUNNING_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_MODE Call by reference Type reference (TYPE) BU_AKTYP 20031127

Method SET_RUNNING_MODE on Interface /FSCAA/IF_ACCOUNT has no exception.
History
Last changed by/on SAP  20110810 
SAP Release Created in 462_10