SAP ABAP Class CL_SAL_READ_FILES (Help Method for Evaluation of Files)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC (Application Component) Security
     SECU (Package) Security Audit
Properties
Class CL_SAL_READ_FILES  
Short Description Help Method for Evaluation of Files    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SECU   Security Audit 
Created 20130420   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SDYDO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SAL_READ_FILES has no interface implemented.
Friends
Class CL_SAL_READ_FILES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MAX_DAT Constant Public Type reference (TYPE) SY-DATUM '99991231' Maximum Date 20130421
2 GC_MAX_TIME Constant Public Type reference (TYPE) SY-UZEIT '235959' Maximum Time 20130421
3 GC_MIN_DAT Constant Public Type reference (TYPE) SY-DATUM '19950101' Minimum Date 20130421
4 GC_MIN_TIME Constant Public Type reference (TYPE) SY-UZEIT '000000' Minimum Time 20130421
5 GC_RSAU_CLASS_SYSTEM Constant Public Type reference (TYPE) TD_RSAU_CLASS_X 64 System Events 20130421
6 GC_SEVE_HIGH Constant Public Type reference (TYPE) I 9 Critical Events 20130421
7 GC_SEVE_LOW Constant Public Type reference (TYPE) I 2 Information 20130421
8 GC_SEVE_MED Constant Public Type reference (TYPE) I 5 Severe Events 20130421
9 GD_CNT_SEVE_HIGH Instance attribute Private Type reference (TYPE) SY-TABIX Counter for Critical Events 20130421
10 GD_CNT_SEVE_LOW Instance attribute Private Type reference (TYPE) SY-TABIX Counter for Information Events 20130421
11 GD_CNT_SEVE_MED Instance attribute Private Type reference (TYPE) SY-TABIX Counter for Severe Events 20130421
12 GD_CURR_EVT_TX Instance attribute Private Type reference (TYPE) STRING Text Buffer 20130421
13 GD_MAX_SEVE Instance attribute Private Type reference (TYPE) RSLGMSGSEV System log/audit: message importance 20130421
14 GD_MY_REPID Instance attribute Private Type reference (TYPE) SY-REPID Calling Program 20130421
15 GD_RSAU_CLASS Instance attribute Private Type reference (TYPE) TD_RSAU_CLASS_X Hexadecimal-Encoded Message Class Selection 20130421
16 GD_SEL_READ_KERNEL Instance attribute Private Type reference (TYPE) BOOLE_D Kernel with selective read method 20130421
17 GD_SRC_TXT Instance attribute Private Type reference (TYPE) TSL1T-TXT Search Text Without Escape Characters 20130421
18 GD_SRC_TXT_P Instance attribute Private Type reference (TYPE) TSL1T-TXT Search Text with Escape Characters 20130421
19 GD_STAT_MODE Instance attribute Private Type reference (TYPE) BOOLE_D Statistics recording 20130421
20 GO_DBOX Instance attribute Public Object reference (TYPE REF TO) CL_GUI_DIALOGBOX_CONTAINER Container for Custom Controls in Screen Area 20130421
21 GS_REAL_INTV Instance attribute Private Type reference (TYPE) TS_INTERVAL Structure for time interval 20130421
22 GS_TINTV Instance attribute Private Type reference (TYPE) TS_INTERVAL Time interval to be evaluated 20130421
23 GS_TSL1D_BUF Instance attribute Private Type reference (TYPE) TS_TSL1D_ATTR Static attributes of an SAL message 20130421
24 GS_TX_BUF Static Attribute Private Type reference (TYPE) TS_TX_BUF Fast text buffer 20130421
25 GT_COLOR_G Instance attribute Private Type reference (TYPE) SLIS_T_SPECIALCOL_ALV Column color green 20130421
26 GT_COLOR_R Instance attribute Private Type reference (TYPE) SLIS_T_SPECIALCOL_ALV Column color red 20130421
27 GT_COLOR_Y Instance attribute Private Type reference (TYPE) SLIS_T_SPECIALCOL_ALV Column color yellow 20130421
28 GT_OUT Instance attribute Private Type reference (TYPE) TT_OUT Output Table for Messages 20130421
29 GT_R_CLIENT Instance attribute Private Type reference (TYPE) TT_R_CLIENT Range for Clients 20130421
30 GT_R_EVTS Instance attribute Private Type reference (TYPE) TT_R_EVTS Range for Message Numbers 20130421
31 GT_R_REPS Instance attribute Private Type reference (TYPE) TT_R_REPS Range for Reports 20130421
32 GT_R_SERVER Instance attribute Private Type reference (TYPE) TT_R_SERVER Range for Server Names 20130421
33 GT_R_TERM Instance attribute Private Type reference (TYPE) TT_R_TERM Range for Terminals 20130421
34 GT_R_TRAN Instance attribute Private Type reference (TYPE) TT_R_TRAN Range for Transactions 20130421
35 GT_R_USER Instance attribute Private Type reference (TYPE) TT_R_USER Range for Users 20130421
36 GT_STAT_BENU Instance attribute Private Type reference (TYPE) TT_STAT_BENU Statistics for collected users (table) 20130421
37 GT_STAT_EVTS Instance attribute Private Type reference (TYPE) TT_STAT_EVTS Statistics for Events (Table) 20130421
38 GT_STAT_INST Instance attribute Private Type reference (TYPE) TT_STAT_INST Statistics for CPUs (Table) 20130421
39 GT_STAT_MANDT Instance attribute Private Type reference (TYPE) TT_STAT_MANDT Statistics for collected clients (table) 20130421
40 GT_STAT_REPO Instance attribute Private Type reference (TYPE) TT_STAT_REPO Statistics for collected programs (table) 20130421
41 GT_STAT_TRAN Instance attribute Private Type reference (TYPE) TT_STAT_TRAN Statistics for collected transactions (table) 20130421
42 GT_TSL1D_BUF Instance attribute Public Type reference (TYPE) TT_TSL1D_ATTR Buffer table for message attributes 20130421
43 GT_TXTPOOL Static Attribute Private Type reference (TYPE) TEXTPOOL_TABLE Text pool for IDs 20130421
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_AND_COLLECT_RECORD Instance method Public Method Validate log entry and convert to output format 20130421
2 CHECK_FAST_WHILE_PRESEL Instance method Public Method Check data record with regard to selection (SM20) 20130421
3 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20130421
4 COLLECT_STAT_DATA Instance method Private Method Extend statistical data in accordance with current record 20130421
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130421
6 GET_KRN_MODE Instance method Public Method Return kernel mode information 20130421
7 GET_RESULT_TAB Instance method Public Method Pass output table to caller 20130421
8 GET_SH_TXT Static method Public Method Transfer text elements 20130421
9 GET_STATISTIC_DATA Instance method Public Method Pass statistical data to output table for caller 20130421
10 GET_TSL1D_DEFINITION Instance method Public Method Load static additional information about message 20130421
11 GET_TSL1D_DEFINITION_SHTX Static method Public Method Get static texts for message definition 20130421
12 PROGRESS_INDICATOR Instance method Public Method Progress Display 20130421
13 REPLACE_PARAMETERS_IN_TXT Static method Public Method Replace placeholders with passed parameters 20130421
14 SET_KRN_MODE Instance method Public Method Set kernel mode information 20130421
15 SET_SELSCR_RESTRICTIONS Instance method Public Method Transfer restrictions for validation 20130421
16 SHOW_ONE_EVENT_CLOSE Instance method Public Event handling method Close message display 20130421
17 SHOW_ONE_EVENT_POPUP Instance method Public Method Display a message with long text 20130421
18 SHOW_ONE_EVENT_POPUP_HEAD Instance method Private Method Display a message with long text (header attributes) 20130421
19 SPLIT_STR_TO_TAB Instance method Private Method Convert long string to table 20130421
Events
Class CL_SAL_READ_FILES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TD_RSAUTASKNO Public See coding Security Audit Log: Work Process Number 20130421 td_rsautaskno TYPE c LENGTH 3
2 TD_RSAU_CLASS_X Public See coding 20130421 td_rsau_class_x TYPE x LENGTH 4
3 TD_SH_TX Public See coding 20130421 td_sh_tx TYPE c LENGTH 25
4 TS_INTERVAL Public See coding 20130421 BEGIN OF ts_interval, dat_from TYPE sy-datum, dat_to TYPE sy-datum, tim_from TYPE sy-uzeit, tim_to TYPE sy-uzeit, END OF ts_interval
5 TS_OUT Public See coding 20130421 BEGIN OF ts_out , sel TYPE c LENGTH 1 , alginst TYPE rsauentr-slginst "Server , algtasktype TYPE c LENGTH 1 "Workprozess Typ , algtaskno TYPE c LENGTH 3 "Workprozess Nummer , algdate TYPE d "Datum , algtime TYPE t "Uhrzeit , algclient TYPE rsauentr-slgmand "Mandant , alguser TYPE rsauentr-slguser "User , alglterm TYPE rsauentr2-slgltrm2 "Terminal , algtcode TYPE rsauentr-slgtc "Transaktion , algrepna TYPE rsauentr-slgrepna "Programm , algarea TYPE tsl1d-area "Auditnachricht , algsubid TYPE tsl1d-subid , txsubclsid(20) TYPE c "Sicherheitsklasse Textformat , txseverity(20) TYPE c "Sicherheitsstufe Textformat , algshortsev(1) TYPE c "Sicherheitsstufe Kurzform , algstring TYPE string , algtext(132) TYPE c "Text der Meldung , algfileno TYPE rsauinfo-filenumber "Nummer der Datei , algfilepos TYPE rsauinfo-filenumber "Position , param1 TYPE rsauentr2-slgdata "XFB , param2 TYPE rsauentr2-slgdata , param3 TYPE rsauentr2-slgdata , paramrest TYPE rsauentr2-slgdata "all remaining fields , ct TYPE slis_t_specialcol_alv "colour support , END OF ts_out
6 TS_OUT_EXT Public See coding 20130421 BEGIN OF ts_out_ext, algsystem TYPE msname, alginst TYPE pfeinstnam, algdate TYPE rsaudate, algtime TYPE rsautime, algclient TYPE mandt, alguser TYPE xubname, alglterm TYPE rsauterm, algtcode TYPE tcode, algrepna TYPE program_id, algarea TYPE rslgarea, algsubid TYPE rslgsubid, txsubclsid TYPE rsausubctx, txseverity TYPE rsaumsgsev, algtext TYPE rsaumsgtxt, algstring TYPE string, "rsaumsgltxt, x_string TYPE iconname, algfileno TYPE rslgfileno, algfilepos TYPE rslgfiloff, algtasktype TYPE rslgtask, algtaskno TYPE td_rsautaskno, param1 TYPE rslg_data, param2 TYPE rslg_data, param3 TYPE rslg_data, param4 TYPE rslg_data, ct TYPE slis_t_specialcol_alv, END OF ts_out_ext
7 TS_STAT_BENU Public See coding Statistics for collected users 20130421 BEGIN OF ts_stat_benu , benu TYPE rslgtype-user , cnt TYPE i ,END OF ts_stat_benu
8 TS_STAT_EVTS Public See coding Statistics for Events 20130421 BEGIN OF ts_stat_evts , area TYPE tsl1d-area , subid TYPE tsl1d-subid , cnt TYPE i ,END OF ts_stat_evts
9 TS_STAT_INST Public See coding Statistics for CPUs 20130421 BEGIN OF ts_stat_inst , inst TYPE c LENGTH 20 , cnt TYPE i ,END OF ts_stat_inst
10 TS_STAT_MANDT Public See coding Statistics for collected clients 20130421 BEGIN OF ts_stat_mandt , mand TYPE sy-mandt , cnt TYPE i ,END OF ts_stat_mandt
11 TS_STAT_REPO Public See coding Statistics for collected programs 20130421 BEGIN OF ts_stat_repo , reps TYPE rslgtype-repna , cnt TYPE i ,END OF ts_stat_repo
12 TS_STAT_TRAN Public See coding Statistics for collected transactions 20130421 BEGIN OF ts_stat_tran , tran TYPE rslgtype-tcode , cnt TYPE i ,END OF ts_stat_tran
13 TS_TSL1D_ATTR Public See coding Buffer structure for event attributes 20130421 BEGIN OF ts_tsl1d_attr, area TYPE tsl1d-area, subid TYPE tsl1d-subid, clasid TYPE tsl1d-clasid, subclasid TYPE tsl1d-subclasid, severity TYPE tsl1d-severity, monbew TYPE tsl1d-monbew, monkat TYPE tsl1d-monkat, tx_subcid TYPE c LENGTH 20, tx_severi TYPE c LENGTH 20, txt TYPE tsl1t-txt, END OF ts_tsl1d_attr
14 TS_TX_BUF Public See coding 20130421 BEGIN OF ts_tx_buf, t_061 TYPE td_sh_tx, t_062 TYPE td_sh_tx, t_063 TYPE td_sh_tx, t_064 TYPE td_sh_tx, t_065 TYPE td_sh_tx, t_066 TYPE td_sh_tx, t_067 TYPE td_sh_tx, t_068 TYPE td_sh_tx, t_100 TYPE td_sh_tx, t_101 TYPE td_sh_tx, t_102 TYPE td_sh_tx, END OF ts_tx_buf
15 TT_OUT Public See coding 20130421 tt_out TYPE STANDARD TABLE OF ts_out
16 TT_OUT_EXT Public See coding 20130421 tt_out_ext TYPE STANDARD TABLE OF ts_out_ext
17 TT_R_CLIENT Public See coding Range for Clients 20130421 tt_r_client TYPE RANGE OF rsauentr-slgmand
18 TT_R_EVTS Public See coding Range for Server Names 20130421 tt_r_evts TYPE RANGE OF rslgno
19 TT_R_REPS Public See coding Range for Users 20130421 tt_r_reps TYPE RANGE OF rsauentr-slgrepna
20 TT_R_SERVER Public See coding Range for Terminals 20130421 tt_r_server TYPE RANGE OF rsauentr-slginst
21 TT_R_TERM Public See coding Range for Transactions 20130421 tt_r_term TYPE RANGE OF rsauentr2-slgltrm2
22 TT_R_TRAN Public See coding Range for Reports 20130421 tt_r_tran TYPE RANGE OF rsauentr-slgtc
23 TT_R_USER Public See coding Range for Message Numbers 20130421 tt_r_user TYPE RANGE OF rsauentr-slguser
24 TT_STAT_BENU Public See coding Statistics for collected users (table) 20130421 tt_stat_benu TYPE STANDARD TABLE OF ts_stat_benu
25 TT_STAT_EVTS Public See coding Statistics for Events (Table) 20130421 tt_stat_evts TYPE STANDARD TABLE OF ts_stat_evts
26 TT_STAT_INST Public See coding Statistics for CPUs (Table) 20130421 tt_stat_inst TYPE STANDARD TABLE OF ts_stat_inst
27 TT_STAT_MANDT Public See coding Statistics for collected clients (table) 20130421 tt_stat_mandt TYPE STANDARD TABLE OF ts_stat_mandt
28 TT_STAT_REPO Public See coding Statistics for collected programs (table) 20130421 tt_stat_repo TYPE STANDARD TABLE OF ts_stat_repo
29 TT_STAT_TRAN Public See coding Statistics for collected transactions (table) 20130421 tt_stat_tran TYPE STANDARD TABLE OF ts_stat_tran
30 TT_TSL1D_ATTR Public See coding Buffer table for event attributes 20130421 tt_tsl1d_attr TYPE STANDARD TABLE OF ts_tsl1d_attr
Method Signatures

Method CHECK_AND_COLLECT_RECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ED_RC Value transfer Type reference (TYPE) SY-SUBRC 1 - Wenn IS_REC zur Ausgabetabelle hinzugefügt wurde 20130421
2 Importing IS_REC Call by reference Type reference (TYPE) RSAUETAB2 Rohdatensatz aus Auditlog-Datei 20130421

Method CHECK_AND_COLLECT_RECORD on class CL_SAL_READ_FILES has no exception.

Method CHECK_FAST_WHILE_PRESEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ED_RESULT Value transfer Type reference (TYPE) BOOLE_D X ... wenn Satz ungültig 20130421
2 Importing IS_ENTRY Call by reference Type reference (TYPE) RSAUENTR2 Security Auditlog-Eintrag Version 2 mit langem Terminalnamen 20130421

Method CHECK_FAST_WHILE_PRESEL on class CL_SAL_READ_FILES has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method COLLECT_STAT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REC Call by reference Type reference (TYPE) TS_OUT Ausgabestrukturtyp für Meldungen 20130421

Method COLLECT_STAT_DATA on class CL_SAL_READ_FILES has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_REPID Call by reference Type reference (TYPE) SY-REPID Rufender report 20130421

Method CONSTRUCTOR on class CL_SAL_READ_FILES has no exception.

Method GET_KRN_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ED_NEW_MODE Value transfer Type reference (TYPE) BOOLE_D X = selektive Kernelleseroutine 20130421

Method GET_KRN_MODE on class CL_SAL_READ_FILES has no exception.

Method GET_RESULT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_OUT Call by reference Type reference (TYPE) TT_OUT Ausgabetabelle für Meldungen 20130421
2 Changing ET_OUT_EXT Call by reference Type reference (TYPE) TT_OUT_EXT Ausgabetabellentyp für Meldungen 20130421
3 Importing ID_NO_COLOR Call by reference Type reference (TYPE) BOOLE_D Keine Farbdarstellung benötigt 20130421
4 Importing ID_NO_DUPREC Call by reference Type reference (TYPE) BOOLE_D Duplikate verdichten 20130421
5 Importing ID_RESET Call by reference Type reference (TYPE) BOOLE_D 'X' Globale Tabelle nach der Übergabe zurücksetzen 20130421

Method GET_RESULT_TAB on class CL_SAL_READ_FILES has no exception.

Method GET_SH_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ED_TX Value transfer Type reference (TYPE) SDYDO_TEXT_ELEMENT Kurztext 20130421
2 Importing ID_TXT_ID Call by reference Type reference (TYPE) SY-UCOMM Textbezeichner 20130421

Method GET_SH_TXT on class CL_SAL_READ_FILES has no exception.

Method GET_STATISTIC_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_CNT_SEV_H Call by reference Type reference (TYPE) SY-TABIX ABAP-Systemfeld: Zeilenindex interner Tabellen 20130421
2 Exporting ED_CNT_SEV_L Call by reference Type reference (TYPE) SY-TABIX ABAP-Systemfeld: Zeilenindex interner Tabellen 20130421
3 Exporting ED_CNT_SEV_M Call by reference Type reference (TYPE) SY-TABIX ABAP-Systemfeld: Zeilenindex interner Tabellen 20130421
4 Exporting ES_REAL_INTV Call by reference Type reference (TYPE) TS_INTERVAL Tatsächliches Intervall der Daten 20130421
5 Exporting ET_STAT_BENU Call by reference Type reference (TYPE) TT_STAT_BENU Statistik für ermittelte Benutzer (Tabelle) 20130421
6 Exporting ET_STAT_INST Call by reference Type reference (TYPE) TT_STAT_INST Statistik für cpus (Tabelle) 20130421
7 Exporting ET_STAT_MANDT Call by reference Type reference (TYPE) TT_STAT_MANDT Statistik für ermittelte Mandanten (Tabelle) 20130421
8 Exporting ET_STAT_REPO Call by reference Type reference (TYPE) TT_STAT_REPO Statistik für ermittelte Programme (Tabelle) 20130421
9 Exporting ET_STAT_TRAN Call by reference Type reference (TYPE) TT_STAT_TRAN Statistik für ermittelte Transaktionen (Tabelle) 20130421
10 Importing ID_RESET Call by reference Type reference (TYPE) BOOLE_D 'X' Daten nach Übergabe initialisieren 20130421

Method GET_STATISTIC_DATA on class CL_SAL_READ_FILES has no exception.

Method GET_TSL1D_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_BUF Value transfer Type reference (TYPE) TS_TSL1D_ATTR AuditLog: Ergänzung zu RSLGTCACHE 20130421
2 Importing ID_AREA Call by reference Type reference (TYPE) TSL1D-AREA SysLog: Gebiet von 36 SysLog-Meldungen 20130421
3 Importing ID_SUBID Call by reference Type reference (TYPE) TSL1D-SUBID SysLog: dritte Stelle des Meldungsnamens 20130421

Method GET_TSL1D_DEFINITION on class CL_SAL_READ_FILES has no exception.

Method GET_TSL1D_DEFINITION_SHTX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_REC Call by reference Type reference (TYPE) TS_TSL1D_ATTR Statische Attribute einer SAL-Meldung 20130421

Method GET_TSL1D_DEFINITION_SHTX on class CL_SAL_READ_FILES has no exception.

Method PROGRESS_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MODE Call by reference Type reference (TYPE) SY-UCOMM Schlüsselname der Aktivität 20130421
2 Importing ID_VAR Call by reference Type reference (TYPE) ANY ggf. auszugebende Detailinfo 20130421

Method PROGRESS_INDICATOR on class CL_SAL_READ_FILES has no exception.

Method REPLACE_PARAMETERS_IN_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CD_PARA Call by reference Type reference (TYPE) STRING Parameterwerte 20130421
2 Changing CS_OUT Call by reference Type reference (TYPE) TS_OUT Ausgabestrukturtyp für Meldungen 20130421

Method REPLACE_PARAMETERS_IN_TXT on class CL_SAL_READ_FILES has no exception.

Method SET_KRN_MODE Signature

Method SET_KRN_MODE on class CL_SAL_READ_FILES has no parameter.
Method SET_KRN_MODE on class CL_SAL_READ_FILES has no exception.

Method SET_SELSCR_RESTRICTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ED_FAILED Value transfer Type reference (TYPE) BOOLE_D X .. ungültiges Selektionsset 20130421
2 Importing ID_MAX_SEVERITY Call by reference Type reference (TYPE) RSLGMSGSEV 9 / 5 / 2 Kritisch, Wichtig, ... 20130421
3 Importing ID_MSG_CLASS Call by reference Type reference (TYPE) TD_RSAU_CLASS_X Meldungsklassenauswahl 20130421
4 Importing ID_SRC_TXT Call by reference Type reference (TYPE) CHAR40 Suche im Textteil einer Meldung 20130421
5 Importing ID_STATISTIC Call by reference Type reference (TYPE) BOOLE_D X = Statistikdaten sammeln 20130421
6 Importing IS_INTERVAL Call by reference Type reference (TYPE) TS_INTERVAL Struktur für Zeitintervall 20130421
7 Importing IS_SEL_SAL Call by reference Type reference (TYPE) RSAUSEL AuditLog: Selektionskriterien (Ergänzung zu RSLGSEL) 20130421
8 Importing IS_SEL_SLG Call by reference Type reference (TYPE) RSLGSEL SysLog: Selektionskriterien 20130421
9 Importing IT_R_CLIENT Call by reference Type reference (TYPE) TT_R_CLIENT Range für Mandant 20130421
10 Importing IT_R_EVTS Call by reference Type reference (TYPE) TT_R_EVTS Range für Meldungsnummern 20130421
11 Importing IT_R_REPS Call by reference Type reference (TYPE) TT_R_REPS Range für Reports 20130421
12 Importing IT_R_SERVER Call by reference Type reference (TYPE) TT_R_SERVER Range für Servername 20130421
13 Importing IT_R_TERM Call by reference Type reference (TYPE) TT_R_TERM Range für Terminals 20130421
14 Importing IT_R_TRAN Call by reference Type reference (TYPE) TT_R_TRAN Range für Transaktionen 20130421
15 Importing IT_R_USER Call by reference Type reference (TYPE) TT_R_USER Range für Benutzer 20130421

Method SET_SELSCR_RESTRICTIONS on class CL_SAL_READ_FILES has no exception.

Method SHOW_ONE_EVENT_CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20130421

Method SHOW_ONE_EVENT_CLOSE on class CL_SAL_READ_FILES has no exception.

Method SHOW_ONE_EVENT_POPUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OUT Call by reference Type reference (TYPE) TS_OUT Ausgabestrukturtyp für Meldungen 20130421

Method SHOW_ONE_EVENT_POPUP on class CL_SAL_READ_FILES has no exception.

Method SHOW_ONE_EVENT_POPUP_HEAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_HEAD Call by reference Object reference (TYPE REF TO) CL_DD_DOCUMENT Dynamische Dokumente: Dokument 20130421
2 Importing IS_OUT Call by reference Type reference (TYPE) TS_OUT Ausgabestrukturtyp für Meldungen 20130421

Method SHOW_ONE_EVENT_POPUP_HEAD on class CL_SAL_READ_FILES has no exception.

Method SPLIT_STR_TO_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_TX Value transfer Type reference (TYPE) SDYDO_TEXT_TABLE Texttabelle 20130421
2 Importing ID_LINE Call by reference Type reference (TYPE) SY-TABIX 128 Anzahl Zeichen pro Zeile 20130421
3 Importing ID_TX Call by reference Type reference (TYPE) STRING Textstream 20130421

Method SPLIT_STR_TO_TAB on class CL_SAL_READ_FILES has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740