SAP IF_GUI_AQQGRAPHIC OO Class - General Network Control Methods









IF_GUI_AQQGRAPHIC is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_GUI_AQQGRAPHIC including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_GUI_AQQGRAPHIC SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_COLORAdd Frog Color to Color PalletPublic
CALL METHOD if_gui_aqqgraphic=>ADD_COLOR...more details

ADD_LINKAdd LinkPublic
CALL METHOD if_gui_aqqgraphic=>ADD_LINK...more details

ADD_TABLEAdd TablePublic
CALL METHOD if_gui_aqqgraphic=>ADD_TABLE...more details

ARRANGE_OBJECTSRefresh ObjectsPublic
CALL METHOD if_gui_aqqgraphic=>ARRANGE_OBJECTS...more details

ARRANGE_SINGLE_TABLEAllocate Table to Network without OverlapsPublic
CALL METHOD if_gui_aqqgraphic=>ARRANGE_SINGLE_TABLE...more details

CREATE_NEW_LINK_STYLEGenerates a New Link StylePublic
CALL METHOD if_gui_aqqgraphic=>CREATE_NEW_LINK_STYLE...more details

DELETE_OBJECTSDelete ObjectsPublic
CALL METHOD if_gui_aqqgraphic=>DELETE_OBJECTS...more details

ENSURE_VISIBLETable Moved to Visible AreaPublic
CALL METHOD if_gui_aqqgraphic=>ENSURE_VISIBLE...more details

FREE_ITDelete Attributes and ExitPublic
CALL METHOD if_gui_aqqgraphic=>FREE_IT...more details

GET_CENTRAL_OBJECTDelivers Table Nearest to the CenterPublic
CALL METHOD if_gui_aqqgraphic=>GET_CENTRAL_OBJECT...more details

GET_NEW_LINKDelivers New LinkPublic
CALL METHOD if_gui_aqqgraphic=>GET_NEW_LINK...more details

GET_NEW_TABLEDelivers New Table ObjectPublic
CALL METHOD if_gui_aqqgraphic=>GET_NEW_TABLE...more details

GET_POSITION_OF_OBJECTSDelivers Position of all ObjectsPublic
CALL METHOD if_gui_aqqgraphic=>GET_POSITION_OF_OBJECTS...more details

GET_SELECTED_OBJECTSDelivers Selected ObjectsPublic
CALL METHOD if_gui_aqqgraphic=>GET_SELECTED_OBJECTS...more details

GET_ZOOMDelivers zoomPublic
CALL METHOD if_gui_aqqgraphic=>GET_ZOOM...more details

PRINTPrint NetworkPublic
CALL METHOD if_gui_aqqgraphic=>PRINT...more details

SAVE_AS_JPGSave as jpgPublic
CALL METHOD if_gui_aqqgraphic=>SAVE_AS_JPG...more details

SEND_DATA_TO_FRONTENDNewly Added Objects Sent to FrontendPublic
CALL METHOD if_gui_aqqgraphic=>SEND_DATA_TO_FRONTEND...more details

SET_ACTIVEMODESet Mode for Generating LinksPublic
CALL METHOD if_gui_aqqgraphic=>SET_ACTIVEMODE...more details

SET_BACKGROUNDCOLORSet background colorPublic
CALL METHOD if_gui_aqqgraphic=>SET_BACKGROUNDCOLOR...more details

SET_DISPLAYONLYSwitch on/off Display ModePublic
CALL METHOD if_gui_aqqgraphic=>SET_DISPLAYONLY...more details

SET_DRAGDROP_HANDLESet D&D Handle for Network ControlPublic
CALL METHOD if_gui_aqqgraphic=>SET_DRAGDROP_HANDLE...more details

SET_NAVIGATION_VISIBLESet Naviagtor VisibilityPublic
CALL METHOD if_gui_aqqgraphic=>SET_NAVIGATION_VISIBLE...more details

SET_ROTATIONSet Network Configuration (0-3)Public
CALL METHOD if_gui_aqqgraphic=>SET_ROTATION...more details

SET_SELECTED_OBJECTSMark Objects as SelectedPublic
CALL METHOD if_gui_aqqgraphic=>SET_SELECTED_OBJECTS...more details

SET_TABLEDISTANCESet Distance Between TablesPublic
CALL METHOD if_gui_aqqgraphic=>SET_TABLEDISTANCE...more details

SET_TITLESet Title for NetworkPublic
CALL METHOD if_gui_aqqgraphic=>SET_TITLE...more details

SET_VISIBILITYSet Visibility of ObjectsPublic
CALL METHOD if_gui_aqqgraphic=>SET_VISIBILITY...more details

SET_ZOOMSet Zoom (1-200%)Public
CALL METHOD if_gui_aqqgraphic=>SET_ZOOM...more details




Events of Class IF_GUI_AQQGRAPHIC

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... CHECKBOXCLICK - Klick on Checkbox
CTXMNUFCODESEL - F-Code Selected in Context Menu
CTXMNUREQUEST - Request Context Menu
LINK_CREATED - New Link
LINK_PRED_CHANGED - Link: New Predecessor
LINK_SUCC_CHANGED - Link: New Successor
OBJECT_DOUBLE_CLICK - Double-Click on Network Object
ONDROP - Object Dropped on Network ( on Object or Background)

Links to Related Class(s)

IF_GUI_A...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!