SAP ABAP Class /DSD/SL_CL_VIEW_ENCASH_REVENUE (Display Collection Payments)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LE-DSD-RA-SL (Application Component) Route Settlement
     /DSD/SL (Package) Route Settlement
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /DSD/SL_IF_CONTENT Interface for Data Record Area 20020424
Properties
Class /DSD/SL_CL_VIEW_ENCASH_REVENUE  
Short Description Display Collection Payments    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /DSD/SL   Route Settlement 
Created 20020424   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /DSD/SL_CL_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 /DSD/SL_CL_FRAME_COCKPIT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 /DSD/SL_CL_TA_ENCASHMENT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /DSD/SL_IF_CONTENT Interface for Data Record Area 20020424
Friends
Class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MF_POSTED Instance attribute Private Type reference (TYPE) CHAR1 Payments Already Posted 20020712
2 MR_ALV Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20020424
3 MS_KEY Instance attribute Private Type reference (TYPE) /DSD/HH_RACVHD_KEY Key for Customer Visit 20020703
4 MS_LAYOUT Instance attribute Private Type reference (TYPE) LVC_S_LAYO ALV control: Layout structure 20020424
5 MS_SLD_KEYS Instance attribute Private Type reference (TYPE) /DSD/SL_SELECTVISIT_KEY_S Select Search Result with Visit 20021030
6 MT_DATA Instance attribute Private Type reference (TYPE) /DSD/SL_GUI_RAEC_S_TT Table Type Receipts / Expenditures 20020424
7 MT_FCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20020424
8 M_VISIBLE Instance attribute Private Type reference (TYPE) /DSD/HH_CHECKBOX Checkbox 20020424
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NEW_ROW Instance method Public Method Add New Line 20020605
2 BUILD_OUTPUT_ROW Instance method Private Method Change Row 20020424
3 CHANGE_FIELDCATALOG Instance method Public Method Change Field Catalog 20020510
4 CHECK_ROW Instance method Public Method Modification of a Line Required? 20020522
5 CONSTRUCTOR Instance method Public Constructor Constructor 20020424
6 DELETE_SELECTED_ROWS Instance method Public Method Delete Selected Items 20020605
7 DISPLAY_DATA Instance method Public Method Display Data 20020424
8 ENABLE_STYLE Instance method Private Method Set Ready for Input in Columns 20020430
9 EXCLUDE_FROM_TOOLBAR Instance method Private Method Remove Buttons 20020424
10 FILL_INPUT_CAPABLE Instance method Private Method Fill Table lvc_t_styl 20020430
11 GET_OUTPUT_ROW_BY_INDEX Instance method Public Method Determine Output Line Based on Index 20020522
12 GET_SELECTED_ROWS Instance method Public Method Determine Selected Lines 20020605
13 ON_TOOLBAR Instance method Public Event handling method Event Handler for "ON_TOOLBAR" 20020604
14 SET_DATA Instance method Public Method Prepare Data for Display 20020424
15 SET_EVENT_HANDLER Instance method Private Method Register Events 20020604
16 SET_FIELDCATALOG Instance method Public Method Create Field Catalog 20020424
17 SET_FOCUS Instance method Public Method Set Focus Line 20020424
18 SET_LAYOUT Instance method Public Method Define Layout 20020424
19 SET_MODE Instance method Public Method Change <-> Display 20020508
20 SET_SELECTED_ROWS Instance method Public Method Mark Lines in ALV 20020610
21 SET_SLD_KEYS Instance method Public Method Receive sld_key 20021030
Events
Class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no event.
Types
Class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no local type.
Method Signatures

Method ADD_NEW_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ROW Call by reference Type reference (TYPE) /DSD/HH_RAEC_S Struktur Einnahmen / Ausgaben 20020605

Method ADD_NEW_ROW on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method BUILD_OUTPUT_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_OUTPUT Call by reference Type reference (TYPE) /DSD/SL_GUI_RAEC_S structur revenue 20020425

Method BUILD_OUTPUT_ROW on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method CHANGE_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEYS Call by reference Type reference (TYPE) /DSD/HH_RACVHD_KEY_TT Schlüssel Kunden Besuch 20020510

Method CHANGE_FIELDCATALOG on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method CHECK_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MODIFY_ADD Call by reference Type reference (TYPE) /DSD/SL_MODIFY_S_TT zu ändernde Zellen 20020522
2 Importing IS_ROW Call by reference Type reference (TYPE) /DSD/SL_GUI_RAEC_S zu prüfende Zeile 20020522

Method CHECK_ROW on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER parent view 20020425
2 Importing I_OPEN Value transfer Type reference (TYPE) /DSD/HH_CHECKBOX parent subscreen open? 20020425

Method CONSTRUCTOR on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method DELETE_SELECTED_ROWS Signature

Method DELETE_SELECTED_ROWS on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no parameter.
Method DELETE_SELECTED_ROWS on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method DISPLAY_DATA Signature

Method DISPLAY_DATA on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no parameter.
Method DISPLAY_DATA on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method ENABLE_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Value transfer Type reference (TYPE) /DSD/SL_GUI_RAEC_S_TT Tabellentyp Zahlungen inklusive GUI Erweiterungen 20020430

Method ENABLE_STYLE on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method EXCLUDE_FROM_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FUNCTIONS_TO_EXCLUDE Call by reference Type reference (TYPE) UI_FUNCTIONS Tabulka funkčních kódů 20020425

Method EXCLUDE_FROM_TOOLBAR on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method FILL_INPUT_CAPABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CELLTAB Call by reference Type reference (TYPE) LVC_T_STYL ALV-Control: Tabulka stylů pro buňky 20020430

Method FILL_INPUT_CAPABLE on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method GET_OUTPUT_ROW_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ROW Call by reference Type reference (TYPE) /DSD/SL_GUI_RAEC_S Struktur Zahlungen inklusive GUI-spezifischer Felder 20020522
2 Importing I_ROW_ID Call by reference Type reference (TYPE) LVC_S_ROID-ROW_ID Přirozené číslo 20020522

Method GET_OUTPUT_ROW_BY_INDEX on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method GET_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROWS Call by reference Type reference (TYPE) /DSD/SL_GUI_RAEC_S_TT Tabellentyp Zahlungen inklusive GUI Erweiterungen 20020605

Method GET_SELECTED_ROWS on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method ON_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Call by reference Attribute reference (LIKE) 20020604
2 Importing E_OBJECT Call by reference Attribute reference (LIKE) 20020604

Method ON_TOOLBAR on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA Call by reference Type reference (TYPE) /DSD/SL_RAEC_S_TT data to be displayed 20020425

Method SET_DATA on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method SET_EVENT_HANDLER Signature

Method SET_EVENT_HANDLER on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no parameter.
Method SET_EVENT_HANDLER on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method SET_FIELDCATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEYS Call by reference Type reference (TYPE) /DSD/HH_RACVHD_KEY_TT Schlüssel Kunden Besuch 20020617

Method SET_FIELDCATALOG on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method SET_FOCUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ROW_ID Call by reference Type reference (TYPE) LVC_S_ROID the focus row 20020425

Method SET_FOCUS on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method SET_LAYOUT Signature

Method SET_LAYOUT on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no parameter.
Method SET_LAYOUT on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method SET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MAINTAIN Call by reference Type reference (TYPE) /DSD/HH_CHECKBOX Pole k zakřížkování 20020508

Method SET_MODE on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method SET_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROWS_NO Call by reference Type reference (TYPE) LVC_T_ROID Přiřazení čísel řádek a ID řádek 20020610

Method SET_SELECTED_ROWS on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.

Method SET_SLD_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SLD_KEYS Call by reference Type reference (TYPE) /DSD/SL_SELECTVISIT_KEY_S Select Suchergebnis mit Visit 20021030

Method SET_SLD_KEYS on class /DSD/SL_CL_VIEW_ENCASH_REVENUE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 461