SAP ABAP Class CL_FISCM_CATEGORY (Category of the Event Log)
Hierarchy
FI-CA (Software Component) FI-CA
   CA-GTF (Application Component) General Application Functions
     FISCM (Package) FSCM Central Objects
Properties
Class CL_FISCM_CATEGORY  
Short Description Category of the Event Log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FISCM   FSCM Central Objects 
Created 20011105   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_FISCM_CATEGORY has no interface implemented.
Friends
Class CL_FISCM_CATEGORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVEMSGTY Instance attribute Public Type reference (TYPE) SYMSGTY Smallest Message Class to be Logged 20011122
2 AGGREGATION Instance attribute Public Type reference (TYPE) EVENTAGGREGATION_FIS Aggregation of Log Entries 20011114
3 CO_AGGREGATION_NEWEST Constant Public Type reference (TYPE) EVENTAGGREGATION_FIS 'N' Aggregation of Log Entries 20011114
4 CO_AGGREGATION_NO Constant Public Type reference (TYPE) EVENTAGGREGATION_FIS 'S' Aggregation of Log Entries 20011114
5 CO_AGGREGATION_OLDEST Constant Public Type reference (TYPE) EVENTAGGREGATION_FIS 'O' Aggregation of Log Entries 20011114
6 CO_CAT_CANCELPAYMENT Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0006' Cancellation of a Payment 20011109
7 CO_CAT_CHANGEADDRESS Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0008' Comment on Document 20020122
8 CO_CAT_CHANGEBANKDATA Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0010' Comment on Document 20020122
9 CO_CAT_CHANGECREDITCARDDATA Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0013' Comment on Document 20020122
10 CO_CAT_CREATEBANKDATA Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0009' Comment on Document 20020122
11 CO_CAT_CREATECREDITCARDDATA Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0012' Comment on Document 20020122
12 CO_CAT_CREATENOTE Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0007' Comment on Document 20020122
13 CO_CAT_DELETEBANKDATA Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0011' Comment on Document 20020122
14 CO_CAT_DELETECREDITCARDDATA Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0014' Comment on Document 20020122
15 CO_CAT_DISPLAYDETAILS Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0003' Display Document Details 20011206
16 CO_CAT_DISPLAYHEADER Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0002' Display DocHeader 20011109
17 CO_CAT_DISPLAYNOTE Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0015' Comment on Document 20020122
18 CO_CAT_LOGON Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0001' System Logon 20011109
19 CO_CAT_PARTIALPAYMENT Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0005' Partial Payment of a Bill 20011109
20 CO_CAT_TOTALPAYMENT Constant Public Type reference (TYPE) CATEGORYNAME_FIS 'FSCM0004' Complete Payment of Bill 20011109
21 CO_DEFAULT_ACTIVE Constant Public Type reference (TYPE) CATEGORYACTIVE_FIS CO_FALSE Indicator Whether Category Is Active 20011115
22 CO_DEFAULT_ACTIVEMSGTY Constant Public Type reference (TYPE) SYMSGTY 'S' Default Standard Message Category 20011122
23 CO_DEFAULT_AGGREGATION Constant Public Type reference (TYPE) EVENTAGGREGATION_FIS CO_AGGREGATION_NO Aggregation of Log Entries 20011114
24 CO_DEFAULT_DAYSTOKEEP Constant Public Type reference (TYPE) DAYSTOKEEP_FIS 60 Number of Days Log Entry is Stored 20011114
25 CO_DEFAULT_ISBUKRSREL Constant Public Type reference (TYPE) CATEGORYBUKRS_FIS CO_FALSE Default Value for Company Code Reference 20011219
26 CO_DEFAULT_ISDOCREL Constant Public Type reference (TYPE) CATEGORYDOCUMENT_FIS CO_FALSE Default Value for Document Reference 20011219
27 CO_DEFAULT_MSGID Constant Public Type reference (TYPE) SYMSGID 'FISLOG' Default Value for Standard Message Class 20011106
28 CO_DEFAULT_MSGNO Constant Public Type reference (TYPE) SYMSGNO '000' Default Value of Standard Message Number 20011106
29 CO_DEFAULT_MSGTY Constant Public Type reference (TYPE) SYMSGTY 'S' Default Standard Message Category 20011122
30 CO_FALSE Constant Public Type reference (TYPE) CATEGORYBUKRS_FIS SPACE Boolean false 20011106
31 CO_GLOBAL_ACTIVE Constant Private Type reference (TYPE) CATEGORYBUKRS_FIS CO_TRUE Global Switch to Lock Logging Centrally 20011129
32 CO_TRUE Constant Public Type reference (TYPE) CATEGORYBUKRS_FIS 'X' Boolean True 20011106
33 DAYSTOKEEP Instance attribute Public Type reference (TYPE) DAYSTOKEEP_FIS Number of Days Log Entry is Stored 20011114
34 ISACTIVE Instance attribute Private Type reference (TYPE) CATEGORYACTIVE_FIS Indicator Whether Category Is Active 20011116
35 ISBUKRSREL Instance attribute Public Type reference (TYPE) CATEGORYBUKRS_FIS Indicator: Company Code Reference for Category? 20011105
36 ISDOCREL Instance attribute Public Type reference (TYPE) CATEGORYDOCUMENT_FIS Indicator: Document Reference for Category 20011105
37 ISTEXTCHANGED Instance attribute Private Type reference (TYPE) CATEGORYBUKRS_FIS CO_FALSE Have Texts Been Changed? 20011206
38 ISTEXTREADFROMDB Instance attribute Private Type reference (TYPE) CATEGORYBUKRS_FIS CO_FALSE Have Texts Been Read by the DB 20011206
39 MSGID Instance attribute Public Type reference (TYPE) SYMSGID Message Class of Standard Message 20011105
40 MSGNO Instance attribute Public Type reference (TYPE) SYMSGNO Message Number of Standard Message 20011105
41 MSGTY Instance attribute Public Type reference (TYPE) SYMSGTY Message Category of Standard Message 20011122
42 NAME Instance attribute Public Type reference (TYPE) CATEGORYNAME_FIS Name of Category of Event Log 20011105
43 T_BUKRS Instance attribute Private Type reference (TYPE) T_BUKRS Non-Active List of Company Codes 20011115
44 T_TEXT Instance attribute Private Type reference (TYPE) T_TEXT Text for the Log Category 20011206
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUKRS Instance method Public Method Adds Company Code to Non-Active List 20011115
2 CHANGE_RETURN_MESSAGE Static method Public Method Fills BAPIRET1 Structure 20011220
3 DELETE Instance method Public Method Deletes a Category and All Dependent Entries from the DB 20011115
4 GENERATE_DEFAULTS Static method Public Method Creates all System Categories or Resets Defaults 20011122
5 GET_INSTANCE Static method Public Method Gets an Instance and Buffers it 20011105
6 GET_NEW_INSTANCE Static method Private Method Gets an Instance 20011109
7 GET_TEXT Instance method Public Method Read Text of Log Category 20011206
8 INITIALIZE Instance method Private Method Initializes a Category 20011106
9 INITIALIZE_FROM_DB Instance method Private Method Loads Category from Database 20011106
10 IS_ACTIVE Instance method Public Method Checks whether logging is active 20011116
11 IS_ACTIVE_FOR_BUKRS Instance method Public Method Checks whether logging active in company code 20011115
12 IS_ACTIVE_FOR_MSGTY Instance method Public Method Checks whether logging active for message type 20011127
13 IS_MSGTY_A_LE_B Static method Public Method Priority Metrics S < I < W < E < A < X 20011220
14 IS_MSGTY_A_LT_B Static method Public Method Priority Metrics S < I < W < E < A < X 20011220
15 LOG_IT Instance method Public Method Log an Even (LOG Predefined SLIN) 20020102
16 LOG_NEWEST Instance method Private Method Log an Event (Latest) 20011120
17 LOG_OLDEST Instance method Private Method Log an Event (Oldest) 20011120
18 LOG_SIMPLE Instance method Private Method Log an Event (Simple) 20011120
19 READ_TEXT_FROM_DB Instance method Private Method Fills text table from database 20011206
20 REMOVE_BUKRS Instance method Public Method Removes Company Code from Non-Active List 20011115
21 SET_ACTIVE Instance method Public Method Are Entries to be Recorded 20011116
22 SET_ACTIVEMSGTY Instance method Public Method Smallest Message Category to be Logged 20011122
23 SET_AGGREGATION Instance method Public Method How should entries be aggregated? 20011114
24 SET_ALL Instance method Private Method Set All Attributes 20020122
25 SET_DAYSTOKEEP Instance method Public Method How long should entries be saved? 20011114
26 SET_DEFAULTS Instance method Public Method Set Default Values 20011115
27 SET_ISBUKRSREL Instance method Public Method Set Company Code Reference 20011105
28 SET_ISDOCREL Instance method Public Method Set Document Reference 20011105
29 SET_MESSAGE Instance method Public Method Set Default Message 20011105
30 SET_NAME Instance method Private Method Self-Explanatory Name 20011105
31 SET_TEXT Instance method Public Method Set the Text of the Log Category 20011206
32 STORE Instance method Public Method Saved Category to the DB 20011106
33 TEST Static method Public Method Test Class Functions 20011122
Events
Class CL_FISCM_CATEGORY has no event.
Types
Class CL_FISCM_CATEGORY has no local type.
Method Signatures

Method ADD_BUKRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUKRS Value transfer Type reference (TYPE) BUKRS Struktur zum Aufbau von Buchungskreistabelle 20011115

Method ADD_BUKRS on class CL_FISCM_CATEGORY has no exception.

Method CHANGE_RETURN_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSGID Value transfer Type reference (TYPE) SYMSGID Nachrichten, Nachrichtenklasse 20011220
2 Importing MSGNO Value transfer Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20011220
3 Importing MSGTY Value transfer Type reference (TYPE) SYMSGTY Nachrichten, Nachrichtentyp 20011220
4 Importing MSGV1 Value transfer Type reference (TYPE) SYMSGV SPACE Nachrichten, Nachrichtenvariable 20011220
5 Importing MSGV2 Value transfer Type reference (TYPE) SYMSGV SPACE Nachrichten, Nachrichtenvariable 20011220
6 Importing MSGV3 Value transfer Type reference (TYPE) SYMSGV SPACE Nachrichten, Nachrichtenvariable 20011220
7 Importing MSGV4 Value transfer Type reference (TYPE) SYMSGV SPACE Nachrichten, Nachrichtenvariable 20011220
8 Changing RETURN Call by reference Type reference (TYPE) BAPIRET1 Returnparameter 20011220

Method CHANGE_RETURN_MESSAGE on class CL_FISCM_CATEGORY has no exception.

Method DELETE Signature

Method DELETE on class CL_FISCM_CATEGORY has no parameter.
Method DELETE on class CL_FISCM_CATEGORY has no exception.

Method GENERATE_DEFAULTS Signature

Method GENERATE_DEFAULTS on class CL_FISCM_CATEGORY has no parameter.
Method GENERATE_DEFAULTS on class CL_FISCM_CATEGORY has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CATEGORY Value transfer Object reference (TYPE REF TO) CL_FISCM_CATEGORY Kategorie des Event Logs 20011105
2 Importing NAME Call by reference Type reference (TYPE) CATEGORYNAME_FIS Name einer Kategorie des Ereignis Logs 20011105

Method GET_INSTANCE on class CL_FISCM_CATEGORY has no exception.

Method GET_NEW_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CATEGORY Value transfer Object reference (TYPE REF TO) CL_FISCM_CATEGORY Kategorie des Event Logs 20011109
2 Importing NAME Call by reference Type reference (TYPE) CATEGORYNAME_FIS Name einer Kategorie des Ereignis Logs 20011109

Method GET_NEW_INSTANCE on class CL_FISCM_CATEGORY has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SPRAS Value transfer Type reference (TYPE) SPRAS SY-LANGU Sprache für Text 20011206
2 Returning TEXT Value transfer Type reference (TYPE) CATEGORYTEXT_FIS Text zur Protokollkategorie 20011206

Method GET_TEXT on class CL_FISCM_CATEGORY has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVEMSGTY Value transfer Type reference (TYPE) SYMSGTY Kleinste Nachrichtenklasse die noch protokolliert wird 20011122
2 Importing AGGREGATION Value transfer Type reference (TYPE) EVENTAGGREGATION_FIS Aggregationsverhalten von Protokolleinträgen 20011114
3 Importing DAYSTOKEEP Value transfer Type reference (TYPE) DAYSTOKEEP_FIS Anzahl Tage die ein Protokolleintrag aufgehoben wird 20011114
4 Importing ISACTIVE Value transfer Type reference (TYPE) CATEGORYACTIVE_FIS Kennzeichen ob für die Kategorie aktiv ist 20011116
5 Importing ISBUKRSREL Value transfer Type reference (TYPE) CATEGORYBUKRS_FIS Kennzeichen ob die Kategorie Buchungskreisbezug hat 20011106
6 Importing ISDOCREL Value transfer Type reference (TYPE) CATEGORYDOCUMENT_FIS Kennzeichen ob die Kategorie Belegbezug hat 20011106
7 Importing MSGID Value transfer Type reference (TYPE) SYMSGID Nachrichtenklasse der Standardnachricht 20011106
8 Importing MSGNO Value transfer Type reference (TYPE) SYMSGNO Nachrichtennummer der Standardnachricht 20011106
9 Importing MSGTY Value transfer Type reference (TYPE) SYMSGTY Nachrichtentyp der Standardnachricht 20011122
10 Importing NAME Value transfer Type reference (TYPE) CATEGORYNAME_FIS Name einer Kategorie des Ereignis Logs 20011106
11 Importing T_BUKRS Value transfer Type reference (TYPE) T_BUKRS Tabelle der Buchungskreise 20011115

Method INITIALIZE on class CL_FISCM_CATEGORY has no exception.

Method INITIALIZE_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) CATEGORYNAME_FIS allgemeines Datenelement fuer GUID Felder (X16) 20011206
# Exception Resumable Description Created on
1 NOT_FOUND Zur ID wurde kein Eintrag gefunden. 20011106

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ISACTIVE Value transfer Type reference (TYPE) CATEGORYACTIVE_FIS Kennzeichen ob die Kategorie Buchungskreisbezug hat 20011116
# Exception Resumable Description Created on
1 NO_BUKRS Für diese Kategorie IS_ACTIV_FOR_BUKRS verwenden 20011116

Method IS_ACTIVE_FOR_BUKRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20011115
2 Returning ISACTIVE Value transfer Type reference (TYPE) CATEGORYACTIVE_FIS Kennzeichen ob die Kategorie Buchungskreisbezug hat 20011116

Method IS_ACTIVE_FOR_BUKRS on class CL_FISCM_CATEGORY has no exception.

Method IS_ACTIVE_FOR_MSGTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ISACTIVE Value transfer Type reference (TYPE) CATEGORYACTIVE_FIS Würde dieser Nachrichtentyp protokolliert werden 20011127
2 Importing MSGTY Value transfer Type reference (TYPE) SYMSGTY Nachrichtentyp 20011127

Method IS_ACTIVE_FOR_MSGTY on class CL_FISCM_CATEGORY has no exception.

Method IS_MSGTY_A_LE_B Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ISLESSEQUAL Value transfer Type reference (TYPE) CATEGORYACTIVE_FIS Würde dieser Nachrichtentyp protokolliert werden 20011220
2 Importing MSGTYA Value transfer Type reference (TYPE) SYMSGTY Nachrichtentyp 20011220
3 Importing MSGTYB Value transfer Type reference (TYPE) SYMSGTY Nachrichten, Nachrichtentyp 20011220

Method IS_MSGTY_A_LE_B on class CL_FISCM_CATEGORY has no exception.

Method IS_MSGTY_A_LT_B Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ISLESS Value transfer Type reference (TYPE) CATEGORYACTIVE_FIS Würde dieser Nachrichtentyp protokolliert werden 20011220
2 Importing MSGTYA Value transfer Type reference (TYPE) SYMSGTY Nachrichtentyp 20011220
3 Importing MSGTYB Value transfer Type reference (TYPE) SYMSGTY Nachrichten, Nachrichtentyp 20011220

Method IS_MSGTY_A_LT_B on class CL_FISCM_CATEGORY has no exception.

Method LOG_IT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUKRS Value transfer Type reference (TYPE) BUKRS Buchungskreis 20020102
2 Importing DOCUMENTID Value transfer Type reference (TYPE) BORIDENT Object Relationship Service : BOR Objektidentifier 20020102
3 Importing MESSAGE Value transfer Type reference (TYPE) EDIMESSAGE Übergabestruktur mit allen Sy-Feldern für die T100 20020102
4 Importing REFERENCE Value transfer Type reference (TYPE) EVENTREFERENCE_FIS Vorgangsklammer 20020904
5 Exporting RETURN Value transfer Type reference (TYPE) BAPIRET1 Fehlermeldungen 20020102
6 Importing TIMESTAMP Value transfer Type reference (TYPE) TIMESTAMP_FIS Datum des Events 20020102
7 Importing USER Value transfer Type reference (TYPE) USER_FIS Userkennung im FSCM 20020102

Method LOG_IT on class CL_FISCM_CATEGORY has no exception.

Method LOG_NEWEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENTLOG Value transfer Type reference (TYPE) TFISEVENTLOG eintrag fürs Event Log 20011120
2 Changing RETURN Value transfer Type reference (TYPE) BAPIRET1 Returnparameter 20011220

Method LOG_NEWEST on class CL_FISCM_CATEGORY has no exception.

Method LOG_OLDEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENTLOG Value transfer Type reference (TYPE) TFISEVENTLOG eintrag fürs Event Log 20011120
2 Changing RETURN Value transfer Type reference (TYPE) BAPIRET1 Returnparameter 20011220

Method LOG_OLDEST on class CL_FISCM_CATEGORY has no exception.

Method LOG_SIMPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENTLOG Value transfer Type reference (TYPE) TFISEVENTLOG eintrag fürs Event Log 20011120
2 Changing RETURN Value transfer Type reference (TYPE) BAPIRET1 Returnparameter 20011220

Method LOG_SIMPLE on class CL_FISCM_CATEGORY has no exception.

Method READ_TEXT_FROM_DB Signature

Method READ_TEXT_FROM_DB on class CL_FISCM_CATEGORY has no parameter.
Method READ_TEXT_FROM_DB on class CL_FISCM_CATEGORY has no exception.

Method REMOVE_BUKRS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUKRS Value transfer Type reference (TYPE) BUKRS Struktur zum Aufbau von Buchungskreistabelle 20011115

Method REMOVE_BUKRS on class CL_FISCM_CATEGORY has no exception.

Method SET_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ISACTIVE Value transfer Type reference (TYPE) CATEGORYACTIVE_FIS Kennzeichen ob für die Kategorie aktiv ist 20011116

Method SET_ACTIVE on class CL_FISCM_CATEGORY has no exception.

Method SET_ACTIVEMSGTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVEMSGTY Call by reference Type reference (TYPE) SYMSGTY Kleinste Nachrichtenklasse die noch protokolliert wird 20011122

Method SET_ACTIVEMSGTY on class CL_FISCM_CATEGORY has no exception.

Method SET_AGGREGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AGGREGATION Call by reference Type reference (TYPE) EVENTAGGREGATION_FIS Aggregationsverhalten von Protokolleinträgen 20011114

Method SET_AGGREGATION on class CL_FISCM_CATEGORY has no exception.

Method SET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVEMSGTY Value transfer Type reference (TYPE) SYMSGTY Kleinste Nachrichtenklasse die noch protokolliert wird 20020122
2 Importing AGGREGATION Value transfer Type reference (TYPE) EVENTAGGREGATION_FIS Aggregationsverhalten von Protokolleinträgen 20020122
3 Importing DAYSTOKEEP Value transfer Type reference (TYPE) DAYSTOKEEP_FIS Anzahl Tage die ein Protokolleintrag aufgehoben wird 20020122
4 Importing ISACTIVE Value transfer Type reference (TYPE) CATEGORYACTIVE_FIS Kennzeichen ob für die Kategorie aktiv ist 20020122
5 Importing ISBUKRSREL Value transfer Type reference (TYPE) CATEGORYBUKRS_FIS Kennzeichen ob die Kategorie Buchungskreisbezug hat 20020122
6 Importing ISDOCREL Value transfer Type reference (TYPE) CATEGORYDOCUMENT_FIS Kennzeichen ob die Kategorie Belegbezug hat 20020122
7 Importing MSGID Value transfer Type reference (TYPE) SYMSGID Nachrichtenklasse der Standardnachricht 20020122
8 Importing MSGNO Value transfer Type reference (TYPE) SYMSGNO Nachrichtennummer der Standardnachricht 20020122
9 Importing MSGTY Value transfer Type reference (TYPE) SYMSGTY Nachrichtentyp der Standardnachricht 20020122
10 Importing TEXT Value transfer Type reference (TYPE) CATEGORYTEXT_FIS Langtext der Kategorie 20020122
11 Importing T_BUKRS Value transfer Type reference (TYPE) T_BUKRS Tabelle der Buchungskreise 20020122

Method SET_ALL on class CL_FISCM_CATEGORY has no exception.

Method SET_DAYSTOKEEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DAYSTOKEEP Value transfer Type reference (TYPE) DAYSTOKEEP_FIS Anzahl Tage die ein Protokolleintrag aufgehoben wird 20011114

Method SET_DAYSTOKEEP on class CL_FISCM_CATEGORY has no exception.

Method SET_DEFAULTS Signature

Method SET_DEFAULTS on class CL_FISCM_CATEGORY has no parameter.
Method SET_DEFAULTS on class CL_FISCM_CATEGORY has no exception.

Method SET_ISBUKRSREL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ISBUKRSREL Call by reference Type reference (TYPE) CATEGORYBUKRS_FIS Kennzeichen ob die Kategorie Buchungskreisbezug hat 20011105

Method SET_ISBUKRSREL on class CL_FISCM_CATEGORY has no exception.

Method SET_ISDOCREL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ISDOCREL Call by reference Type reference (TYPE) CATEGORYDOCUMENT_FIS Kennzeichen ob die Kategorie Buchungskreisbezug hat 20011105

Method SET_ISDOCREL on class CL_FISCM_CATEGORY has no exception.

Method SET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse der Standardnachricht 20011105
2 Importing MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer der Standardnachricht 20011105
3 Importing MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp der Standardnachricht 20011122

Method SET_MESSAGE on class CL_FISCM_CATEGORY has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Value transfer Type reference (TYPE) CATEGORYNAME_FIS Name einer Kategorie des Ereignis Logs 20011105

Method SET_NAME on class CL_FISCM_CATEGORY has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SPRAS Value transfer Type reference (TYPE) SPRAS SY-LANGU Sprache für Text 20011206
2 Importing TEXT Value transfer Type reference (TYPE) CATEGORYTEXT_FIS Text zur Protokollkategorie 20011206

Method SET_TEXT on class CL_FISCM_CATEGORY has no exception.

Method STORE Signature

Method STORE on class CL_FISCM_CATEGORY has no parameter.
Method STORE on class CL_FISCM_CATEGORY has no exception.

Method TEST Signature

Method TEST on class CL_FISCM_CATEGORY has no parameter.
Method TEST on class CL_FISCM_CATEGORY has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 464