SAP CA_FIXINGSUM_TRL OO Class - Agent Treasury: Transaction Figures









CA_FIXINGSUM_TRL is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CA_FIXINGSUM_TRL including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CA_FIXINGSUM_TRL is CB_FIXINGSUM_TRL

Method list of CA_FIXINGSUM_TRL SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ACCESS_RT_BUFFERPrivate
CALL METHOD ca_fixingsum_trl=>ACCESS_RT_BUFFER...more details

CLASS_CONSTRUCTORClass ConstructorPublic
CALL METHOD ca_fixingsum_trl=>CLASS_CONSTRUCTOR...more details

CREATE_PERSISTENT_BY_KEYPublic
CALL METHOD ca_fixingsum_trl=>CREATE_PERSISTENT_BY_KEY...more details

DELETE_PERSISTENTPublic
CALL METHOD ca_fixingsum_trl=>DELETE_PERSISTENT...more details

GET_CHANGEDPublic
CALL METHOD ca_fixingsum_trl=>GET_CHANGED...more details

GET_COMPLETE_FIXINGSUMSGenerates a Complete Transaction Figure with all AttributesPublic
CALL METHOD ca_fixingsum_trl=>GET_COMPLETE_FIXINGSUMS...more details

GET_CREATEDPublic
CALL METHOD ca_fixingsum_trl=>GET_CREATED...more details

GET_DELETEDPublic
CALL METHOD ca_fixingsum_trl=>GET_DELETED...more details

GET_FS_BY_POSITIONSGets Transaction Figure via PositionsPublic
CALL METHOD ca_fixingsum_trl=>GET_FS_BY_POSITIONS...more details

GET_FS_BY_POSITION_TRANSACTIONGets Transaction Figure via Position and Business Transact.Public
CALL METHOD ca_fixingsum_trl=>GET_FS_BY_POSITION_TRANSACTION...more details

GET_LAST_FS_UNTIL_DATEMost Recent Transaction Figure to Date (Incl.)Public
CALL METHOD ca_fixingsum_trl=>GET_LAST_FS_UNTIL_DATE...more details

GET_OID_BY_REFPublic
CALL METHOD ca_fixingsum_trl=>GET_OID_BY_REF...more details

GET_PERSISTENT_BY_KEYPublic
CALL METHOD ca_fixingsum_trl=>GET_PERSISTENT_BY_KEY...more details

GET_PERSISTENT_BY_OIDPublic
CALL METHOD ca_fixingsum_trl=>GET_PERSISTENT_BY_OID...more details

GET_REF_BY_OIDPublic
CALL METHOD ca_fixingsum_trl=>GET_REF_BY_OID...more details

GET_STATUSPublic
CALL METHOD ca_fixingsum_trl=>GET_STATUS...more details

REFRESH_RUNTIMELöscht die Laufzeitobjekte der KlassePublic
CALL METHOD ca_fixingsum_trl=>REFRESH_RUNTIME...more details

SAVEPublic
CALL METHOD ca_fixingsum_trl=>SAVE...more details

SAVE_IN_UPDATE_TASKPublic
CALL METHOD ca_fixingsum_trl=>SAVE_IN_UPDATE_TASK...more details

SET_STATUSPublic
CALL METHOD ca_fixingsum_trl=>SET_STATUS...more details



CA_FIXINGSUM_TRL attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
AGENTStatic AttributeClass Agent - SingletonLIKE
CA_FIXINGSUM_TRL
Public
RT_BUFFERInstance AttributeLIKE
T_STR_RT
Private
TAS_RT_BUFFERInstance AttributeLIKE
T_TAS_RT
Private


Events of Class CA_FIXINGSUM_TRL

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... AGENT_CREATED -
CREATED_PERSISTENT -
CREATED_TRANSIENT -
DELETED -
LOADED_WITHOUT_STATE -
LOADED_WITH_STATE -
TO_BE_DELETED -



CA_FIXINGSUM_TRL types

T_STR_RT -
T_TAS_RT -

Links to Related Class(s)

CA_FIXIN...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!