SAP ABAP Class CL_BSP_BROK_BANKTR_TRIGG_SRV (Fills Trigger Table Incoming Payments)
Hierarchy
INSURANCE (Software Component) SAP Insurance
   FS-CD (Application Component) Collections/Disbursements
     FSCDITAGCY_BANKTR (Package) FS-CD: Italian Agency Coll. - Handling Inc. Bank Payments
Properties
Class CL_BSP_BROK_BANKTR_TRIGG_SRV  
Short Description Fills Trigger Table Incoming Payments    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FSCDITAGCY_BANKTR   FS-CD: Italian Agency Coll. - Handling Inc. Bank Payments 
Created 20031114   SAP 
Last change 20050428   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSP_BROK_BANKTR_TRIGG_SRV has no forward declaration.
Interfaces
Class CL_BSP_BROK_BANKTR_TRIGG_SRV has no interface implemented.
Friends
Class CL_BSP_BROK_BANKTR_TRIGG_SRV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 STATE_DONE Constant Public Type reference (TYPE) STATE_BANKTRIGG_ITAGCY 9 Entry Clarified 20031203
2 STATE_FREE Constant Public Type reference (TYPE) STATE_BANKTRIGG_ITAGCY SPACE Entry Free 20031203
3 STATE_IN_PROCESS Constant Public Type reference (TYPE) STATE_BANKTRIGG_ITAGCY 1 Entry in Processing 20031203
4 ST_KUKON Static Attribute Private Type reference (TYPE) TITAGCYKUKON TCat: Short Acct Assignment for Bank Transfers to Agencies 20031114
5 T_TRIGGER_CLARIFIED Instance attribute Private Type reference (TYPE) TITAGCYBNKTRTRIGG Table Category Trigger Entries Bank Payments Agency 20031203
6 T_TRIGGER_INSERT Instance attribute Private Type reference (TYPE) TITAGCYBNKTRTRIGG Table Category Trigger Entries Bank Payments Agency 20031203
7 T_TRIGGER_UPDATE Instance attribute Private Type reference (TYPE) TITAGCYBNKTRTRIGG Table Category Trigger Entries Bank Payments Agency 20050419
8 XUPDATE_TASK Instance attribute Private Type reference (TYPE) XFELD Flag: Post in Update Task 20031114
Methods
# Method Level Visibility Method type Description Created on
1 BANKTR_DEQUEUE Static method Public Method Triggers a Lock on the Clarification Case 20031204
2 BANKTR_ENQUEUE Static method Public Method Sets a Lock on the Clarification Case 20031204
3 BANKTR_SET_CLARIFIED Static method Public Method Sets Status for Trigger Entry to Completed 20031203
4 BANKTR_SET_FREE Static method Public Method Sets Status of Trigger Entry to 'Free' 20031204
5 BANKTR_SET_IN_PROCESS Static method Public Method Sets Status of Trigger Entry to 'In Processing' 20031203
6 CHECK_KUKON Instance method Public Method Testing Short Acct Assignment for Agency, Retention of Data 20031114
7 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20031114
8 COMMIT Instance method Public Method Commit Routine 20031114
9 INIT_TRIGGER Instance method Private Method Initialization of Trigger Data 20031114
10 ROLLBACK Instance method Public Method Rollback Routine 20031114
11 UPDATE Instance method Private Method Write Trigger Entries to Database 20031114
12 XUPDATE_TASK_SET Instance method Public Method Set Flag to Show Whether Posting Takes Place with Updater 20031114
Events
Class CL_BSP_BROK_BANKTR_TRIGG_SRV has no event.
Types
Class CL_BSP_BROK_BANKTR_TRIGG_SRV has no local type.
Method Signatures

Method BANKTR_DEQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYZ1 Call by reference Type reference (TYPE) KEYZ1_KK Zahlungsstapel 20031204
2 Importing I_POSZA Call by reference Type reference (TYPE) POSZA_KK Positionsnummer in einem Zahlungsstapel 20031204

Method BANKTR_DEQUEUE on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method BANKTR_ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_KEYZ1 Call by reference Type reference (TYPE) KEYZ1_KK Zahlungsstapel 20031204
2 Importing I_POSZA Call by reference Type reference (TYPE) POSZA_KK Positionsnummer in einem Zahlungsstapel 20031204

Method BANKTR_ENQUEUE on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method BANKTR_SET_CLARIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BANKTRITEM Call by reference Type reference (TYPE) SITAGCYBANKTRIGGDISPLAYEXT Erweitere Anzeigestruktur Eingangszahlungen Agentur 20031203
2 Importing I_CONT Call by reference Type reference (TYPE) CONT_ITAGCY Identifikation des Kassencontainers 20041103
3 Importing I_SEQNO Call by reference Type reference (TYPE) SEQNO_ITAGCY Folge-Nummer 20041103

Method BANKTR_SET_CLARIFIED on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method BANKTR_SET_FREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BANKTRITEM Call by reference Type reference (TYPE) SITAGCYBANKTRIGGDISPLAYEXT Erweitere Anzeigestruktur Eingangszahlungen Agentur 20031204

Method BANKTR_SET_FREE on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method BANKTR_SET_IN_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BANKTRITEM Call by reference Type reference (TYPE) SITAGCYBANKTRIGGDISPLAYEXT Erweitere Anzeigestruktur Eingangszahlungen Agentur 20031203
2 Importing I_UNAME Call by reference Type reference (TYPE) UNAME Benutzername 20031203

Method BANKTR_SET_IN_PROCESS on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method CHECK_KUKON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KUKON_CHECK Call by reference Type reference (TYPE) ITAGCYBNKTRTRIGG Prüfstruktur auf Kurzkontierungen für Agenturen 20031114
2 Importing LX_UPDATE_ENTRY Call by reference Type reference (TYPE) XFELD SPACE Eintrag soll auf der DB aktualisiert statt hinzugefügt werde 20050419
3 Returning RX_UPDATE Value transfer Type reference (TYPE) XFELD Kennzeichen: Update erforderlich 20031114

Method CHECK_KUKON on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method COMMIT Signature

Method COMMIT on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no parameter.
Method COMMIT on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method INIT_TRIGGER Signature

Method INIT_TRIGGER on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no parameter.
Method INIT_TRIGGER on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method ROLLBACK Signature

Method ROLLBACK on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no parameter.
Method ROLLBACK on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method UPDATE Signature

Method UPDATE on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no parameter.
Method UPDATE on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.

Method XUPDATE_TASK_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IX_UPDATE_TASK Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20031114

Method XUPDATE_TASK_SET on class CL_BSP_BROK_BANKTR_TRIGG_SRV has no exception.
History
Last changed by/on SAP  20050428 
SAP Release Created in 472