SAP ABAP Class /FSCAA/CL_ACCOUNT (Account Management Content)
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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /FSCAA/CL_ATTRIBUTE_SERVICES Services for Attribute Classes 20040309
2 Interface implementation (CLASS c. INTERFACES i_ref)  /FSCAA/IF_ACCOUNT_ATTRIBUTES Account Managment Attributes 20040216
3 Interface implementation (CLASS c. INTERFACES i_ref)  /FSCAA/IF_ACCOUNT_CONTENT Interface for account content 20040216
4 Interface implementation (CLASS c. INTERFACES i_ref)  /FSCAA/IF_ACCOUNT_ITEMS_SEARCH Interface to specify search criteria for itemlist 20040227
5 Interface implementation (CLASS c. INTERFACES i_ref)  /FSCAA/IF_XML_SUPPORT Class is supporting XML creation 20040216
Properties
Class /FSCAA/CL_ACCOUNT  
Short Description Account Management Content    
Super Class /FSCAA/CL_ATTRIBUTE_SERVICES Services for Attribute Classes 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package /FSCAA/CSL   FS-CAA Service Layer 
Created 20040216   SAP 
Last change 20050219   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /FSCAA/CL_ACCOUNT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /FSCAA/IF_ACCOUNT_ATTRIBUTES Account Managment Attributes 20040216
2 /FSCAA/IF_ACCOUNT_CONTENT Interface for account content 20040216
3 /FSCAA/IF_ACCOUNT_ITEMS_SEARCH Interface to specify search criteria for itemlist 20040227
4 /FSCAA/IF_XML_SUPPORT Class is supporting XML creation 20040216
Friends
# Friend Modeled only Created on Description
1 /FSCAA/CL_INSTANCE_MANAGER 20041220 CAA Instance Manager
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_ACCOUNT Instance attribute Protected Attribute reference (LIKE) 20040216
2 A_ACCOUNT_ADMIN Instance attribute Protected Attribute reference (LIKE) 20040218
3 A_ACCOUNT_BALANCE Instance attribute Protected Attribute reference (LIKE) 20040224
4 A_ACCOUNT_DESCRIPTION Instance attribute Protected Attribute reference (LIKE) 20040315
5 A_ACCOUNT_HOLDER Instance attribute Protected Attribute reference (LIKE) 20040219
6 A_ACCOUNT_IDENTIFICATION Instance attribute Protected Attribute reference (LIKE) 20040218
7 A_AM_ACCOUNT_ADMIN_TEXTE Instance attribute Protected Attribute reference (LIKE) 20040224
8 A_AM_ACCOUNT_BALANCE_TEXT Instance attribute Protected Attribute reference (LIKE) 20040224
9 A_IDENTIFIER Instance attribute Protected Attribute reference (LIKE) 20040311
10 A_IGNORE_ERROR Instance attribute Protected Attribute reference (LIKE) 20040227
11 A_IREF_ACCOUNT_ATTRIBUTES Instance attribute Protected Attribute reference (LIKE) 20040308
12 A_IREF_CONTENT Instance attribute Protected Attribute reference (LIKE) 20040309
13 A_IREF_MAPPING_MGR Instance attribute Protected Attribute reference (LIKE) 20040216
14 A_IREF_NOTICE Instance attribute Protected Attribute reference (LIKE) 20040216
15 A_IREF_PARTNER Instance attribute Protected Attribute reference (LIKE) 20040315
16 A_IREF_PLAIN_DATA Instance attribute Protected Attribute reference (LIKE) 20040319
17 A_IREF_SEARCH_ITEMLIST Instance attribute Protected Attribute reference (LIKE) 20040227
18 A_LIMIT_EXTERNAL Instance attribute Protected Attribute reference (LIKE) 20040225
19 A_LIMIT_EXTERNAL_TEXT Instance attribute Protected Attribute reference (LIKE) 20040225
20 A_LIMIT_INTERNAL Instance attribute Protected Attribute reference (LIKE) 20040225
21 A_LIMIT_INTERNAL_TEXT Instance attribute Protected Attribute reference (LIKE) 20040225
22 A_LIMIT_OVERDRAFT Instance attribute Protected Attribute reference (LIKE) 20040225
23 A_LIMIT_OVERDRAFT_TEXT Instance attribute Protected Attribute reference (LIKE) 20040225
24 A_OREF_EXTENSIONS Instance attribute Protected Attribute reference (LIKE) 20040216
25 A_PRODUCT Instance attribute Protected Attribute reference (LIKE) 20040311
26 A_RECEIVER Instance attribute Protected Attribute reference (LIKE) 20040322
27 A_SEARCH Instance attribute Protected Attribute reference (LIKE) 20040227
28 A_TAB_ACCOUNT_AVAMNT Instance attribute Protected Attribute reference (LIKE) 20041027
29 A_TAB_ACCOUNT_ITEMLIST Instance attribute Protected Attribute reference (LIKE) 20040227
30 A_TAB_ACCOUNT_LIST Instance attribute Protected Attribute reference (LIKE) 20040219
31 A_TAB_ACCOUNT_LOCKS Instance attribute Protected Attribute reference (LIKE) 20040218
32 A_TAB_ADD_PARTNER Instance attribute Protected Attribute reference (LIKE) 20040326
33 A_TAB_ATTRIBUTES Instance attribute Protected Attribute reference (LIKE) 20040219
34 A_TAB_EXTENSION_ATTRIBUTES Instance attribute Protected Attribute reference (LIKE) 20040219
35 A_TAB_FIELDINFO Instance attribute Protected Attribute reference (LIKE) 20040218
36 A_TAB_STANDING_ORDER_LIST Instance attribute Protected Attribute reference (LIKE) 20040304
37 CONSTANT_FIELD_HIDDEN Constant Protected Type reference (TYPE) FELDSTATUS '-' 20040216
38 CONSTANT_FIELD_INPUT Constant Protected Type reference (TYPE) FELDSTATUS '.' 20040216
39 CONSTANT_FIELD_REQUIRED Constant Protected Type reference (TYPE) FELDSTATUS '+' 20040216
40 STATIC_IREF_MAPPING Static Attribute Protected Object reference (TYPE REF TO) /FSCAA/IF_MAPPING_MGR 20040216
41 STATIC_TAB_SHLP Static Attribute Protected Type reference (TYPE) /FSCAA/TAB_USED_SHLP 20040216
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040216
2 DETERMINE_TEXT Instance method Protected Method 20040225
3 GET_ATTRIBUTES Instance method Private Method get field attributes 20040219
4 GET_TEXT Instance method Protected Method 20040309
Events
Class /FSCAA/CL_ACCOUNT has no event.
Types
Class /FSCAA/CL_ACCOUNT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /FSCAA/CL_ACCOUNT has no parameter.
Method CONSTRUCTOR on class /FSCAA/CL_ACCOUNT has no exception.

Method DETERMINE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_DATA_RETURN Call by reference Object reference (TYPE REF TO) DATA 20040225
2 Importing PI_COUNTRY Call by reference Type reference (TYPE) /FSCAA/SHLP_COUNTRY 20040225
3 Importing PI_DATA Call by reference Object reference (TYPE REF TO) DATA 20040225
4 Importing PI_TABNAME Call by reference Type reference (TYPE) TABNAME 20040225

Method DETERMINE_TEXT on class /FSCAA/CL_ACCOUNT has no exception.

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_CATEGORY Call by reference Type reference (TYPE) C 20040225
2 Importing PI_FIELDSTATUS Call by reference Type reference (TYPE) FELDSTATUS 20040219
3 Importing PI_TABNAME Call by reference Type reference (TYPE) TABNAME 20040219
4 Returning PR_TAB_FIELD_ATTRIBUTES Value transfer Type reference (TYPE) /FSCAA/TAB_FIELD_ATTRIBUTES 20040219

Method GET_ATTRIBUTES on class /FSCAA/CL_ACCOUNT has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME 20040309
2 Importing PI_REF_2_DATA Call by reference Object reference (TYPE REF TO) DATA 20040309
3 Importing PI_TABNAME Call by reference Type reference (TYPE) TABNAME 20040309
4 Returning PR_STRING Value transfer Type reference (TYPE) STRING 20040309

Method GET_TEXT on class /FSCAA/CL_ACCOUNT has no exception.
History
Last changed by/on SAP  20050219 
SAP Release Created in 462_10