SAP ABAP Class CA_BUSINESSTRANSACTION_SLD (Agent SLD)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FIN-FSCM-TRM-TM (Application Component) Transaction Manager
     FTR_DISTRIBUTOR (Package) CFM-TM: Distributor
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CB_BUSINESSTRANSACTION_SLD Base Agent SLD 20021115
Properties
Class CA_BUSINESSTRANSACTION_SLD  
Short Description Agent SLD    
Super Class CB_BUSINESSTRANSACTION_SLD Base Agent SLD 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FTR_DISTRIBUTOR   CFM-TM: Distributor 
Created 20021115   SAP 
Last change 20050411   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CA_BUSINESSTRANSACTION_SLD has no forward declaration.
Interfaces
Class CA_BUSINESSTRANSACTION_SLD has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_QUERY_SERVICE_SLD 20030106 Query Service Subledger Distributor
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AGENT Static Attribute Public Object reference (TYPE REF TO) CA_BUSINESSTRANSACTION_SLD Class Agent - Singleton 20021115
2 BUFFER Instance attribute Private See coding 20030103
3 DB_BUFFER_EVENT Instance attribute Private See coding 20050330
4 DB_BUFFER_FLOW Instance attribute Private See coding 20050330
5 DB_BUFFER_REG_TRANS Instance attribute Private Type reference (TYPE) TYP_VA_BUSTRANS_TAS 20050330
6 DB_BUFFER_TRANS Instance attribute Private See coding 20050330
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_EVENT Instance method Private Method Checks if an Event is in the Event List 20030103
2 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20021115
3 CONVERT_DB_TO_MAPPING Instance method Private Method Converts a BT in DB Format to Mapping Format 20030103
4 CONVERT_EVENTS_TO_DB Instance method Private Method Converts EVENTS from Mapping Format to DB Format 20030103
5 CONVERT_EVENTS_TO_MAPPING Instance method Private Method Converts EVENTS from DB Format to Mapping Format 20030103
6 CONVERT_FLOWS_TO_DB Instance method Private Method Converts Flows from Mapping Format to DB Format 20030103
7 CONVERT_FLOWS_TO_MAPPING Instance method Private Method Converts Flows from DB Format to Mapping Format 20030103
8 DELETE_PERSISTENT Instance method Public Method 20021230
9 GET_CHANGED Instance method Public Method 20021230
10 GET_CREATED Instance method Public Method 20021230
11 GET_DELETED Instance method Public Method 20021230
12 GET_OID_BY_REF Instance method Public Method 20030514
13 GET_PERSISTENT_BY_BUSTRANSID Instance method Private Method Gets an Object with BusTransID 20030103
14 GET_PERSISTENT_BY_DEAL_NUMBER Instance method Private Method Gets Object with Transaction Number 20030117
15 GET_PERSISTENT_BY_ID_LIST Instance method Private Method Gets Object with Several BusTransIDs 20030103
16 GET_PERSISTENT_BY_OID Instance method Public Method 20021230
17 GET_STATUS Instance method Public Method 20030129
18 LOAD_BUFFER_BY_BUSTRANSID Instance method Private Method Fills Buffer Via BusTransID Valuation Area 20030103
19 LOAD_BUFFER_BY_DEAL_NUMBER Instance method Private Method Fills the Buffer Via Company Code, Val Area, Transaction No. 20030117
20 LOAD_BUFFER_BY_ID_LIST Instance method Private Method Fills the Buffer Via BusTransID, Valuation Area 20030103
21 LOAD_DB_BUFFER Instance method Public Method Load DB Buffer for Registered BT 20050330
22 REG_TRANS_FOR_DB_BUFFER Instance method Public Method Register Business Transaction for DB Buffer-Load 20050330
Events
Class CA_BUSINESSTRANSACTION_SLD has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYP_VA_BUSTRANS Private See coding 20050330 BEGIN OF TYP_VA_BUSTRANS, valuation_area TYPE tpm_val_area, bustransid TYPE tpm_bustransid, END OF TYP_VA_BUSTRANS
2 TYP_VA_BUSTRANS_TAS Private See coding 20050330 TYP_VA_BUSTRANS_TAS TYPE SORTED TABLE OF TYP_VA_BUSTRANS WITH UNIQUE KEY valuation_area bustransid
Method Signatures

Method CHECK_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EVENT_CATEGORY Call by reference Type reference (TYPE) TPM_TRD_EVENT_CATEGORY Eventtyp 20030103
2 Importing IM_TAB_EVENTS Call by reference Type reference (TYPE) TRDY_EVENT Eventliste 20030103
3 Returning RE_FLG_FOUND Value transfer Type reference (TYPE) I 1 = Event gefunden, 0 Event nicht gefunden 20030103

Method CHECK_EVENT on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CA_BUSINESSTRANSACTION_SLD has no parameter.
Method CLASS_CONSTRUCTOR on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method CONVERT_DB_TO_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_MAP_TRANSACTION Call by reference Type reference (TYPE) TYP_DB_DATA 20030103
2 Importing IM_DB_TRANSACTION Call by reference Type reference (TYPE) SLDT_TRANSACTION Nebenbuch Veteiler Geschäftsvorfälle 20030103
3 Importing IM_TAB_DB_EVENTS Call by reference Type reference (TYPE) SLDY_DB_EVENT Tabelle von Nebenbuch Verteiler Events im DB-Format 20030103
4 Importing IM_TAB_DB_FLOWS Call by reference Type reference (TYPE) SLDY_DB_FLOW Tabelle von Nebenbuch Verteiler Bewegungen im DB-Format 20030103

Method CONVERT_DB_TO_MAPPING on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method CONVERT_EVENTS_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_TAB_DB_EVENTS Call by reference Type reference (TYPE) SLDY_DB_EVENT Events im DB-Format 20030103
2 Importing IM_OS_GUID Call by reference Type reference (TYPE) TPM_DB_OS_GUID Objektidentität im Datenbankformat 20030103
3 Importing IM_TAB_MAP_EVENTS Call by reference Type reference (TYPE) TRDY_EVENT Events des TRD Geschäftsvorfalls 20030103

Method CONVERT_EVENTS_TO_DB on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method CONVERT_EVENTS_TO_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_MAP_TRANSACTION Call by reference Type reference (TYPE) TYP_DB_DATA GV in Mapping-Struktur 20030103
2 Importing IM_TAB_DB_EVENTS Call by reference Type reference (TYPE) SLDY_DB_EVENT Tabelle von Nebenbuch Verteiler Events im DB-Format 20030103

Method CONVERT_EVENTS_TO_MAPPING on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method CONVERT_FLOWS_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_TAB_DB_FLOWS Call by reference Type reference (TYPE) SLDY_DB_FLOW Nebenbuch Verteiler Bewegungen im DB-Format 20030103
2 Importing IM_OS_GUID Call by reference Type reference (TYPE) TPM_DB_OS_GUID Objektidentität im Datenbankformat 20030103
3 Importing IM_TAB_MAP_FLOWS Call by reference Type reference (TYPE) TRDY_FLOW_KEY Nebenbuch Verteiler Bewegungen 20030103
4 Importing IM_TAB_MAP_PARTITIONS Call by reference Type reference (TYPE) TRDY_PARTITION_SET Treasury: Tabelle von Partition-Sets 20030129

Method CONVERT_FLOWS_TO_DB on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method CONVERT_FLOWS_TO_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_MAP_TRANSACTION Call by reference Type reference (TYPE) TYP_DB_DATA GV in Mapping-Struktur 20030103
2 Importing IM_TAB_DB_FLOWS Call by reference Type reference (TYPE) SLDY_DB_FLOW Tabelle von Nebenbuch Verteiler Bewegungen im DB-Format 20030103

Method CONVERT_FLOWS_TO_MAPPING on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method DELETE_PERSISTENT Signature

Method DELETE_PERSISTENT on class CA_BUSINESSTRANSACTION_SLD has no parameter.
Method DELETE_PERSISTENT on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method GET_CHANGED Signature

Method GET_CHANGED on class CA_BUSINESSTRANSACTION_SLD has no parameter.
Method GET_CHANGED on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method GET_CREATED Signature

Method GET_CREATED on class CA_BUSINESSTRANSACTION_SLD has no parameter.
Method GET_CREATED on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method GET_DELETED Signature

Method GET_DELETED on class CA_BUSINESSTRANSACTION_SLD has no parameter.
Method GET_DELETED on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method GET_OID_BY_REF Signature

Method GET_OID_BY_REF on class CA_BUSINESSTRANSACTION_SLD has no parameter.
Method GET_OID_BY_REF on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method GET_PERSISTENT_BY_BUSTRANSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BUSTRANSID Call by reference Type reference (TYPE) TPM_BUSTRANSID Geschäftsvorfalls-ID 20030103
2 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20030103
3 Returning RE_TRANSACTION Value transfer Object reference (TYPE REF TO) CL_BUSINESSTRANSACTION_SLD Nebenbuch-Verteiler Geschäftsvorfall 20030103

Method GET_PERSISTENT_BY_BUSTRANSID on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method GET_PERSISTENT_BY_DEAL_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPANY_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20030117
2 Importing IM_DEAL_NUMBER Call by reference Type reference (TYPE) TB_RFHA Finanzgeschäft 20030117
3 Importing IM_PLANNED_ACTION Call by reference Type reference (TYPE) TPM_PLANNED_ACTION Geplante Aktion auf einem Geschäftsvorfall 20030203
4 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20030117
5 Returning RE_TAB_TRANSACTION Value transfer Type reference (TYPE) SLDY_BUSINESS_TRANSACTION_CL Tabelle von SLD-GV 20030117

Method GET_PERSISTENT_BY_DEAL_NUMBER on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method GET_PERSISTENT_BY_ID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TAB_BUSTRANSID Call by reference Type reference (TYPE) TRDY_BUSTRANSID Tabelle von GV-Ids 20030103
2 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20030103
3 Returning RE_TAB_TRANSACTION Value transfer Type reference (TYPE) SLDY_BUSINESS_TRANSACTION_CL Tabelle von SLD-GV 20030103

Method GET_PERSISTENT_BY_ID_LIST on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method GET_PERSISTENT_BY_OID Signature

Method GET_PERSISTENT_BY_OID on class CA_BUSINESSTRANSACTION_SLD has no parameter.
Method GET_PERSISTENT_BY_OID on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method GET_STATUS Signature

Method GET_STATUS on class CA_BUSINESSTRANSACTION_SLD has no parameter.
Method GET_STATUS on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method LOAD_BUFFER_BY_BUSTRANSID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BUSTRANSID Call by reference Type reference (TYPE) TPM_BUSTRANSID Geschäftsvorfalls-ID 20030103
2 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20030103
# Exception Resumable Description Created on
1 TRANSACTION_NOT_FOUND TRD GV nicht gefunden 20030103

Method LOAD_BUFFER_BY_DEAL_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_COMPANY_CODE Call by reference Type reference (TYPE) BUKRS Buchungskreis 20030117
2 Importing IM_DEAL_NUMBER Call by reference Type reference (TYPE) TB_RFHA Finanzgeschäft 20030117
3 Importing IM_PLANNED_ACTION Call by reference Type reference (TYPE) TPM_PLANNED_ACTION Geplante Aktion auf einem Geschäftsvorfall 20030203
4 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20030117
# Exception Resumable Description Created on
1 TRANSACTION_NOT_FOUND TRD GV nicht gefunden 20030117

Method LOAD_BUFFER_BY_ID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TAB_BUSTRANSID Call by reference Type reference (TYPE) TRDY_BUSTRANSID Liste von GV-IDs 20030103
2 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20030103
# Exception Resumable Description Created on
1 TRANSACTION_NOT_FOUND TRD GV nicht gefunden 20030103

Method LOAD_DB_BUFFER Signature

Method LOAD_DB_BUFFER on class CA_BUSINESSTRANSACTION_SLD has no parameter.
Method LOAD_DB_BUFFER on class CA_BUSINESSTRANSACTION_SLD has no exception.

Method REG_TRANS_FOR_DB_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BUSTRANSID Call by reference Type reference (TYPE) TPM_BUSTRANSID Identifikator des Distributor-Geschäftsvorfalls 20050330
2 Importing IM_VALUATION_AREA Call by reference Type reference (TYPE) TPM_VAL_AREA Bewertungsbereich 20050330

Method REG_TRANS_FOR_DB_BUFFER on class CA_BUSINESSTRANSACTION_SLD has no exception.
History
Last changed by/on SAP  20050411 
SAP Release Created in 200