SAP ABAP Class CL_CACS_STL_FI_UPD_CONTEXT (Settlement to FI - Posting Context)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
ICM (Application Component) Incentive and Commission Management (ICM)
⤷
CACSXFI1 (Package) ICM: FI Adapter: Transaction Data

⤷

⤷

Properties
Class | CL_CACS_STL_FI_UPD_CONTEXT | |
Short Description | Settlement to FI - Posting Context | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CACSXFI1 | ICM: FI Adapter: Transaction Data |
Created | 20060821 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_CACS_STL_FI_UPD_CONTEXT has no interface implemented.
Friends
Class CL_CACS_STL_FI_UPD_CONTEXT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CACSFI_CL_STL_ADAPTER_FI=>TT_COMPR_INDEX | 20060822 | |||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CACSFI_CL_STL_ADAPTER_FI_DOC=>TT_CMPR_IDX | Compression Link | 20060825 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TT_SPLIT_INDEX | Index for FI Document Splitting | 20060822 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | CACSFI_CL_STL_ADAPTER_FI=>TT_TAX_INFO | Control Information | 20060822 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get Compression Posting Line | 20060825 |
2 | ![]() |
Static method | Public | Method | Get Compression UUID | 20060825 |
3 | ![]() |
Static method | Public | Method | Get FI Document Information | 20060824 |
4 | ![]() |
Static method | Public | Method | Determine Payment Reference Number | 20060824 |
5 | ![]() |
Static method | Public | Method | Determine Payment Reference UUID | 20061013 |
6 | ![]() |
Static method | Public | Method | Get Tax Information | 20060822 |
7 | ![]() |
Static method | Public | Method | Initialize | 20060921 |
8 | ![]() |
Static method | Public | Method | Set Split Index | 20060822 |
9 | ![]() |
Static method | Public | Method | Set Compression Index | 20060822 |
10 | ![]() |
Static method | Public | Method | Set Compression Link | 20060825 |
11 | ![]() |
Static method | Public | Method | Set FI Document Information | 20060823 |
12 | ![]() |
Static method | Public | Method | Set Tax Information | 20060822 |
Events
Class CL_CACS_STL_FI_UPD_CONTEXT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_SPLIT_INDEX | Public | See coding | 20060822 | BEGIN OF s_split_index,
split_idx TYPE cacsdocsplitid,
payrefid TYPE cacspayrefid,
payrefuuid TYPE cacspayrefuuid,
belnr TYPE belnr_d,
bukrs TYPE bukrs,
gjahr TYPE gjahr,
END OF s_split_index
|
||
2 | TT_SPLIT_INDEX | Public | See coding | 20060822 | tt_split_index TYPE STANDARD TABLE OF s_split_index
WITH KEY split_idx
|
Method Signatures
Method GET_COMPRESSION_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_COMPRESSION_TYPE | Call by reference | Type reference (TYPE) | CACSFI_CL_STL_ADAPTER_FI_DOC=>COMPRESSION_TYPE | Komprimierungsart | 20060825 | ||
2 | ![]() |
ID_IDX | Call by reference | Type reference (TYPE) | I | Komprimierungsindex | 20060825 | ||
3 | ![]() |
RD_RESULT | Value transfer | Type reference (TYPE) | BUZEI | Nummer der Buchungszeile innerhalb des Buchhaltungsbelegs | 20060825 |
Method GET_COMPRESSION_ITEM on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method GET_COMPRESSION_UUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_IDX | Call by reference | Type reference (TYPE) | I | 20060825 | |||
2 | ![]() |
RD_UUID | Value transfer | Type reference (TYPE) | CACSCMPREFUUID | Komprimierungsreferenz-UUID für Abrechnung | 20060825 |
Method GET_COMPRESSION_UUID on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method GET_FI_DOCUMENT_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_BELNR | Call by reference | Type reference (TYPE) | BELNR_D | Belegnummer eines Buchhaltungsbeleges | 20060824 | ||
2 | ![]() |
ED_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20060824 | ||
3 | ![]() |
ED_GJAHR | Call by reference | Type reference (TYPE) | GJAHR | Geschäftsjahr | 20060824 | ||
4 | ![]() |
ID_SPLIT_IDX | Call by reference | Type reference (TYPE) | CACSDOCSPLITID | Identifikation des aufgeteilten Belegs | 20060824 |
Method GET_FI_DOCUMENT_INFO on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method GET_PAYMENT_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_SPLIT_IDX | Call by reference | Type reference (TYPE) | CACSDOCSPLITID | Identifikation des aufgeteilten Belegs | 20060824 | ||
2 | ![]() |
RD_PAYREFID | Value transfer | Type reference (TYPE) | CACSPAYREFID | Referenznummer für das Zahlungssystem | 20060824 |
Method GET_PAYMENT_REFERENCE on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method GET_PAYMENT_REFUUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_SPLIT_IDX | Call by reference | Type reference (TYPE) | CACSDOCSPLITID | Identifikation des aufgeteilten Belegs | 20061013 | ||
2 | ![]() |
RD_PAYREFUUID | Value transfer | Type reference (TYPE) | CACSPAYREFUUID | Referenz-UUID für das Zahlungssystem | 20061013 |
Method GET_PAYMENT_REFUUID on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method GET_TAX_INFORMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | CACSFI_CL_STL_ADAPTER_FI=>TT_TAX_INFO | 20060822 |
Method GET_TAX_INFORMATION on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method INITIALISE Signature
Method INITIALISE on class CL_CACS_STL_FI_UPD_CONTEXT has no parameter.
Method INITIALISE on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method SETUP_SPLIT_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_PAYREF_ID | Call by reference | Type reference (TYPE) | CACSPAYREFID | Referenznummer für das Zahlungssystem | 20060914 | ||
2 | ![]() |
ID_PAYREF_UUID | Call by reference | Type reference (TYPE) | CACSPAYREFUUID | Referenz-UUID für das Zahlungssystem | 20061013 | ||
3 | ![]() |
ID_SPLIT_INDEX | Call by reference | Type reference (TYPE) | CACSDOCSPLITID | Identifikation des aufgeteilten Belegs | 20060825 |
Method SETUP_SPLIT_INDEX on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method SET_COMPRESSION_INDEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_COMPR_INDEX | Call by reference | Type reference (TYPE) | CACSFI_CL_STL_ADAPTER_FI=>TT_COMPR_INDEX | 20060822 |
Method SET_COMPRESSION_INDEX on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method SET_COMPRESSION_LINK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CMPR_LINK | Call by reference | Type reference (TYPE) | CACSFI_CL_STL_ADAPTER_FI_DOC=>TT_CMPR_IDX | Komprimierungsverknüpfung | 20060825 |
Method SET_COMPRESSION_LINK on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method SET_FI_DOCUMENT_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_AWKEY | Call by reference | Type reference (TYPE) | AWKEY | Referenzschlüssel | 20060823 | ||
2 | ![]() |
ID_AWTYP | Call by reference | Type reference (TYPE) | AWTYP | Referenzvorgang | 20060823 | ||
3 | ![]() |
ID_BELNR | Call by reference | Type reference (TYPE) | BELNR_D | Belegnummer eines Buchhaltungsbeleges | 20060823 | ||
4 | ![]() |
ID_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Buchungskreis | 20060823 | ||
5 | ![]() |
ID_GJAHR | Call by reference | Type reference (TYPE) | GJAHR | Geschäftsjahr | 20060823 |
Method SET_FI_DOCUMENT_INFO on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
Method SET_TAX_INFORMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TAX_INFO | Call by reference | Type reference (TYPE) | CACSFI_CL_STL_ADAPTER_FI=>TT_TAX_INFO | 20060822 |
Method SET_TAX_INFORMATION on class CL_CACS_STL_FI_UPD_CONTEXT has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 700 |