SAP ABAP Class CL_FICO_SERV_FLD_LSTS (FICO: Individualization of Field List Administration)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FIM-FCO (Application Component) Financial Conditions
⤷
FICO (Package) Financial Conditions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FICO_GENERAL_CONSTANTS | FICO Constants | 20060406 |
Properties
| Class | CL_FICO_SERV_FLD_LSTS | |
| Short Description | FICO: Individualization of Field List Administration | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | FICO1 | |
| Program status | ||
| Category | 0 | |
| Package | FICO | Financial Conditions |
| Created | 20060227 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FICO_SERV_FLD_LSTS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FICO_GENERAL_CONSTANTS | FICO Constants | 20060406 |
Friends
Class CL_FICO_SERV_FLD_LSTS has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20060227 | |
| 2 | Static method | Private | Method | List of Fields/Fill Tables | 20060406 | |
| 3 | Static method | Private | Method | List of Fields/Fill Tables | 20060406 | |
| 4 | Static method | Public | Method | Create Data of Category FICO Normal Without Key Fields | 20061106 | |
| 5 | Instance method | Public | Method | Decodes GUID and Gets Field List | 20060227 | |
| 6 | Instance method | Private | Method | Splits String in Field List | 20060227 | |
| 7 | Instance method | Public | Method | Codes Field List to a GUID | 20060227 | |
| 8 | Instance method | Public | Method | Codes All Field Lists of validity Period to GUIDs | 20060227 | |
| 9 | Instance method | Public | Method | Decodes GUID and Gets Data Reference | 20060227 | |
| 10 | Static method | Public | Method | Data Reference = Structure Without Some Fields | 20061106 | |
| 11 | Instance method | Private | Method | Concatenates Field List in String | 20060227 | |
| 12 | Static method | Public | Method | Gets FICO Table Name for Field | 20060406 | |
| 13 | Static method | Public | Method | Instance Administration Singleton | 20060227 |
Events
Class CL_FICO_SERV_FLD_LSTS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_FLD_TABS | Private | See coding | 20060406 | begin of S_FLD_TABS,
fieldname type fieldname,
tabname type tabname,
descr type scrtext_m,
end of S_FLD_TABS
|
||
| 2 | T_FLDLST_GUID | Public | See coding | 20060301 | BEGIN OF t_fldlst_guid,
o_table TYPE tabname,
string TYPE string,
i_fldlstid TYPE FICO_IFLDLSTID,
END OF t_fldlst_guid
|
||
| 3 | T_FLDLST_ID | Public | See coding | 20060301 | BEGIN OF t_fldlst_id,
o_catg TYPE fico_ocatg,
o_table TYPE tabname,
i_posno TYPE fico_iposno,
i_fldlstid TYPE FICO_IFLDLSTID,
END OF t_fldlst_id
|
||
| 4 | T_FLD_TABS | Private | See coding | 20060406 | t_fld_tabs type sorted table of s_fld_tabs with non-unique key fieldname
|
||
| 5 | T_GUID_REF | Public | See coding | 20060301 | BEGIN OF t_guid_ref,
o_table TYPE tabname,
i_fldlstid TYPE FICO_IFLDLSTID,
ref TYPE ref to data,
END OF t_guid_ref
|
||
| 6 | T_INDIV_FIELDS | Public | See coding | 20060301 | BEGIN OF t_indiv_fields,
o_catg TYPE fico_ocatg,
o_table TYPE tabname,
i_posno TYPE fico_iposno,
name TYPE screen-name,
END OF t_indiv_fields
|
||
| 7 | T_MASTER_FLD_LST | Public | See coding | 20060301 | begin of t_master_fld_lst,
O_FIENM type fieldname,
I_pos type sytabix,
End of t_master_fld_lst
|
||
| 8 | T_TAS_FIELD_LST | Public | See coding | 20060301 | t_tas_field_lst type standard table of fieldname
|
||
| 9 | T_TAS_FLDLST_GUID | Public | See coding | 20060301 | t_tas_fldlst_guid TYPE HASHED TABLE OF t_fldlst_guid
WITH UNIQUE KEY o_table string
|
||
| 10 | T_TAS_FLDLST_ID | Public | See coding | 20060301 | t_tas_fldlst_id TYPE SORTED TABLE OF t_fldlst_id
WITH UNIQUE KEY o_catg
o_table
i_posno
|
||
| 11 | T_TAS_GUID_FLDLST | Public | See coding | 20060301 | t_tas_guid_fldlst TYPE sorted TABLE OF t_fldlst_guid
WITH UNIQUE KEY o_table i_fldlstid
|
||
| 12 | T_TAS_GUID_REF | Public | See coding | 20060301 | t_tas_guid_ref TYPE sorted TABLE OF t_guid_ref
WITH UNIQUE KEY o_table i_fldlstid
|
||
| 13 | T_TAS_INDIV_FIELDS | Public | See coding | 20060301 | t_tas_indiv_fields TYPE SORTED TABLE OF t_indiv_fields
WITH UNIQUE KEY o_catg
o_table
i_posno
name
|
||
| 14 | T_TAS_MASTER_FLD_LST | Public | See coding | 20060301 | t_tas_master_fld_lst type sorted table of t_master_fld_lst
with unique key O_FIENM
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FICO_SERV_FLD_LSTS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FICO_SERV_FLD_LSTS has no exception.
Method FILL_FLD_1_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20060406 |
Method FILL_FLD_1_TAB on class CL_FICO_SERV_FLD_LSTS has no exception.
Method FILL_FLD_TAB_LST Signature
Method FILL_FLD_TAB_LST on class CL_FICO_SERV_FLD_LSTS has no parameter.
Method FILL_FLD_TAB_LST on class CL_FICO_SERV_FLD_LSTS has no exception.
Method GET_FICO_NORM_WO_FLDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DATA_AMT | Call by reference | Object reference (TYPE REF TO) | DATA | 20061106 | ||||
| 2 | E_DATA_AMTPOS | Call by reference | Object reference (TYPE REF TO) | DATA | 20061106 | ||||
| 3 | E_DATA_AMTPOSEXP | Call by reference | Object reference (TYPE REF TO) | DATA | 20061106 | ||||
| 4 | E_DATA_DATE | Call by reference | Object reference (TYPE REF TO) | DATA | 20061106 | ||||
| 5 | E_DATA_DATEPOS | Call by reference | Object reference (TYPE REF TO) | DATA | 20061106 |
Method GET_FICO_NORM_WO_FLDS on class CL_FICO_SERV_FLD_LSTS has no exception.
Method GET_FLDLST_FOR_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FLDLIST | Value transfer | Type reference (TYPE) | T_TAS_FIELD_LST | Liste von Felder | 20060227 | |||
| 2 | I_FLDLST_GUID | Call by reference | Type reference (TYPE) | FICO_IFLDLSTID | Felderliste | 20060227 | |||
| 3 | I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20060227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Feld nicht im Masterliste für individualisierung | 20060227 |
Method GET_FLDLST_FOR_STR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FLDLIST | Call by reference | Type reference (TYPE) | T_TAS_FIELD_LST | Liste von Felder | 20060227 | |||
| 2 | I_STR | Call by reference | Type reference (TYPE) | STRING | Felderliste | 20060227 |
Method GET_FLDLST_FOR_STR on class CL_FICO_SERV_FLD_LSTS has no exception.
Method GET_GUID_FOR_FLDLST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FLDLST_GUID | Call by reference | Type reference (TYPE) | FICO_IFLDLSTID | Felderliste | 20060227 | |||
| 2 | IT_FLDLIST | Call by reference | Type reference (TYPE) | T_TAS_FIELD_LST | Liste von Felder | 20060227 | |||
| 3 | I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20060227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Feld nicht im Masterliste für individualisierung | 20060227 |
Method GET_GUID_FOR_FLDLST_MLT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LST_FLDLST_GUID | Call by reference | Type reference (TYPE) | T_TAS_FLDLST_ID | GUIDs pro Typ/Stufe | 20060227 | |||
| 2 | I_LST_INDIV_FIELDS | Call by reference | Type reference (TYPE) | T_TAS_INDIV_FIELDS | Feldliste für mehrere Typen/Stufen | 20060227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Feld nicht im Masterliste für individualisierung | 20060227 |
Method GET_REF_DATA_FOR_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FLG_INCR | Call by reference | Type reference (TYPE) | XFELD | Individualisierung des Inkrements Feldes | 20060502 | |||
| 2 | E_REF_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Datenreferenz Transportstruktur | 20060227 | |||
| 3 | I_FLDLST_GUID | Call by reference | Type reference (TYPE) | FICO_IFLDLSTID | Felderliste | 20060227 | |||
| 4 | I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20060227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Feld nicht im Masterliste für individualisierung | 20060227 |
Method GET_REF_STRUCT_WO_FLDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LST_EXCL_FLDS | Call by reference | Type reference (TYPE) | TTFIELDNAME | Menge von Feldnamen | 20061106 | |||
| 2 | I_STRUCT | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20061106 | |||
| 3 | R_REF_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20061106 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Struktur existiert nicht | 20061106 |
Method GET_STR_FOR_FLDLST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STR | Call by reference | Type reference (TYPE) | STRING | Felderliste | 20060227 | |||
| 2 | IT_FLDLIST | Call by reference | Type reference (TYPE) | T_TAS_FIELD_LST | Liste von Felder | 20060227 |
Method GET_STR_FOR_FLDLST on class CL_FICO_SERV_FLD_LSTS has no exception.
Method GET_TAB_OF_FLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DESCR | Call by reference | Type reference (TYPE) | SCRTEXT_M | Feldbezeichner mittel | 20060411 | |||
| 2 | E_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20060406 | |||
| 3 | E_T_TABNAME | Call by reference | Type reference (TYPE) | TTTABNAME | Menge von Tabellen | 20060406 | |||
| 4 | I_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20060406 |
Method GET_TAB_OF_FLD on class CL_FICO_SERV_FLD_LSTS has no exception.
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_FLDLST | Value transfer | Object reference (TYPE REF TO) | CL_FICO_SERV_FLD_LSTS | FICO: Individualisierung Feldlistenverwaltung | 20060308 |
Method S_GET_INSTANCE on class CL_FICO_SERV_FLD_LSTS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |