SAP ABAP Class CL_CWB_MAN_ACT_DISPLAY (Correction instructions queue)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-NA (Application Component) SAP Note Assistant
     SCWB (Package) Correction Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CWB_MESSAGE Interface for Messages 20061024
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CWB_NODE Interface for CWB Nodes 20060724
Properties
Class CL_CWB_MAN_ACT_DISPLAY  
Short Description Correction instructions queue    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCWB   Correction Workbench 
Created 20060724   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 BCWBN Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 BCWBO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CWB_MESSAGE Interface for Messages 20061024
2 IF_CWB_NODE Interface for CWB Nodes 20060724
Friends
Class CL_CWB_MAN_ACT_DISPLAY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_CINST_QUEUE Instance attribute Private Type reference (TYPE) BCWBN_CORR_INSTRUCTION_QUEUE The whole queue 20061004
2 AT_MTXT_DISPLAY Instance attribute Private Type reference (TYPE) CWB_RESULT_MTXT Correction instruction display table 20060724
3 AV_AUTO_CORR_INST_QUEUE Instance attribute Private Type reference (TYPE) BCWBN_BOOL Is the queue automatic? 20061113
4 AV_END_COL Instance attribute Private Type reference (TYPE) I 20061109
5 AV_END_ROW Instance attribute Private Type reference (TYPE) I 20061109
6 AV_MANUAL_ACTIVITY Instance attribute Public Type reference (TYPE) BCWBN_BOOL ='X' if subqueue is manual 20061005
7 AV_MAN_ACT_ENABLED Instance attribute Public Type reference (TYPE) BCWBN_BOOL Is the subqueue enabled? 20061207
8 AV_MAX_ROWS Instance attribute Private Type reference (TYPE) I Maximum Number of Lines in Popup 20060724
9 AV_NEXT_SUBQUEUE Instance attribute Public Type reference (TYPE) I Current subqueue 20061005
10 AV_NUMBER_OF_CI Instance attribute Private Type reference (TYPE) I Number of cinst (for display) 20061004
11 AV_POSITION Instance attribute Public Type reference (TYPE) I Position in at_mtxt_display 20061005
12 AV_SPLITTER_POSITION Instance attribute Private Type reference (TYPE) I Position of the splitter (for pdf) 20061009
13 AV_START_COL Instance attribute Private Type reference (TYPE) I 20061109
14 AV_START_ROW Instance attribute Private Type reference (TYPE) I 20061109
15 AV_SUBQUEUE_CONFIRMED Instance attribute Public Type reference (TYPE) BCWBO_BOOL ='X' if subqueue confirmed 20061009
16 AV_SUBQUEUE_NUMBER Instance attribute Private Type reference (TYPE) I Number of subqueues 20061011
17 AV_UPDATE_LINE_SELECTION Instance attribute Public Type reference (TYPE) BCWBN_BOOL ='X' if change subqueue 20061009
18 CO_CI_IMPL Constant Private Type reference (TYPE) CHAR1 'X' Single-Character Indicator 20061206
19 CO_CI_NOT_IMPL Constant Private Type reference (TYPE) CHAR1 ' ' Single-Character Indicator 20061206
20 CO_CI_PART_IMPL Constant Private Type reference (TYPE) CHAR1 'P' Single-Character Indicator 20061206
21 CO_END_COL Constant Private Type reference (TYPE) I 112 20061117
22 CO_END_ROW Constant Private Type reference (TYPE) I 38 20061117
23 CO_START_COL Constant Private Type reference (TYPE) I 10 20061117
24 CO_START_ROW Constant Private Type reference (TYPE) I 5 20061117
Methods
# Method Level Visibility Method type Description Created on
1 CONFIRM_MAN_ACT Instance method Public Method Confirm the manual activities 20061005
2 CONSTRUCTOR Instance method Public Constructor 20060724
3 CREATE Static method Public Method 20060724
4 CREATE_ICON Static method Private Method Generate Icon with Text 20060801
5 FILL_DISPLAY_OBJECT_DATA Instance method Private Method Init the display table 20060801
6 GET_NUMBER_OF_CI Instance method Private Method Get the number of correction instructions 20061004
7 GET_SCREEN_HEIGHT Instance method Public Method Get the size of the popup 20060801
8 GET_SPLITTER_POSITION Instance method Public Method Get the splitter position (for pdf) 20060726
9 IS_AUTO_CORR_INST_QUEUE Instance method Private Method 20061113
10 IS_SUBQUEUE_CONFIRMED Instance method Public Method Has the current subqueue been confirmed? 20061011
11 RAISE_ERROR_MESSAGE Static method Private Method Generates a Class-Based CWB Exception 20060905
12 UPDATE_STATUS Instance method Public Method Update the display table (change of subqueue/ confirmed...) 20061005
Events
Class CL_CWB_MAN_ACT_DISPLAY has no event.
Types
Class CL_CWB_MAN_ACT_DISPLAY has no local type.
Method Signatures

Method CONFIRM_MAN_ACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAN_ACT Call by reference Type reference (TYPE) CWBCIKEYVST Table of CWBCIKEYVS 20061009
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20061005

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CINST_QUEUE Call by reference Type reference (TYPE) BCWBN_CORR_INSTRUCTION_QUEUE 20061004
2 Importing IV_NEXT_SUBQUEUE Call by reference Type reference (TYPE) I 20061005
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20060815

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CINST_QUEUE Call by reference Type reference (TYPE) BCWBN_CORR_INSTRUCTION_QUEUE 20061004
2 Importing IV_NEXT_SUBQUEUE Call by reference Type reference (TYPE) I 20061005
3 Returning RR_RESULT_OBJECT Value transfer Object reference (TYPE REF TO) CL_CWB_MAN_ACT_DISPLAY 20061004
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20060815

Method CREATE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ICON Call by reference Type reference (TYPE) ICON_D Ikone in Textfeldern (Ersatzdarstellung, Alias) 20060801
2 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Text für Tooltip 20060801
3 Returning RV_ICON_TEXT Value transfer Type reference (TYPE) STRING Icon mit Tooltiptext 20060801
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20060801

Method FILL_DISPLAY_OBJECT_DATA Signature

Method FILL_DISPLAY_OBJECT_DATA on class CL_CWB_MAN_ACT_DISPLAY has no parameter.
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20060815

Method GET_NUMBER_OF_CI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NUMBER_OF_CI Call by reference Type reference (TYPE) I 20061004

Method GET_NUMBER_OF_CI on class CL_CWB_MAN_ACT_DISPLAY has no exception.

Method GET_SCREEN_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_END_COL Call by reference Type reference (TYPE) I Spalten Ende 20060801
2 Exporting EV_END_ROW Call by reference Type reference (TYPE) I Zeilen Ende 20060801
3 Exporting EV_START_COL Call by reference Type reference (TYPE) I Spalten Anfang 20060801
4 Exporting EV_START_ROW Call by reference Type reference (TYPE) I Zeilen Anfang 20060801
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20060801

Method GET_SPLITTER_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PERCENT Call by reference Type reference (TYPE) I 20060726

Method GET_SPLITTER_POSITION on class CL_CWB_MAN_ACT_DISPLAY has no exception.

Method IS_AUTO_CORR_INST_QUEUE Signature

Method IS_AUTO_CORR_INST_QUEUE on class CL_CWB_MAN_ACT_DISPLAY has no parameter.
Method IS_AUTO_CORR_INST_QUEUE on class CL_CWB_MAN_ACT_DISPLAY has no exception.

Method IS_SUBQUEUE_CONFIRMED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ALL_CONFIRMED Call by reference Type reference (TYPE) BCWBO_BOOL 20061011
2 Exporting EV_SUBQUEUE_CONFIRMED Call by reference Type reference (TYPE) BCWBO_BOOL 20061011

Method IS_SUBQUEUE_CONFIRMED on class CL_CWB_MAN_ACT_DISPLAY has no exception.

Method RAISE_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtenklasse 20060905
2 Importing IV_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20060905
3 Importing IV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20060905
4 Importing IV_MSGV1 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060905
5 Importing IV_MSGV2 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060905
6 Importing IV_MSGV3 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060905
7 Importing IV_MSGV4 Call by reference Type reference (TYPE) SYMSGV Nachrichtenvariable 20060905
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20060905

Method UPDATE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEXT_SUBQUEUE Call by reference Type reference (TYPE) I 20061005
# Exception Resumable Description Created on
1 CX_CWB_EXCEPTION Note Assistant: Ausnahmen 20061012
History
Last changed by/on SAP  20110908 
SAP Release Created in 710