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 CACSFI_CL_STL_ADAPTER_FI Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CACSFI_CL_STL_ADAPTER_FI_DOC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_CACS_STL_REFERENCE 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 MT_COMPRESSION_INDEX Static Attribute Private Type reference (TYPE) CACSFI_CL_STL_ADAPTER_FI=>TT_COMPR_INDEX 20060822
2 MT_COMPRESSION_LINK Static Attribute Private Type reference (TYPE) CACSFI_CL_STL_ADAPTER_FI_DOC=>TT_CMPR_IDX Compression Link 20060825
3 MT_SPLIT_INDEX Static Attribute Private Type reference (TYPE) TT_SPLIT_INDEX Index for FI Document Splitting 20060822
4 MT_TAX_INFORMATION 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 GET_COMPRESSION_ITEM Static method Public Method Get Compression Posting Line 20060825
2 GET_COMPRESSION_UUID Static method Public Method Get Compression UUID 20060825
3 GET_FI_DOCUMENT_INFO Static method Public Method Get FI Document Information 20060824
4 GET_PAYMENT_REFERENCE Static method Public Method Determine Payment Reference Number 20060824
5 GET_PAYMENT_REFUUID Static method Public Method Determine Payment Reference UUID 20061013
6 GET_TAX_INFORMATION Static method Public Method Get Tax Information 20060822
7 INITIALISE Static method Public Method Initialize 20060921
8 SETUP_SPLIT_INDEX Static method Public Method Set Split Index 20060822
9 SET_COMPRESSION_INDEX Static method Public Method Set Compression Index 20060822
10 SET_COMPRESSION_LINK Static method Public Method Set Compression Link 20060825
11 SET_FI_DOCUMENT_INFO Static method Public Method Set FI Document Information 20060823
12 SET_TAX_INFORMATION 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 Importing ID_COMPRESSION_TYPE Call by reference Type reference (TYPE) CACSFI_CL_STL_ADAPTER_FI_DOC=>COMPRESSION_TYPE Komprimierungsart 20060825
2 Importing ID_IDX Call by reference Type reference (TYPE) I Komprimierungsindex 20060825
3 Returning 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 Importing ID_IDX Call by reference Type reference (TYPE) I 20060825
2 Returning 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 Exporting ED_BELNR Call by reference Type reference (TYPE) BELNR_D Belegnummer eines Buchhaltungsbeleges 20060824
2 Exporting ED_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20060824
3 Exporting ED_GJAHR Call by reference Type reference (TYPE) GJAHR Geschäftsjahr 20060824
4 Importing 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 Importing ID_SPLIT_IDX Call by reference Type reference (TYPE) CACSDOCSPLITID Identifikation des aufgeteilten Belegs 20060824
2 Returning 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 Importing ID_SPLIT_IDX Call by reference Type reference (TYPE) CACSDOCSPLITID Identifikation des aufgeteilten Belegs 20061013
2 Returning 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 Returning 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 Importing ID_PAYREF_ID Call by reference Type reference (TYPE) CACSPAYREFID Referenznummer für das Zahlungssystem 20060914
2 Importing ID_PAYREF_UUID Call by reference Type reference (TYPE) CACSPAYREFUUID Referenz-UUID für das Zahlungssystem 20061013
3 Importing 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 Importing 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 Importing 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 Importing ID_AWKEY Call by reference Type reference (TYPE) AWKEY Referenzschlüssel 20060823
2 Importing ID_AWTYP Call by reference Type reference (TYPE) AWTYP Referenzvorgang 20060823
3 Importing ID_BELNR Call by reference Type reference (TYPE) BELNR_D Belegnummer eines Buchhaltungsbeleges 20060823
4 Importing ID_BUKRS Call by reference Type reference (TYPE) BUKRS Buchungskreis 20060823
5 Importing 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 Importing 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