SAP ABAP Class CL_DMS_THUMBNAIL_DISPLAY (Controls Thumbnail View)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CA-DMS (Application Component) Document Management System
     CV (Package) Application Development: R/3 Document Management
Properties
Class CL_DMS_THUMBNAIL_DISPLAY  
Short Description Controls Thumbnail View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CV   Application Development: R/3 Document Management 
Created 20041012   SAP 
Last change 20050519   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DMS_THUMBNAIL_DISPLAY has no interface implemented.
Friends
Class CL_DMS_THUMBNAIL_DISPLAY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_DOCUMENTS Instance attribute Private Type reference (TYPE) BAPI_DOC_DRAW2_TT Table with BAPI_DOC_DRAW2 Entries 20041012
2 GT_WORKSTATION_APPLICATIONS Static Attribute Private Type reference (TYPE) TT_WORKSTATION_APPLICATIONS Workstation Application for Thumbnails 20050310
3 G_COLUMNS Instance attribute Private Type reference (TYPE) INT4 Actual Number of Columns 20041012
4 G_MAX_COLUMNS Instance attribute Private Type reference (TYPE) INT4 4 Maximum Number of Columns for Page 20041012
5 G_MAX_ROWS Instance attribute Private Type reference (TYPE) INT4 3 Maximum Number of Rows 20041012
6 G_MAX_START_LINE Instance attribute Private Type reference (TYPE) INT4 Maximum Index for G_START_LINE 20041013
7 G_NO_DOCS Instance attribute Private Type reference (TYPE) INT4 Number of Documents 20041012
8 G_ROWS Instance attribute Private Type reference (TYPE) INT4 Actual Number of Rows 20041012
9 G_SPLITTER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20041012
10 G_START_LINE Instance attribute Private Type reference (TYPE) INT4 Index of First Line Displayed 20041012
11 MT_FOUNDDRAW Instance attribute Private Type reference (TYPE) DMS_TBL_FOUNDDRAW Contains Checkbox for Selection 20050302
12 SR_DISPLAY_BADI Static Attribute Private Object reference (TYPE REF TO) DOCUMENT_THUMBNAIL Exit for Text, URL, and so on 20050316
Methods
# Method Level Visibility Method type Description Created on
1 ACUTAL_SELECTION Instance method Public Method Refresh the Selected Document for Display/Change 20050429
2 CHANGE_SELECTION Instance method Private Method Select/Deselect Cell 20050308
3 CLEAR Instance method Private Method Clears Unused Position in Grid 20041013
4 CLICK Instance method Private Method EventHandling for Control and Picture Click (CL_GUI_PICTURE) 20041105
5 CLICK_SEL Instance method Private Method EventHandling for Control and Picture Click (CL_GUI_PICTURE) 20050302
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041012
7 CONTROL_CLICK Instance method Private Event handling method Control Click Event 20041105
8 CONTROL_CLICK_SEL Instance method Private Event handling method Control Click Event 20050302
9 CONTROL_DBLCLICK Instance method Private Event handling method Double-Click Event for Image 20050418
10 CREATE_DISPLAY Instance method Private Method Prepare Initial Display 20041012
11 CREATE_ENTRY Instance method Private Method Creates Pair Controls 20041012
12 DBLCLICK Instance method Private Method Double-Click Event for Image 20050418
13 DETERMINE_GRID Instance method Private Method Computes Number of Displayed Cells 20041012
14 DISPLAY Instance method Private Method Displays Thumbnail for One Document Info Record 20041012
15 DISPLAY_PAGE Instance method Private Method Update Display for Current Page 20041013
16 DO_PAGEING Instance method Public Method Set Up Page Buttons on GUI?! 20041013
17 FIRST_PAGE Instance method Public Method Display First Page 20041013
18 GENERATE_BADI Static method Private Method Get Badi Instance 20041126
19 GET_CUSTOMIZING Static method Private Method Reads Customizing Tables for Thumbnail Workstations 20050310
20 GET_DOCUMENT_AND_INDEX Instance method Private Method Get Document Key for Image Selection Together with Index 20050418
21 GET_GRID_POS_FROM_INDEX Instance method Private Method Identify Document Index from Grid Index 20050308
22 GET_INDEX_FROM_GRID_POS Instance method Private Method Identify Document Index from Grid Index 20041105
23 GET_START_POSITION Instance method Public Method Retrieves Index of Top Left DIR 20041015
24 GET_TEXT_AND_PICTURE Instance method Private Method Gets Text and Picture Control for Given Position 20041013
25 GET_URL Static method Public Method Reads URL for Document 20041012
26 IS_SELECTED Instance method Private Method Is Document Selected? 20050302
27 LAST_PAGE Instance method Public Method Display Last Page 20041013
28 LINE_DOWN Instance method Public Method Move One Page Up 20041013
29 LINE_UP Instance method Public Method Move One Page Up 20041013
30 MARK_ALL Instance method Public Method Select All Entries 20050308
31 NEXT_GRID_POSITION Instance method Private Method Get Next Position in Thumbnail Grid 20041013
32 PAGE_DOWN Instance method Public Method Move One Page Up 20041013
33 PAGE_UP Instance method Public Method Move One Page Up 20041013
34 PICTURE_CLICK Instance method Private Event handling method Control Click Event 20041105
35 PICTURE_CLICK_SEL Instance method Private Event handling method Control Click Event 20050302
36 PICTURE_DBLCLICK Instance method Private Event handling method Double-Click Event for Image 20050418
37 PREPARE_TEXT Static method Public Method Generate Text for Display 20041013
38 SET_SELECTION_ICON Instance method Private Method 20050302
39 TEXT_DBLCLICK Instance method Private Event handling method Double-Click for Text Control 20050503
40 TOGGLE_SELECTION Instance method Private Method Toggles Selection Mode of Document 20050302
41 UNMARK_ALL Instance method Public Method Deselect All 20050308
Events
# Event Type Visibility Description Created on
1 PICTURE_DOUBLE_CLICK Instance Event
(0)
Public
(2)
Double-Click for Image Controls 20050418
2 PICTURE_SELECTED Instance Event
(0)
Public
(2)
Picture Selected via Mouse Click 20041105
Types
Class CL_DMS_THUMBNAIL_DISPLAY has no local type.
Method Signatures

Method ACUTAL_SELECTION Signature

Method ACUTAL_SELECTION on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method ACUTAL_SELECTION on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CHANGE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20050308
2 Importing IV_MARK Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20050308

Method CHANGE_SELECTION on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) INT4 Column 20041013
2 Importing I_ROW Call by reference Type reference (TYPE) INT4 Row 20041013

Method CLEAR on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Object reference (TYPE REF TO) CL_GUI_PICTURE SAP Picture Control 20041105

Method CLICK on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CLICK_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Object reference (TYPE REF TO) CL_GUI_PICTURE SAP Picture Control 20050302

Method CLICK_SEL on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DOCUMENTS Call by reference Type reference (TYPE) BAPI_DOC_DRAW2_TT BAPIS-DVS: Dokumentdaten 20041012
2 Importing IT_FOUNDDRAW Call by reference Type reference (TYPE) DMS_TBL_FOUNDDRAW Table of founddraw entries 20050302
3 Importing I_COLS Call by reference Type reference (TYPE) INT4 4 (Initial) no. of columns 20041012
4 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20041012
5 Importing I_ROWS Call by reference Type reference (TYPE) INT4 3 (Initial) no. of rows 20041012
6 Importing I_START_POS Call by reference Type reference (TYPE) INT4 1 Index of a picture in first line. Note: not top left picture 20041015

Method CONSTRUCTOR on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CONTROL_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20041105

Method CONTROL_CLICK on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CONTROL_CLICK_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20050302

Method CONTROL_CLICK_SEL on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CONTROL_DBLCLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MOUSE_POS_X Call by reference Attribute reference (LIKE) 20050418
2 Importing MOUSE_POS_Y Call by reference Attribute reference (LIKE) 20050418
3 Importing SENDER Call by reference Attribute reference (LIKE) 20050418

Method CONTROL_DBLCLICK on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CREATE_DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20041012

Method CREATE_DISPLAY on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method CREATE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL Call by reference Type reference (TYPE) INT4 Index of column 20041012
2 Importing I_ROW Call by reference Type reference (TYPE) INT4 Index of row 20041012

Method CREATE_ENTRY on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method DBLCLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MOUSE_POS_X Call by reference Type reference (TYPE) I 20050418
2 Importing MOUSE_POS_Y Call by reference Type reference (TYPE) I 20050418
3 Importing SENDER Call by reference Object reference (TYPE REF TO) CL_GUI_PICTURE SAP Picture Control 20050418

Method DBLCLICK on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method DETERMINE_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_START_POS Call by reference Type reference (TYPE) INT4 Index of a picture in first line 20041015

Method DETERMINE_GRID on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL Call by reference Type reference (TYPE) INT4 Column of thumbnail 20041012
2 Importing I_DOC Call by reference Type reference (TYPE) BAPI_DOC_DRAW2 BAPIS-DVS: Dokumentdaten 20041012
3 Importing I_ROW Call by reference Type reference (TYPE) INT4 Row of thumbnail 20041012

Method DISPLAY on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method DISPLAY_PAGE Signature

Method DISPLAY_PAGE on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method DISPLAY_PAGE on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method DO_PAGEING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DOWN Call by reference Type reference (TYPE) XFELD Page down possible 20041013
2 Exporting E_UP Call by reference Type reference (TYPE) XFELD Page up possible 20041013

Method DO_PAGEING on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method FIRST_PAGE Signature

Method FIRST_PAGE on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method FIRST_PAGE on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method GENERATE_BADI Signature

Method GENERATE_BADI on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method GENERATE_BADI on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method GET_CUSTOMIZING Signature

Method GET_CUSTOMIZING on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method GET_CUSTOMIZING on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method GET_DOCUMENT_AND_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_ICON Call by reference Object reference (TYPE REF TO) CL_GUI_PICTURE SAP Picture Control 20050418
2 Exporting ES_DOCUMENT Call by reference Type reference (TYPE) BAPI_DOC_KEYS BAPIS-DVS: Dokumentschlüssel 20050418
3 Exporting EV_COLUMN Call by reference Type reference (TYPE) I 20050418
4 Exporting EV_INDEX Call by reference Type reference (TYPE) I 20050418
5 Exporting EV_ROW Call by reference Type reference (TYPE) I 20050418
6 Importing IV_SENDER Call by reference Object reference (TYPE REF TO) CL_GUI_PICTURE SAP Picture Control 20050418
7 Importing IV_SENDER_TEXT Call by reference Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20050503

Method GET_DOCUMENT_AND_INDEX on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method GET_GRID_POS_FROM_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COLUMN Call by reference Type reference (TYPE) I Column 20050308
2 Exporting E_ROW Call by reference Type reference (TYPE) I Row 20050308
3 Importing IV_INDEX Call by reference Type reference (TYPE) I Resulting index 20050308
# Exception Resumable Description Created on
1 ABOVE Document index above acutal displayed range 20050308
2 BELOW Document index below acutal displayed range 20050308

Method GET_INDEX_FROM_GRID_POS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) I Column 20041105
2 Importing I_ROW Call by reference Type reference (TYPE) I Row 20041105
3 Returning R_INDEX Value transfer Type reference (TYPE) I Resulting index 20041105

Method GET_INDEX_FROM_GRID_POS on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method GET_START_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_POSITION Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20041015

Method GET_START_POSITION on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method GET_TEXT_AND_PICTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON_PICTURE Call by reference Object reference (TYPE REF TO) CL_GUI_PICTURE SAP Picture Control 20050302
2 Exporting E_PICTURE Call by reference Object reference (TYPE REF TO) CL_GUI_PICTURE SAP Picture Control 20041013
3 Exporting E_TEXT Call by reference Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20041013
4 Importing I_COL Call by reference Type reference (TYPE) INT4 Column 20041013
5 Importing I_ROW Call by reference Type reference (TYPE) INT4 Row 20041013

Method GET_TEXT_AND_PICTURE on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method GET_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_URL Call by reference Type reference (TYPE) DMS_URL URL 20041012
2 Importing I_DOC Call by reference Type reference (TYPE) BAPI_DOC_KEYS BAPIS-DVS: Dokumentschlüssel 20041012

Method GET_URL on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method IS_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20050302
2 Importing I_ROW Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20050302
3 Returning RV_RESULT Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20050302

Method IS_SELECTED on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method LAST_PAGE Signature

Method LAST_PAGE on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method LAST_PAGE on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method LINE_DOWN Signature

Method LINE_DOWN on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method LINE_DOWN on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method LINE_UP Signature

Method LINE_UP on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method LINE_UP on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method MARK_ALL Signature

Method MARK_ALL on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method MARK_ALL on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method NEXT_GRID_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_COLUMN Call by reference Type reference (TYPE) INT4 Actual/next column 20041013
2 Changing C_ROW Call by reference Type reference (TYPE) INT4 Actual/next row 20041013

Method NEXT_GRID_POSITION on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method PAGE_DOWN Signature

Method PAGE_DOWN on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method PAGE_DOWN on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method PAGE_UP Signature

Method PAGE_UP on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method PAGE_UP on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method PICTURE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20041105

Method PICTURE_CLICK on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method PICTURE_CLICK_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20050302

Method PICTURE_CLICK_SEL on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method PICTURE_DBLCLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MOUSE_POS_X Call by reference Attribute reference (LIKE) 20050418
2 Importing MOUSE_POS_Y Call by reference Attribute reference (LIKE) 20050418
3 Importing SENDER Call by reference Attribute reference (LIKE) 20050418

Method PICTURE_DBLCLICK on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method PREPARE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TEXT Call by reference Type reference (TYPE) DMS_TAB_TDLINE Table of TDLINE for BADI-Call 20041013
2 Importing I_DOC Call by reference Type reference (TYPE) BAPI_DOC_DRAW2 BAPIS-DVS: Dokumentdaten 20041013

Method PREPARE_TEXT on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method SET_SELECTION_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PICTURE Call by reference Object reference (TYPE REF TO) CL_GUI_PICTURE SAP Picture Control 20050302
2 Importing IV_COLUMN Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20050302
3 Importing IV_ROW Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20050302

Method SET_SELECTION_ICON on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method TEXT_DBLCLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20050503

Method TEXT_DBLCLICK on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method TOGGLE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20050302
2 Returning RV_RESULT Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20050302

Method TOGGLE_SELECTION on class CL_DMS_THUMBNAIL_DISPLAY has no exception.

Method UNMARK_ALL Signature

Method UNMARK_ALL on class CL_DMS_THUMBNAIL_DISPLAY has no parameter.
Method UNMARK_ALL on class CL_DMS_THUMBNAIL_DISPLAY has no exception.
Event Signatures

Event PICTURE_DOUBLE_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 E_DOCUMENT Exporting Value transfer Type reference (TYPE) BAPI_DOC_KEYS Selected document info record 20050418
2 E_INDEX Exporting Value transfer Type reference (TYPE) I Index of picture 20050418
3 MOUSE_POS_X Exporting Value transfer Type reference (TYPE) I Mouse-Position (x) 20050418
4 MOUSE_POS_Y Exporting Value transfer Type reference (TYPE) I Mouse-Position (y) 20050418

Event PICTURE_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EV_MARK Exporting Value transfer Type reference (TYPE) XFELD 20050308
2 E_DOCUMENT Exporting Value transfer Type reference (TYPE) BAPI_DOC_KEYS Selected document info record 20041105
3 E_INDEX Exporting Value transfer Type reference (TYPE) I Index of picture 20041105
History
Last changed by/on SAP  20050519 
SAP Release Created in 600