SAP ABAP Class CL_RMSL_VIEW_TAB (Label View - Base Class)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PLM-RM (Application Component) Recipe Management
     RMSL (Package) Labeling Application
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RMSL_VIEW_LABEL_BASIC_DATA Label View - Basic Data 20060712
2 Inheritance (c INHERITING FROM c_ref)  CL_RMSL_VIEW_LABEL_CHNG_STATE Label View - Change States 20060712
3 Inheritance (c INHERITING FROM c_ref)  CL_RMSL_VIEW_LABEL_CLASS Label View - Classification 20060712
4 Inheritance (c INHERITING FROM c_ref)  CL_RMSL_VIEW_LABEL_DILI Label View - Diet List 20060712
5 Inheritance (c INHERITING FROM c_ref)  CL_RMSL_VIEW_LABEL_DSC Label View - Description 20060712
6 Inheritance (c INHERITING FROM c_ref)  CL_RMSL_VIEW_LABEL_INLI Label View - Ingredient Label List 20060712
7 Inheritance (c INHERITING FROM c_ref)  CL_RMSL_VIEW_LABEL_NULI Label View - Nutrition Label List 20060712
8 Inheritance (c INHERITING FROM c_ref)  CL_RMSL_VIEW_LABEL_PALI Label View - Package Label List 20080214
9 Inheritance (c INHERITING FROM c_ref)  CL_RMSL_VIEW_LABEL_USAGE Label View - Usage 20060712
Properties
Class CL_RMSL_VIEW_TAB  
Short Description Label View - Base Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMSL   Labeling Application 
Created 20060712   SAP 
Last change 20110908   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_RMSL_VIEW_TAB has no interface implemented.
Friends
Class CL_RMSL_VIEW_TAB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CTRL Instance attribute Protected Object reference (TYPE REF TO) IF_RMSL_CONTROLLER Label Tabstrip View 20060712
2 MO_HDL_LABEL_DATA Instance attribute Protected Object reference (TYPE REF TO) CL_RMSL_HDL_LABEL_DATA Label Data Handler 20060807
3 MO_UI_MANAGER_CL Static Attribute Protected Object reference (TYPE REF TO) IF_RMSL_UI_MANAGER UI-Manager Interface 20060712
4 M_AENNR Instance attribute Protected Type reference (TYPE) AENNR Change Number 20060712
5 M_FLG_VIEW_DATA_CHANGED Instance attribute Protected Type reference (TYPE) BOOLE_D ABAP_TRUE Indicator for Changed View Data 20060717
6 M_KEYDATE Instance attribute Protected Type reference (TYPE) RMSLE_KEY_DATE Key Date 20060712
7 M_LABEL_ID Instance attribute Protected Type reference (TYPE) RMSLE_LABELID Label 20060712
8 M_LISTCNT Instance attribute Protected Type reference (TYPE) RMSLE_LISTCNT List Counter 20101004
9 M_TAB_DYNNR Instance attribute Protected Type reference (TYPE) SYDYNNR Screen Number of Tab Page 20060712
10 M_TAB_FCODE Instance attribute Protected Type reference (TYPE) SCXTAB_TABSTRIP-ACTIVETAB FCode of Tab Index 20060727
11 M_TAB_REPID Instance attribute Protected Type reference (TYPE) SYREPID Framework Program of Tab Page 20060712
Methods
# Method Level Visibility Method type Description Created on
1 CLOSE_TAB Instance method Public Method Close Tab Page 20070103
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060712
3 GET_LABEL_KEY Instance method Public Method Delivers Label Key (Incl. Activity Type) 20070103
4 GET_SUBSCREEN Instance method Public Method Delivers Tabstrip Subscreen 20070103
5 INIT_VIEW_DATA Instance method Public Method Reinitialize Data Buffer 20070103
6 IS_LABEL_STATUS_PROTECTED Instance method Public Method Are Changes to Label Set Allowed? 20060807
7 LOG_MESSAGES Instance method Public Method Write Messages to Temporary Log 20080229
8 ON_ACTIVITY_MODE_TOGGLED Instance method Public Event handling method Event Handler: Activity Mode Was Switched 20060807
9 ON_LABEL_SAVED Instance method Public Event handling method Event Handler: All Label Sets Were Saved 20060807
10 OPEN_TAB Instance method Public Method Open Tab Page 20070103
11 PROCESS_FCODE Instance method Public Method Process Function Code 20070103
12 SET_CHG_FLAG Instance method Public Method 20101111
13 SET_LISTCNT Instance method Public Method 20101004
14 SET_TAB_FCODE Instance method Public Method Set Function Code of Tab Page 20070103
Events
Class CL_RMSL_VIEW_TAB has no event.
Types
Class CL_RMSL_VIEW_TAB has no local type.
Method Signatures

Method CLOSE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) BAPIRETTAB Fehlertabelle 20070103

Method CLOSE_TAB on class CL_RMSL_VIEW_TAB has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TABSTRIP Call by reference Object reference (TYPE REF TO) IF_RMSL_TABSTRIP Tabstrip-Interface 20070104
2 Importing I_CTRL_CLASS_NAME Call by reference Type reference (TYPE) SEOCLSNAME Name der Klasse des Controllers 20060712
3 Importing I_TAB_DYNNR Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20060712
4 Importing I_TAB_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20060712

Method CONSTRUCTOR on class CL_RMSL_VIEW_TAB has no exception.

Method GET_LABEL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTIVITY_MODE Call by reference Type reference (TYPE) RMSLE_MODE Moduskennzeichen Anzeige/Ändern/Anlegen/Ungültig 20070103
2 Exporting E_AENNR Call by reference Type reference (TYPE) AENNR Änderungsnummer 20070103
3 Exporting E_KEYDATE Call by reference Type reference (TYPE) RMSLE_KEY_DATE Stichtag 20070103
4 Exporting E_LABEL_ID Call by reference Type reference (TYPE) RMSLE_LABELID Etikett 20070103

Method GET_LABEL_KEY on class CL_RMSL_VIEW_TAB has no exception.

Method GET_SUBSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DYNNR Call by reference Type reference (TYPE) SYDYNNR Subscreen-Nummer 20070103
2 Exporting E_REPID Call by reference Type reference (TYPE) SYREPID Subscreen-Programm 20070103
3 Exporting E_TAB_FCODE Call by reference Type reference (TYPE) SCXTAB_TABSTRIP-ACTIVETAB Fcode des Reiters 20070103

Method GET_SUBSCREEN on class CL_RMSL_VIEW_TAB has no exception.

Method INIT_VIEW_DATA Signature

Method INIT_VIEW_DATA on class CL_RMSL_VIEW_TAB has no parameter.
Method INIT_VIEW_DATA on class CL_RMSL_VIEW_TAB has no exception.

Method IS_LABEL_STATUS_PROTECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FLG_STATUS_PROTECTION Value transfer Type reference (TYPE) BOOLE_D =X, wenn Status Änderungen verbietet 20060807

Method IS_LABEL_STATUS_PROTECTED on class CL_RMSL_VIEW_TAB has no exception.

Method LOG_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ERROR Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20080229
2 Importing I_TEXT Call by reference Type reference (TYPE) ANY Text 20080229

Method LOG_MESSAGES on class CL_RMSL_VIEW_TAB has no exception.

Method ON_ACTIVITY_MODE_TOGGLED Signature

Method ON_ACTIVITY_MODE_TOGGLED on class CL_RMSL_VIEW_TAB has no parameter.
Method ON_ACTIVITY_MODE_TOGGLED on class CL_RMSL_VIEW_TAB has no exception.

Method ON_LABEL_SAVED Signature

Method ON_LABEL_SAVED on class CL_RMSL_VIEW_TAB has no parameter.
Method ON_LABEL_SAVED on class CL_RMSL_VIEW_TAB has no exception.

Method OPEN_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) BAPIRETTAB Fehlertabelle 20070103
2 Exporting E_STAY Call by reference Type reference (TYPE) FLAG allgemeines flag 20070103
3 Importing I_AENNR Call by reference Type reference (TYPE) AENNR Änderungsnummer 20070103
4 Importing I_KEYDATE Call by reference Type reference (TYPE) RMSLE_KEY_DATE Stichtag 20070103
5 Importing I_LABEL_ID Call by reference Type reference (TYPE) RMSLE_LABELID Etikett 20070103

Method OPEN_TAB on class CL_RMSL_VIEW_TAB has no exception.

Method PROCESS_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) BAPIRETTAB Fehlertabelle 20070103
2 Importing I_FCODE Call by reference Type reference (TYPE) SYUCOMM Funktionscode 20070103

Method PROCESS_FCODE on class CL_RMSL_VIEW_TAB has no exception.

Method SET_CHG_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLAG Call by reference Type reference (TYPE) BOOLEAN 'X' boolsche Variable (X=true, -=false, space=unknown) 20101111

Method SET_CHG_FLAG on class CL_RMSL_VIEW_TAB has no exception.

Method SET_LISTCNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LISTCNT Call by reference Type reference (TYPE) RMSLE_LISTCNT Listenzähler 20101004

Method SET_LISTCNT on class CL_RMSL_VIEW_TAB has no exception.

Method SET_TAB_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TAB_FCODE Call by reference Type reference (TYPE) SCXTAB_TABSTRIP-ACTIVETAB Fcode des Reiters 20070103

Method SET_TAB_FCODE on class CL_RMSL_VIEW_TAB has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700