SAP CL_GUI_DATAPONDEMAND OO Class - Data Provider Reload on Demand









CL_GUI_DATAPONDEMAND 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 CL_GUI_DATAPONDEMAND including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_GUI_DATAPONDEMAND is CL_DATAPTABLECACHE

Method list of CL_GUI_DATAPONDEMAND 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
CONSTRUCTORConstructorPublic
CALL METHOD cl_gui_datapondemand=>CONSTRUCTOR...more details

CONTROL_ASSIGN_PROPAssign Object to a Property of a ControlPublic
CALL METHOD cl_gui_datapondemand=>CONTROL_ASSIGN_PROP...more details

DATAREQUESTDO NOT USEPublic
CALL METHOD cl_gui_datapondemand=>DATAREQUEST...more details

FREE_GUI_TABLERelease Frontend ProxyPublic
CALL METHOD cl_gui_datapondemand=>FREE_GUI_TABLE...more details

GET_GUI_TABLEAccess Data Object at FrontendPublic
CALL METHOD cl_gui_datapondemand=>GET_GUI_TABLE...more details

GET_IS_AVAILReturns 'X' if Frontend Platform supports DataPPublic
CALL METHOD cl_gui_datapondemand=>GET_IS_AVAIL...more details

GET_IS_WRITEABLEReturns 'X' if Frontend Platform Writes Data PPublic
CALL METHOD cl_gui_datapondemand=>GET_IS_WRITEABLE...more details

GET_PROXYReturns Reference to Gui ProxyPrivate
CALL METHOD cl_gui_datapondemand=>GET_PROXY...more details

GET_WRITE_ACCESSDO NOT USEPublic
CALL METHOD cl_gui_datapondemand=>GET_WRITE_ACCESS...more details

REMOVE_EVENT_SINKRemove event referencePublic
CALL METHOD cl_gui_datapondemand=>REMOVE_EVENT_SINK...more details

SET_EVENT_SINKSets Reference to Sink Control EventPublic
CALL METHOD cl_gui_datapondemand=>SET_EVENT_SINK...more details



CL_GUI_DATAPONDEMAND attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
M_GLOBALHANDLEStatic AttributeGlobal Handle Counter1LIKE
I
Private
M_HANDLEInstance AttributeInstance Handle0LIKE
I
Private
M_IS_AVAILStatic AttributeAvailable on Platform0LIKE
I
Private
M_PROXYInstance AttributeRef to Proxy at FrontendLIKE
CL_GUI_OBJECT
Private
M_RUNNINGOBJECTSStatic AttributeAvailable DataObjsLIKE
RUNNINGDATAOBJSTAB
Private
M_USE_CACHEInstance AttributeUse a Cache at Frontend?LIKE
AS4FLAG
Private




CL_GUI_DATAPONDEMAND types

RUNNINGDATAOBJS - RUNNINGDATAOBJS
RUNNINGDATAOBJSTAB - RUNNINGDATAOBJSTAB

Links to Related Class(s)

CL_GUI_D...
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!