SAP IF_VC2OD_DMT_ND_ACCESS OO Class - Application Access Interface for DMT DO









IF_VC2OD_DMT_ND_ACCESS 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_VC2OD_DMT_ND_ACCESS 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_VC2OD_DMT_ND_ACCESS 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
ACTIONAction for a given list of node IDsPublic
CALL METHOD if_vc2od_dmt_nd_access=>ACTION...more details

CHECK_BEFORE_SAVEPerform checks before savePublic
CALL METHOD if_vc2od_dmt_nd_access=>CHECK_BEFORE_SAVE...more details

CHECK_WHETHER_DEFAULT_PROFILEshall the default profile be used?Public
CALL METHOD if_vc2od_dmt_nd_access=>CHECK_WHETHER_DEFAULT_PROFILE...more details

CLEAN_UPPerform clean up (e. g. release all locks)Public
CALL METHOD if_vc2od_dmt_nd_access=>CLEAN_UP...more details

DELETEDelete node IDPublic
CALL METHOD if_vc2od_dmt_nd_access=>DELETE...more details

ENRICHEnrichPublic
CALL METHOD if_vc2od_dmt_nd_access=>ENRICH...more details

GET_NODE_RELATIONSHIPSget relationship between node id and node dataPublic
CALL METHOD if_vc2od_dmt_nd_access=>GET_NODE_RELATIONSHIPS...more details

GET_PROFILESget profilesPublic
CALL METHOD if_vc2od_dmt_nd_access=>GET_PROFILES...more details

GET_UI_MODE_OF_NODEget the ui mode which shall be used for field controlPublic
CALL METHOD if_vc2od_dmt_nd_access=>GET_UI_MODE_OF_NODE...more details

INSERTInsert node ID and node dataPublic
CALL METHOD if_vc2od_dmt_nd_access=>INSERT...more details

QUERYExecute a QueryPublic
CALL METHOD if_vc2od_dmt_nd_access=>QUERY...more details

RETRIEVERetrieve data for a given list of node IDsPublic
CALL METHOD if_vc2od_dmt_nd_access=>RETRIEVE...more details

SAVESave changed data to databasePublic
CALL METHOD if_vc2od_dmt_nd_access=>SAVE...more details

UPDATEUpdate data for a given list of node IDsPublic
CALL METHOD if_vc2od_dmt_nd_access=>UPDATE...more details



IF_VC2OD_DMT_ND_ACCESS 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
MR_BO_DATA_STRInstance AttributeLIKE
DATA
Public
MR_BO_DATA_TABInstance AttributeLIKE
DATA
Public
MR_BO_ID_STRInstance AttributeLIKE
DATA
Public
MR_BO_ID_TABInstance AttributeLIKE
DATA
Public
MR_SP_DATA_STRInstance AttributeLIKE
DATA
Public
MR_SP_DATA_TABInstance AttributeLIKE
DATA
Public
MR_SP_ID_STRInstance AttributeLIKE
DATA
Public
MR_SP_ID_TABInstance AttributeLIKE
DATA
Public
MT_ID_FIELDSInstance AttributeLIKE
GTY_ID_FIELDS
Public




IF_VC2OD_DMT_ND_ACCESS types

GTY_ID_FIELDS -
GTY_S_DEPENDENCY_NO -
GTY_T_DEPENDENCY_NO -

Links to Related Class(s)

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