Hierarchy

⤷

⤷

Properties
Class | CL_FIN_ACC_SYSTEM | |
Short Description | Accounting System | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | FIN_BUS_ENT | |
Program status | ||
Category | 0 | |
Package | FIN_CONF | Configuration of Accounting System |
Created | 20040402 | SAP |
Last change | 20060208 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FIN_ACC_SYSTEM has no interface implemented.
Friends
Class CL_FIN_ACC_SYSTEM has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'B' | Bank Analyzer Scenario | 20050404 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | CHAR1 | 'C' | Catch Weight Scenario | 20050407 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | ACC_DATABASIS | '0CW' | Default Data Basis | 20050519 | |
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CLASSNAME | 'FIN_ACC_GET_ACCSYS_FOR_COMPANY' | FM for AS for Company | 20050404 | |
5 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CLASSNAME | 'FIN_ACC_GET_CHOFACCT' | FM for Chart of Accounts | 20050404 | |
6 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CLASSNAME | 'FIN_ACC_GET_COMP_BY_ACCSYS' | FM for Companies of AS | 20050404 | |
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CLASSNAME | 'FIN_ACC_GET_CURRACCSYS' | FM for Chart of Accounts | 20050404 | |
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CLASSNAME | 'FIN_ACC_GET_CURRENCIES' | FM for Currency | 20050404 | |
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CLASSNAME | 'FIN_ACC_GET_ACC_SYSTEM' | FM for Default AS | 20050404 | |
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | RS38L_FNAM | 'FIN_ACC_GET_FISCYEARVAR' | FM for Fiscal Year Variant | 20050404 | |
11 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_FINB_MD_CHAR_FACTORY | Central Factory | 20050407 | ||
12 | ![]() |
Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_ACC_ACCSYS' | Replaced Class | 20040601 | |
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CHAR1 | SPACE | Scenario | 20050404 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Determination of Period for Posting Date | 20040519 |
2 | ![]() |
Static method | Public | Method | Determines All Accounting Systems (for Data Basis) | 20040405 |
3 | ![]() |
Static method | Public | Method | Accounting System Determination for Company | 20040921 |
4 | ![]() |
Static method | Public | Method | Chart of Accounts for AS x Company | 20040519 |
5 | ![]() |
Static method | Public | Method | Gets Companies for Accounting System | 20040630 |
6 | ![]() |
Static method | Public | Method | Accounting System Currency | 20040519 |
7 | ![]() |
Static method | Public | Method | Gets Currency for Currency Type | 20040629 |
8 | ![]() |
Static method | Public | Method | Currency Types for AS x Company | 20040519 |
9 | ![]() |
Static method | Public | Method | Gets Currency Types for All Companies of Accounting System | 20040630 |
10 | ![]() |
Static method | Public | Method | Currency Types for Selection of Companies | 20040527 |
11 | ![]() |
Static method | Public | Method | Determines Data Basis for Accounting System | 20040617 |
12 | ![]() |
Static method | Public | Method | Determines Number of Days in a Period | 20040824 |
13 | ![]() |
Static method | Public | Method | Finds the First Day of a Period | 20040824 |
14 | ![]() |
Static method | Public | Method | Finds the First Day of a Fiscal Year | 20040824 |
15 | ![]() |
Static method | Public | Method | Fiscal Year Variant for AS x Company | 20040405 |
16 | ![]() |
Static method | Public | Method | Fiscal Year Variants for AS and Companies | 20040701 |
17 | ![]() |
Static method | Public | Method | Finds the Last Day of a Period | 20040824 |
18 | ![]() |
Static method | Public | Method | Finds the Last Day of a Period with Year Variant | 20041025 |
19 | ![]() |
Static method | Public | Method | Finds the Last Day of a Fiscal Year | 20040824 |
20 | ![]() |
Static method | Public | Method | Gets Predecessor of Transferred Period | 20041123 |
21 | ![]() |
Static method | Private | Method | Determines Scenario (Bank Analyzer, Catch Weight, Config.) | 20050404 |
22 | ![]() |
Static method | Public | Method | Gets Long Text for an Accounting System (Converted) | 20040630 |
Events
Class CL_FIN_ACC_SYSTEM has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GYS_ACCSYS | Public | See coding | Company/Accounting System | 20040405 | BEGIN OF gys_accsys
, fin_company TYPE fin_company
, t_accsys TYPE gyt_accsys
, END OF gys_accsys
|
|
2 | GYS_CURRACCSYS | Public | See coding | AS/Currency of AS | 20040405 | BEGIN OF gys_curraccsys
, acc_system TYPE acc_system
, fin_curraccsys TYPE fin_curraccsys
, END OF gys_curraccsys
|
|
3 | GYS_CURRENCIES | Public | See coding | AS/Company/Currency Types/Currencies | 20040405 | BEGIN OF gys_currencies
, acc_system TYPE acc_system
, fin_company TYPE fin_company
* always use domain BOOLE and data element BOOLE_D
, currtype_tra TYPE boole_d
, currtype_comp TYPE boole_d
, currtype_acsyst TYPE boole_d
, currtype_index TYPE boole_d
, currtype_hard TYPE boole_d
, fin_currcomp TYPE fin_currcomp
, fin_curraccsys TYPE fin_curraccsys
, fin_currindex TYPE fin_currindex
, fin_currhard TYPE fin_currhard
, END OF gys_currencies
|
|
4 | GYS_CURRTYPE | Public | See coding | Currency Type/Currency | 20040519 | BEGIN OF gys_currtype
, fin_currtype TYPE fin_currtype
, fin_currency TYPE fin_currency
, END OF gys_currtype
|
|
5 | GYS_CURRTYPE_COMPANY | Public | See coding | Company/Currency Type | 20040527 | BEGIN OF gys_currtype_company
, fin_company TYPE fin_company
, fin_currtype TYPE fin_currtype
, fin_currency TYPE fin_currency
, END OF gys_currtype_company
|
|
6 | GYS_FISCYEARVAR | Public | See coding | AS/Company/Fiscal Year Variant | 20040405 | BEGIN OF gys_fiscyearvar
, acc_system TYPE acc_system
, fin_company TYPE fin_company
, fin_fiscyearvar TYPE fin_fiscyearvar
, END OF gys_fiscyearvar
|
|
7 | GYTS_ACCSYS | Public | See coding | List of Company/Accounting System | 20040405 | gyts_accsys TYPE SORTED TABLE OF gys_accsys WITH UNIQUE KEY fin_company
|
|
8 | GYTS_CURRACCSYS | Public | See coding | List of AS/Currency of AS | 20040405 | gyts_curraccsys TYPE SORTED TABLE OF gys_curraccsys WITH UNIQUE KEY acc_system
|
|
9 | GYTS_CURRENCIES | Public | See coding | List of AS/Company/Currency Types/Currencies | 20040405 | gyts_currencies TYPE SORTED TABLE OF gys_currencies WITH UNIQUE KEY acc_system fin_company
|
|
10 | GYTS_CURRTYPE | Public | See coding | List of Currency Types/Currencies | 20040519 | gyts_currtype TYPE SORTED TABLE OF gys_currtype WITH UNIQUE KEY fin_currtype
|
|
11 | GYTS_CURRTYPE_COMPANY | Public | See coding | List of Companies/Currency Types | 20040527 | gyts_currtype_company TYPE SORTED TABLE OF gys_currtype_company WITH UNIQUE KEY fin_company fin_currtype
|
|
12 | GYTS_FISCYEARVAR | Public | See coding | List of AS/Companies/Fiscal Year Variant | 20040405 | gyts_fiscyearvar TYPE SORTED TABLE OF gys_fiscyearvar WITH UNIQUE KEY acc_system fin_company
|
|
13 | GYT_ACCSYS | Public | See coding | List of Accounting Systems | 20040405 | gyt_accsys TYPE STANDARD TABLE OF acc_system WITH DEFAULT KEY
|
|
14 | GYT_COMPANIES | Public | See coding | List of Companies | 20040630 | gyt_companies TYPE STANDARD TABLE OF fin_company WITH DEFAULT KEY
|
|
15 | GYT_CURRTYPES | Public | See coding | List of Currency Types | 20040630 | gyt_currtypes TYPE STANDARD TABLE OF fin_currtype WITH DEFAULT KEY
|
Method Signatures
Method COMPUTE_FISCPER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_FIN_FISCPER | Call by reference | Type reference (TYPE) | FIN_FISCPER | Geschäftsperiode | 20040519 | ||
2 | ![]() |
ED_FIN_FISCYEAR | Call by reference | Type reference (TYPE) | FIN_FISCYEAR | Geschäftsjahr | 20040519 | ||
3 | ![]() |
ED_FIN_FISCYEARPER | Call by reference | Type reference (TYPE) | FIN_FISCYEARPER | Geschäftsjahr und Periode | 20040519 | ||
4 | ![]() |
ES_FIN_FISCYEARPER | Call by reference | Type reference (TYPE) | FIN_S_FISCYEARPER | Die gesammelten Periodenfelder als Struktur | 20040714 | ||
5 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040519 | ||
6 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040519 | ||
7 | ![]() |
ID_FIN_POSTDAT | Call by reference | Type reference (TYPE) | FIN_POSTDAT | Buchungsdatum | 20040519 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Geschäftsjahresvariante existiert nicht | 20040617 | |
2 | ![]() |
20040519 |
Method GET_ACCSYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ACC_DATABASIS | Value transfer | Type reference (TYPE) | ACC_DATABASIS | Gesellschaft | 20040921 | ||
2 | ![]() |
I_OPERATIVE_ACCSYS_ONLY | Value transfer | Type reference (TYPE) | BOOLE_D | nur operative Rechnungssysteme | 20050816 | ||
3 | ![]() |
RT_ACCSYS | Value transfer | Type reference (TYPE) | GYT_ACCSYS | 20040519 |
Method GET_ACCSYS on class CL_FIN_ACC_SYSTEM has no exception.
Method GET_ACCSYS_FOR_COMPANY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040921 | ||
2 | ![]() |
RT_ACCSYS | Value transfer | Type reference (TYPE) | GYT_ACCSYS | 20040921 |
Method GET_ACCSYS_FOR_COMPANY on class CL_FIN_ACC_SYSTEM has no exception.
Method GET_CHOFACCT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040519 | ||
2 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040519 | ||
3 | ![]() |
RD_FIN_CHOFACCT | Value transfer | Type reference (TYPE) | FIN_CHOFACCT | Kontenplan | 20040519 |
Method GET_CHOFACCT on class CL_FIN_ACC_SYSTEM has no exception.
Method GET_COMPANIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_COMPANY | Call by reference | Type reference (TYPE) | GYT_COMPANIES | Gesellschaft | 20040630 | ||
2 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Firmen für das Rechnungssystem gepflegt | 20040630 |
Method GET_CURRACCSYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040519 | ||
2 | ![]() |
RD_FIN_CURRACCSYS | Value transfer | Type reference (TYPE) | FIN_CURRACCSYS | Rechnungssystemwährung | 20040519 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Keine Rechnungssystemwährung fortzuschreiben | 20040526 |
Method GET_CURRENCY_FOR_CURRTYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_CURRENCY | Call by reference | Type reference (TYPE) | FIN_CURRENCY | Währungsschlüssel | 20040629 | ||
2 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040629 | ||
3 | ![]() |
ID_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040629 | ||
4 | ![]() |
ID_CURRTYPE | Call by reference | Type reference (TYPE) | FIN_CURRTYPE | Währungstyp | 20040629 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Gesellschaft nötig für Währungstyp | 20040629 | |
2 | ![]() |
Keine Währung für gegebenen Währungstyp gepflegt | 20040629 | |
3 | ![]() |
Ungültiges Rechnungssystem | 20040629 | |
4 | ![]() |
Ungültiges Rechnungssystem und/oder Gesellschaft | 20040629 | |
5 | ![]() |
Ungültiger Währungstyp | 20040629 |
Method GET_CURRTYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040519 | ||
2 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040519 | ||
3 | ![]() |
RTS_CURRTYPE | Value transfer | Type reference (TYPE) | GYTS_CURRTYPE | Liste von Währungstypen | 20040519 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Das Rechnungssystem existiert nicht | 20050401 |
Method GET_CURRTYPES_FOR_ACC_SYSTEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CURRTYPE | Call by reference | Type reference (TYPE) | GYT_CURRTYPES | Liste von Währungstypen | 20040630 | ||
2 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ungültiges Währungssystem | 20040701 |
Method GET_CURRTYPES_PER_COMPANY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040527 | ||
2 | ![]() |
IO_FINB_CONDITION | Call by reference | Object reference (TYPE REF TO) | CL_FINB_CONDITION | Bedingung | 20040527 | ||
3 | ![]() |
RTS_CURRTYPE_COMPANY | Value transfer | Type reference (TYPE) | GYTS_CURRTYPE_COMPANY | Liste von Gesellschaft / Währungstyp | 20040527 |
Method GET_CURRTYPES_PER_COMPANY on class CL_FIN_ACC_SYSTEM has no exception.
Method GET_DATABASIS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_ACC_DATABASIS | Value transfer | Type reference (TYPE) | ACC_DATABASIS | Datenbasis | 20040617 | ||
2 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040617 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Das Rechnungssystem exisistiert nicht | 20040617 |
Method GET_DAYS_IN_PERIOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_DAYS | Call by reference | Type reference (TYPE) | I | Anzahl Tage | 20040824 | ||
2 | ![]() |
ID_ACCSYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040824 | ||
3 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040824 | ||
4 | ![]() |
ID_FISCPERIOD | Call by reference | Type reference (TYPE) | FIN_FISCPER | Geschäftsperiode | 20040824 | ||
5 | ![]() |
ID_FISCYEAR | Call by reference | Type reference (TYPE) | FIN_FISCYEAR | Geschäftsjahr | 20040824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Erster Tag der Periode kann nicht bestimmt werden | 20040824 |
Method GET_FIRST_DAY_OF_PERIOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_DATE | Call by reference | Type reference (TYPE) | DATUM | Periodenbeginn | 20040824 | ||
2 | ![]() |
ID_ACCSYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040824 | ||
3 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040824 | ||
4 | ![]() |
ID_FISCPERIOD | Call by reference | Type reference (TYPE) | FIN_FISCPER | Geschäftsperiode | 20040824 | ||
5 | ![]() |
ID_FISCYEAR | Call by reference | Type reference (TYPE) | FIN_FISCYEAR | Geschäftsjahr | 20040824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Erster Tag der Periode kann nicht bestimmt werden | 20040824 |
Method GET_FIRST_DAY_OF_YEAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_DATE | Call by reference | Type reference (TYPE) | DATUM | Geschäftsjahresbeginn | 20040824 | ||
2 | ![]() |
ID_ACCSYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040824 | ||
3 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040824 | ||
4 | ![]() |
ID_FISCYEAR | Call by reference | Type reference (TYPE) | FIN_FISCYEAR | Geschäftsjahr | 20040824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Erster Tag des GEschäftsjahres kann nicht bestimmt werden | 20040824 |
Method GET_FISCYEARVAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040519 | ||
2 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040519 | ||
3 | ![]() |
RD_FIN_FISCYEARVAR | Value transfer | Type reference (TYPE) | FIN_FISCYEARVAR | Geschäftsjahresvariante | 20040519 |
Method GET_FISCYEARVAR on class CL_FIN_ACC_SYSTEM has no exception.
Method GET_FISCYEARVAR_FOR_ACC_SYSTEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FISCYEARVAR | Call by reference | Type reference (TYPE) | GYTS_FISCYEARVAR | Liste von RS/Gesellschaft/Geschäftsjahresvariante | 20040701 | ||
2 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040701 | ||
3 | ![]() |
IT_COMPANIES | Call by reference | Type reference (TYPE) | GYT_COMPANIES | Liste von Firmen | 20040701 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Geschäftsjahresvariante konnte nicht ermittelt werden | 20040701 |
Method GET_LAST_DAY_OF_PERIOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_DATE | Call by reference | Type reference (TYPE) | DATUM | Periodenende | 20040824 | ||
2 | ![]() |
ID_ACCSYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040824 | ||
3 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040824 | ||
4 | ![]() |
ID_FISCPERIOD | Call by reference | Type reference (TYPE) | FIN_FISCPER | Geschäftsperiode | 20040824 | ||
5 | ![]() |
ID_FISCYEAR | Call by reference | Type reference (TYPE) | FIN_FISCYEAR | Geschäftsjahr | 20040824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Letzter Tag der Periode kann nicht bestimmt werden | 20040824 |
Method GET_LAST_DAY_OF_PERIOD_YEARVAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_DATE | Call by reference | Type reference (TYPE) | DATUM | Datum | 20041025 | ||
2 | ![]() |
ID_FISCPER | Call by reference | Type reference (TYPE) | FIN_FISCPER | Geschäftsperiode | 20041025 | ||
3 | ![]() |
ID_FISCYEAR | Call by reference | Type reference (TYPE) | FIN_FISCYEAR | Geschäftsjahr | 20041025 | ||
4 | ![]() |
ID_FISCYEARVAR | Call by reference | Type reference (TYPE) | FIN_FISCYEARVAR | Geschäftsjahresvariante | 20041025 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041025 |
Method GET_LAST_DAY_OF_YEAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_DATE | Call by reference | Type reference (TYPE) | DATUM | Geschäftsjahresende | 20040824 | ||
2 | ![]() |
ID_ACCSYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040824 | ||
3 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20040824 | ||
4 | ![]() |
ID_FISCYEAR | Call by reference | Type reference (TYPE) | FIN_FISCYEAR | Geschäftsjahr | 20040824 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Letzter Tag des Geschäftsjahres kann nicht bestimmt werden | 20040824 |
Method GET_PREVIOUS_PERIOD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_FISCPER | Call by reference | Type reference (TYPE) | FIN_FISCPER | Geschäftsperiode | 20041123 | ||
2 | ![]() |
ED_FISCYEAR | Call by reference | Type reference (TYPE) | FIN_FISCYEAR | Geschäftsjahr | 20041123 | ||
3 | ![]() |
ED_FISCYEARPER | Call by reference | Type reference (TYPE) | FIN_FISCYEARPER | Geschäftsjahr und Periode | 20041123 | ||
4 | ![]() |
ID_ACCSYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20041123 | ||
5 | ![]() |
ID_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20041123 | ||
6 | ![]() |
ID_FISCPER | Call by reference | Type reference (TYPE) | FIN_FISCPER | Geschäftsperiode | 20041123 | ||
7 | ![]() |
ID_FISCYEAR | Call by reference | Type reference (TYPE) | FIN_FISCYEAR | Geschäftsjahr | 20041123 | ||
8 | ![]() |
ID_FISCYEARPER | Call by reference | Type reference (TYPE) | FIN_FISCYEARPER | Geschäftsjahr und Periode | 20041123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041123 |
Method GET_SCENARIO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ACC_DATABASIS | Call by reference | Type reference (TYPE) | ACC_DATABASIS | Datenbasis | 20050404 | ||
2 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20050404 | ||
3 | ![]() |
ID_FIN_COMPANY | Call by reference | Type reference (TYPE) | FIN_COMPANY | Gesellschaft | 20050404 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parameter nicht gepflegt | 20050404 |
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_TXTLG | Call by reference | Type reference (TYPE) | FINB_MD_TXTLG | Langtext | 20040630 | ||
2 | ![]() |
ID_ACC_SYSTEM | Call by reference | Type reference (TYPE) | ACC_SYSTEM | Rechnungssystem | 20040630 | ||
3 | ![]() |
ID_LANGU | Call by reference | Type reference (TYPE) | SPRAS | Sprachenschlüssel | 20040630 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Rechnungssystem nicht gefunden | 20041118 |
History
Last changed by/on | SAP | 20060208 |
SAP Release Created in | 300 |