SAP ABAP Class CL_LSO_BSP_IT_QUALIFDETAILS (Iterator for Qualification Details)
Hierarchy
LSOFE (Software Component) SAP Learning Solution Front-End
   CA (Application Component) Cross-Application Components
     LSO_FRONTEND (Package) SAP Learning Solution - Learning Portal
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20031023
Properties
Class CL_LSO_BSP_IT_QUALIFDETAILS  
Short Description Iterator for Qualification Details    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LSO_FRONTEND   SAP Learning Solution - Learning Portal 
Created 20031023   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LSO_BSP_IT_QUALIFDETAILS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_HTMLB_TABLEVIEW_ITERATOR For Table Looping and Filtering 20031023
Friends
Class CL_LSO_BSP_IT_QUALIFDETAILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLICATION Instance attribute Private Object reference (TYPE REF TO) CL_LSO_APPLICATION 20031024
2 CELL_RENDERER Instance attribute Private Object reference (TYPE REF TO) CL_LSO_BSP_CELL_RENDERER Class for Rendering Cells 20031121
3 CO_COLUMN_ALTQPRCT Constant Public Type reference (TYPE) STRING 'ALT_PROZ' COLUMN HEADER: Replacement Percentage 20031107
4 CO_COLUMN_ALTQTXT Constant Public Type reference (TYPE) STRING 'STEXT' COLUMN HEADER: Alternative Qualification 20031107
5 CO_COLUMN_RATICON Constant Public Type reference (TYPE) STRING 'RATICON' COLUMN HEADER: Graphical Display 20031023
6 CO_COLUMN_RATING_TEXT Constant Public Type reference (TYPE) STRING 'RATING_TEXT' COLUMN HEADER: Proficiency Imparted by Course 20031024
7 CO_COLUMN_RATTXT Constant Public Type reference (TYPE) STRING 'RATTXT' COLUMN HEADER: Qualification Proficiency 20031023
8 CO_COLUMN_TFORM_TEXT Constant Public Type reference (TYPE) STRING 'TFORM_TEXT' COLUMN HEADER: Delivery Method 20031024
9 CO_COLUMN_TTYPE_TEXT Constant Public Type reference (TYPE) STRING 'STEXT' COLUMN HEADER: Course Type 20031024
10 CO_TABLE_ALTQ Constant Public Type reference (TYPE) STRING 'ALTQ' Table Name: Alternative Qualification 20031107
11 CO_TABLE_PROFC Constant Public Type reference (TYPE) STRING 'PROFC' Table Name: Qualification Proficiencies 20031024
12 CO_TABLE_TTYPES Constant Public Type reference (TYPE) STRING 'TTYPES' Table Name: Course Types 20031024
13 OTYPE_QUALI Instance attribute Private Type reference (TYPE) OTYPE Qualification: Object Type 20031121
14 PROFCTXT_EXISTS Instance attribute Private Type reference (TYPE) CHAR1 Proficiency Texts Exist 20031120
15 PROF_MAX Instance attribute Private Type reference (TYPE) NUMC4 20031120
16 WITH_ACCESSIBILITY Instance attribute Private Type reference (TYPE) CHAR1 20031104
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20031023
2 RENDER_ALTPRCT Instance method Private Method Rendering: Replacement Percentage 20031107
3 RENDER_ALTQTXT Instance method Private Method Rendering: Alternative Qualification 20031107
4 RENDER_RATICON Instance method Private Method Rendering: Icon for Proficiency 20031023
5 RENDER_RATTXT Instance method Private Method Rendering: Proficiency Text 20031023
6 RENDER_RATTXT_TEST Instance method Private Method Rendering: Proficiency Text (with Icon for Proficiency Text) 20031121
7 RENDER_TFORM_TEXT Instance method Private Method Rendering: Delivery Method Text 20031120
8 RENDER_TTYPE_RATTXT Instance method Private Method Rendering: Proficiency Text (Qual. Attainable with Course) 20031114
9 RENDER_TTYPE_TEXT Instance method Private Method Rendering: Course Type Text 20031024
Events
Class CL_LSO_BSP_IT_QUALIFDETAILS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ALTQ Private See coding Structure for Alternative Qualifications 20031107 begin of TS_ALTQ, obj_id type objektid, stext(40) type c, altq_proz(3) type p decimals 2, end of ts_altq
2 TS_PROFC_EXT Private See coding 20031120 begin of ts_profc_ext, rating(4) type n, rattxt(40) type c, has_descr(1) type c, "profc descr exists is_marked(1) type c, "mark for iterator end of ts_profc_ext
3 TS_TRAININGTYPE Private See coding Structure for Course Types 20031024 begin of ts_trainingtype, plvar(2) type c, otype(2) type c, objid(8) type n, stext(40) type c, tform(4) type n, tform_text(40) type c, rating(4) type n, rating_text(40) type c, end of ts_trainingtype
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACCESSIBILITY Call by reference Type reference (TYPE) CHAR1 20031104
2 Importing IM_APPLICATION Call by reference Object reference (TYPE REF TO) CL_LSO_APPLICATION 20031024
3 Importing IM_PROFCTXT_EXISTS Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20031120
4 Importing IM_PROF_MARKED Call by reference Type reference (TYPE) NUMC4 20031023
5 Importing IM_PROF_MAX Call by reference Type reference (TYPE) NUMC4 20031023

Method CONSTRUCTOR on class CL_LSO_BSP_IT_QUALIFDETAILS has no exception.

Method RENDER_ALTPRCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ALTQ Call by reference Type reference (TYPE) TS_ALTQ Ersatzqualifikationsinfo 20031107
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_BEE rendering 20031107

Method RENDER_ALTPRCT on class CL_LSO_BSP_IT_QUALIFDETAILS has no exception.

Method RENDER_ALTQTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ALTQ Call by reference Type reference (TYPE) TS_ALTQ Ersatzqualifikationsinfo 20031107
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_BEE Rendering 20031107

Method RENDER_ALTQTXT on class CL_LSO_BSP_IT_QUALIFDETAILS has no exception.

Method RENDER_RATICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROFICIENCY Call by reference Type reference (TYPE) TS_PROFC_EXT Qualifikationsausprägung 20031023
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_BEE Rendering 20031023

Method RENDER_RATICON on class CL_LSO_BSP_IT_QUALIFDETAILS has no exception.

Method RENDER_RATTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROFICIENCY Call by reference Type reference (TYPE) TS_PROFC_EXT Qualifikationsausprägung 20031023
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20031023

Method RENDER_RATTXT on class CL_LSO_BSP_IT_QUALIFDETAILS has no exception.

Method RENDER_RATTXT_TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROFICIENCY Call by reference Type reference (TYPE) TS_PROFC_EXT Qualifikationsausprägung 20031121
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20031121

Method RENDER_RATTXT_TEST on class CL_LSO_BSP_IT_QUALIFDETAILS has no exception.

Method RENDER_TFORM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TTYPE Call by reference Type reference (TYPE) TS_TRAININGTYPE Trainingstypinfo 20031120
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20031120

Method RENDER_TFORM_TEXT on class CL_LSO_BSP_IT_QUALIFDETAILS has no exception.

Method RENDER_TTYPE_RATTXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TTYPE Call by reference Type reference (TYPE) TS_TRAININGTYPE Trainingstypinfo 20031114
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_BEE Rendering 20031114

Method RENDER_TTYPE_RATTXT on class CL_LSO_BSP_IT_QUALIFDETAILS has no exception.

Method RENDER_TTYPE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TTYPE Call by reference Type reference (TYPE) TS_TRAININGTYPE Trainingstypinfo 20031024
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_BEE Rendering 20031024

Method RENDER_TTYPE_TEXT on class CL_LSO_BSP_IT_QUALIFDETAILS has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 300