SAP ABAP Interface IF_AQQGRAPHIC_TABLE (Network Table Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-QUE (Application Component) SAP Query
     SQUECNTRL (Package) Control for SQVI and SQ02
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_AQQGRAPHIC_TABLE_ALL Table Network: Internal and External Methods 20011025
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AQQGRAPHIC_TABLE Table Object in Network 20011025
Properties
Interface IF_AQQGRAPHIC_TABLE  
Short Description Network Table Object    
General Data
Package SQUECNTRL   Control for SQVI and SQ02 
Created 20011025   SAP 
Last changed 00000000   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 AQQIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_AQQGRAPHIC_TABLE has no interface.
Friends
Interface IF_AQQGRAPHIC_TABLE has no friend.
Attributes
Interface IF_AQQGRAPHIC_TABLE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Delete Table Object Attributes 20011025
2 DELETE_ROW Instance method Public Method Delete Row in Table 20011025
3 GET_TABLEDATA Instance method Public Method Provides Data Table for Table Object 20011025
4 GET_TITLE Instance method Public Method Provides Table Title 20011025
5 INSERT_ROW Instance method Public Method Insert Row in Table 20011025
6 SET_CB Instance method Public Method 20011025
7 SET_CELL_PROPERTIES Instance method Public Method Set 2 Cell Properties 20011025
8 SET_COLUMN_PROPERTIES Instance method Public Method Set 1 Column Properties 20011025
9 SET_ROW_PROPERTIES Instance method Public Method Set 2 Row Properties 20011025
10 SET_TABLEDATA Instance method Public Method Insert 1 Table Data 20011025
11 SET_TABLE_ATTRIBUTES Instance method Public Method Set 1 Table Attributes 20011025
12 SET_TABLE_PROPERTIES Instance method Public Method Set Table Properties 20011025
13 SET_TABLE_STATUS Instance method Public Method Set 1 Table Status 20011025
14 SET_TITLE Instance method Public Method Set Table Title (Also Possible via Table Properties) 20011025
Events
Interface IF_AQQGRAPHIC_TABLE has no event.
Types
Interface IF_AQQGRAPHIC_TABLE has no local type.
Method Signatures

Method CLEAR Signature

Method CLEAR on Interface IF_AQQGRAPHIC_TABLE has no parameter.
Method CLEAR on Interface IF_AQQGRAPHIC_TABLE has no exception.

Method DELETE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROWINDEX Call by reference Type reference (TYPE) AQQ_ROWNR Zeilennummer 20011025
# Exception Resumable Description Created on
1 CANCELLED Abbruch, siehe Message 20011025

Method GET_TABLEDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_TABLEDATA Value transfer Type reference (TYPE) TABLE Datentabelle 20011025

Method GET_TABLEDATA on Interface IF_AQQGRAPHIC_TABLE has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TITLE Value transfer Type reference (TYPE) AQQ_TITLE Überschrift eines Objektes im Netzplan 20011025

Method GET_TITLE on Interface IF_AQQGRAPHIC_TABLE has no exception.

Method INSERT_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPEND Call by reference Type reference (TYPE) BOOLEAN AQQIS_C_TRUE Zeile wird an die Tabelle 20011025
2 Importing I_ROWINDEX Call by reference Type reference (TYPE) AQQ_ROWNR Zeilenindex 20011025
3 Importing I_S_DATA Call by reference Type reference (TYPE) ANY Zeile von Struktur der Datentabelle 20011025
# Exception Resumable Description Created on
1 CANCELLED Abbruch, siehe Message 20011025

Method SET_CB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_C Call by reference Type reference (TYPE) INT2 2 Byte Integer (Signed) 20011025
2 Importing I_CB Call by reference Type reference (TYPE) AQQIS_BOOL Boolean 20011025
3 Importing I_R Call by reference Type reference (TYPE) INT2 2 Byte Integer (Signed) 20011025

Method SET_CB on Interface IF_AQQGRAPHIC_TABLE has no exception.

Method SET_CELL_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKBOX Call by reference Type reference (TYPE) AQCHECKBOX AQQIS_C_CHECKBOX-NOCHECKBOX Checkbox, Werte siehe rsnpg_c_checkbox 20011025
2 Importing I_COLINDEX Call by reference Type reference (TYPE) INT2 Spaltennummer 20011025
3 Importing I_COLOR Call by reference Type reference (TYPE) AQQ_COLOR Farbe einer Zelle 20011025
4 Importing I_ICON Call by reference Type reference (TYPE) ICON_L4 Icon 20011025
5 Importing I_ROWINDEX Call by reference Type reference (TYPE) INT2 Zeilennummer 20011025
# Exception Resumable Description Created on
1 ROW_NOT_EXIST Zeile existiert nicht 20011025

Method SET_COLUMN_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLHEADHEIGHT Value transfer Type reference (TYPE) AQQ_HEIGHT AQQIS_C_DEFVAL-COLHEADHEIGHT Höhe des Spaltenkopfes 20011025
2 Importing I_COLUMN_NR Value transfer Type reference (TYPE) I Spaltennummer 20011025
3 Importing I_COLWIDTH Call by reference Type reference (TYPE) AQQ_WIDTH Breite eines Objektes im Netzplan 20011025
4 Importing I_TITLE Value transfer Type reference (TYPE) AQQ_TITLE Überschrift der Spalte 20011025
5 Importing I_TOOLTIP Value transfer Type reference (TYPE) AQTOOLTIP Tooltip der Spalte 20011025
6 Importing I_VISIBLE Value transfer Type reference (TYPE) AQQIS_BOOL AQQIS_C_TRUE Spalte ist sichtbar 20011025

Method SET_COLUMN_PROPERTIES on Interface IF_AQQGRAPHIC_TABLE has no exception.

Method SET_ROW_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DRAGDROPROW Value transfer Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE dragdrop für Zeile aktiv 20011025
2 Importing I_ROWCONNECTABLE Value transfer Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE Zeile mit Link verbindbar 20011025
3 Importing I_ROWINDEX Value transfer Type reference (TYPE) INT2 Zeilennummer, initial für alle Zeilen 20011025
4 Importing I_VISIBLE Value transfer Type reference (TYPE) AQQIS_BOOL AQQIS_C_TRUE Zeile ist sichtbar 20011025
# Exception Resumable Description Created on
1 CANCELLED Abbruch 20011025

Method SET_TABLEDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_TABLE Call by reference Type reference (TYPE) TABLE Datentabelle 20011025
# Exception Resumable Description Created on
1 CANCELLED Abbruch, siehe Message 20011025

Method SET_TABLE_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALLROWSCONNECTABLE Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE Alle Zeilen durch Links verbindbar 20011025
2 Importing I_ALLROWSDRAGDROP Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE Drag&Drop für alle Zeilen erlaubt 20011025
3 Importing I_AUTOARRANGING Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_TRUE Position der Tabelle automatisch bestimmen 20011025
4 Importing I_AUTOCOLWIDTH Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE Automatische Spaltenbreite 20011025
5 Importing I_AUTOCOLWIDTH_WH Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_TRUE Automatische Spaltenbreite inklusive header 20011025
6 Importing I_DRAGDROPROWS Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE Drag&Drop für Zeilen ist generell möglich 20011025
7 Importing I_HSCROLLBAR Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE 20011025
8 Importing I_MOVEABLE Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_TRUE 20011025
9 Importing I_MULTISELECTABLEROWS Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE 20011025
10 Importing I_RESIZEABLE Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_TRUE 20011025
11 Importing I_SELECTABLEROWS Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_TRUE Zeilen selektierbar 20011025
12 Importing I_TABLECONNECTABLE Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE 20011025
13 Importing I_TOOLTIP Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_TRUE 20011025
14 Importing I_VSCROLLBAR Call by reference Type reference (TYPE) AQQIS_BOOL AQQIS_C_FALSE 20011025

Method SET_TABLE_ATTRIBUTES on Interface IF_AQQGRAPHIC_TABLE has no exception.

Method SET_TABLE_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEVEL Call by reference Type reference (TYPE) AQOBJLEVEL Level eines Objektes im Netzplan 20011025
2 Importing I_LINECOLOR Call by reference Type reference (TYPE) AQQ_COLOR AQQIS_C_DEFVAL-LINECOLOR Farbe (RGB-WERT) der Umrandung 20011025
3 Importing I_SBARBUTTONCOLOR Call by reference Type reference (TYPE) AQQ_COLOR AQQIS_C_DEFVAL-SBARBUTTONCOLOR Farbe (RGB-WERT) der Scrollbarbuttons 20011025
4 Importing I_SCROLLBARCOLOR Call by reference Type reference (TYPE) AQQ_COLOR AQQIS_C_DEFVAL-SCROLLBARCOLOR Farbe (RGB-WERT) der Scrollbar 20011025
5 Importing I_SCROLLBARWIDTH Call by reference Type reference (TYPE) AQQ_WIDTH AQQIS_C_DEFVAL-SCROLLBARWIDTH Breite der Scrollbar 20011025
6 Importing I_S_POSITION Call by reference Type reference (TYPE) AQQ_S_POS Position eines Objektes im Netzplan 20011025
7 Importing I_TABLEHEADHEIGHT Call by reference Type reference (TYPE) AQQ_HEIGHT AQQIS_C_DEFVAL-TABLEHEADHEIGHT Höhe des Tabellenkopfes 20011025
8 Importing I_TABLHEADICON Call by reference Type reference (TYPE) ICON_L4 Icon Tabellenkopf 20011025
9 Importing I_TITLE Call by reference Type reference (TYPE) AQQ_TITLE Überschrift der Tabelle 20011025
10 Importing I_TOOLTIP Call by reference Type reference (TYPE) AQTOOLTIP Tooltip der Tabelle 20011025

Method SET_TABLE_PROPERTIES on Interface IF_AQQGRAPHIC_TABLE has no exception.

Method SET_TABLE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SYMBOL Value transfer Type reference (TYPE) AQQ_BITMAP Bild (Icon) in einem Objekt der Netzplangrafik 20011025
2 Importing I_VISIBLE Value transfer Type reference (TYPE) AQQIS_BOOL AQQIS_C_TRUE 20011025

Method SET_TABLE_STATUS on Interface IF_AQQGRAPHIC_TABLE has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TITLE Call by reference Type reference (TYPE) AQQ_TITLE Tabellen-Überschrift 20011025

Method SET_TITLE on Interface IF_AQQGRAPHIC_TABLE has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in