SAP ABAP Class CL_ISSR_OUT_VIEW (ALV-Reporting: View-Komponente [abstrakt])
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-SR (Application Component) Regulatory reporting for insurance companies
     VVSRFISL (Package) Statutory Reporting for Insurance from FI-SL
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISSR_OUT_VIEW_DEFAULT ALV-Reporting: View-Komponente (Standard) 20080819
Properties
Class CL_ISSR_OUT_VIEW  
Short Description ALV-Reporting: View-Komponente [abstrakt]    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package VVSRFISL   Statutory Reporting for Insurance from FI-SL 
Created 20080707   SAP 
Last change 20081217   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISSR_OUT_VIEW has no interface implemented.
Friends
Class CL_ISSR_OUT_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_BOX_NAME_CLASSIC Instance attribute Public Type reference (TYPE) NAME_KOMP 20080819
2 MD_HELP_TEXT Instance attribute Public Type reference (TYPE) TEXT50 20080819
3 MD_SAVE Instance attribute Public Type reference (TYPE) CHAR1 20080819
4 MD_TITLE Instance attribute Public Type reference (TYPE) TEXT70 20080819
5 MF_USE_CHECKBOX_SELECTION Instance attribute Public Type reference (TYPE) ABAP_BOOL 20080819
6 MF_USE_DATESLICES Instance attribute Public Type reference (TYPE) ABAP_BOOL 20080819
7 MF_USE_GRID_CONTROL Instance attribute Public Type reference (TYPE) ABAP_BOOL 20080819
8 MF_USE_MULTIPLE_SELECTION Instance attribute Public Type reference (TYPE) ABAP_BOOL 20080819
9 MS_DATERANGE Instance attribute Public Type reference (TYPE) ISSR_TIMEFRAME 20080819
10 MS_VARIANT Instance attribute Public Type reference (TYPE) DISVARIANT 20080819
Methods
# Method Level Visibility Method type Description Created on
1 ADOPT_LAYOUT Instance method Protected Method 20080819
2 CONSTRUCTOR Instance method Public Constructor 20080819
3 GET_LAYOUT Instance method Public Method 20080819
4 SET_DATERANGE Instance method Public Method 20080819
5 SET_DEFAULT_VARIANT Instance method Public Method 20080819
6 SET_HELPTEXT Instance method Public Method 20080819
7 SET_TITLE Instance method Public Method 20080819
8 SET_VARIANT Instance method Public Method 20080819
9 USE_CHECKBOX_SELECTION Instance method Public Method 20080819
10 USE_DATESLICES Instance method Public Method 20080819
11 USE_GRID_CONTROL Instance method Public Method 20080819
Events
Class CL_ISSR_OUT_VIEW has no event.
Types
Class CL_ISSR_OUT_VIEW has no local type.
Method Signatures

Method ADOPT_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20080819

Method ADOPT_LAYOUT on class CL_ISSR_OUT_VIEW has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_ISSR_OUT_VIEW has no parameter.
Method CONSTRUCTOR on class CL_ISSR_OUT_VIEW has no exception.

Method GET_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LAYOUT Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20080819

Method GET_LAYOUT on class CL_ISSR_OUT_VIEW has no exception.

Method SET_DATERANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATERANGE Call by reference Type reference (TYPE) ISSR_TIMEFRAME Zeitraum von-bis 20080819

Method SET_DATERANGE on class CL_ISSR_OUT_VIEW has no exception.

Method SET_DEFAULT_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_HANDLE Call by reference Type reference (TYPE) ISSROUTPFLAYOUTHANDLE Layout-Handle 20080819
2 Importing ID_REPORT Call by reference Type reference (TYPE) DISVARIANT-REPORT Abap-Reportname 20080819

Method SET_DEFAULT_VARIANT on class CL_ISSR_OUT_VIEW has no exception.

Method SET_HELPTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_HELP_TEXT Value transfer Type reference (TYPE) CHAR50 Hilfetext 20080819

Method SET_HELPTEXT on class CL_ISSR_OUT_VIEW has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TITLE Call by reference Type reference (TYPE) CHAR70 Kommentar 20080819

Method SET_TITLE on class CL_ISSR_OUT_VIEW has no exception.

Method SET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_HANDLE Value transfer Type reference (TYPE) DISVARIANT-HANDLE VerwaltungsID für Mehrfachaufrufe aus dem selben Programm 20080819
2 Importing ID_REPORT Value transfer Type reference (TYPE) DISVARIANT-REPORT SY-CPROG Abap-Reportname 20080819
3 Importing ID_VARIANT Value transfer Type reference (TYPE) DISVARIANT-VARIANT Layout 20080819
# Exception Resumable Description Created on
1 NOT_FOUND Variante zu Handle wurde nicht gefunden 20080819

Method USE_CHECKBOX_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_BOX_NAME_CLASSIC Value transfer Type reference (TYPE) NAME_KOMP 'CHECKBOX' Feldname in Ausgabestruktur 20080819
2 Importing IF_USE_CHECKBOX_SELECTION Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: Ankreuzfelder verwenden 20080819
3 Importing IF_USE_MULTIPLE_SELECTION Value transfer Type reference (TYPE) ABAP_BOOL ABAP_FALSE Flag: Mehrfachselektion verwenden 20080819

Method USE_CHECKBOX_SELECTION on class CL_ISSR_OUT_VIEW has no exception.

Method USE_DATESLICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_USE_DATESLICES Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Zeitscheiben verwenden 20080819
2 Importing IS_DATERANGE Call by reference Type reference (TYPE) ISSR_TIMEFRAME Zeitraum von-bis 20080819

Method USE_DATESLICES on class CL_ISSR_OUT_VIEW has no exception.

Method USE_GRID_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_USE_GRID_CONTROL Value transfer Type reference (TYPE) ABAP_BOOL ABAP_TRUE Grid-Control verwenden 20080819

Method USE_GRID_CONTROL on class CL_ISSR_OUT_VIEW has no exception.
History
Last changed by/on SAP  20081217 
SAP Release Created in