SAP IF_GENIL_CONT_ROOT_OBJECT OO Class - Data Container - Root Object Interface









IF_GENIL_CONT_ROOT_OBJECT 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_GENIL_CONT_ROOT_OBJECT 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_GENIL_CONT_ROOT_OBJECT 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_CHILDPrivate
CALL METHOD if_genil_cont_root_object=>ADD_CHILD...more details

ADD_CHILD_FROM_TEMPLATEPrivate
CALL METHOD if_genil_cont_root_object=>ADD_CHILD_FROM_TEMPLATE...more details

ADD_FOREIGN_RELATIONPrivate
CALL METHOD if_genil_cont_root_object=>ADD_FOREIGN_RELATION...more details

CHECK_ATTR_PROPS_REQUESTEDPrivate
CALL METHOD if_genil_cont_root_object=>CHECK_ATTR_PROPS_REQUESTED...more details

CHECK_ATTR_REQUESTEDPrivate
CALL METHOD if_genil_cont_root_object=>CHECK_ATTR_REQUESTED...more details

CHECK_RELS_REQUESTEDPrivate
CALL METHOD if_genil_cont_root_object=>CHECK_RELS_REQUESTED...more details

COPY_SELF_WITH_STRUCTUREPrivate
CALL METHOD if_genil_cont_root_object=>COPY_SELF_WITH_STRUCTURE...more details

GET_ATTRIBUTESPrivate
CALL METHOD if_genil_cont_root_object=>GET_ATTRIBUTES...more details

GET_ATTR_PROPS_OBJPrivate
CALL METHOD if_genil_cont_root_object=>GET_ATTR_PROPS_OBJ...more details

GET_ATTR_STRUCT_NAMEPrivate
CALL METHOD if_genil_cont_root_object=>GET_ATTR_STRUCT_NAME...more details

GET_CHILDRENPrivate
CALL METHOD if_genil_cont_root_object=>GET_CHILDREN...more details

GET_CHILDREN_IN_11_RELATIONSPrivate
CALL METHOD if_genil_cont_root_object=>GET_CHILDREN_IN_11_RELATIONS...more details

GET_CHILDREN_IN_1N_RELATIONSPrivate
CALL METHOD if_genil_cont_root_object=>GET_CHILDREN_IN_1N_RELATIONS...more details

GET_CHILD_TEMPLATEPrivate
CALL METHOD if_genil_cont_root_object=>GET_CHILD_TEMPLATE...more details

GET_DELTA_FLAGPrivate
CALL METHOD if_genil_cont_root_object=>GET_DELTA_FLAG...more details

GET_FOREIGN_RELATIONSPrivate
CALL METHOD if_genil_cont_root_object=>GET_FOREIGN_RELATIONS...more details

GET_GLOBAL_MESSAGE_CONTAINERPrivate
CALL METHOD if_genil_cont_root_object=>GET_GLOBAL_MESSAGE_CONTAINER...more details

GET_KEYPrivate
CALL METHOD if_genil_cont_root_object=>GET_KEY...more details

GET_KEY_STRUCT_NAMEPrivate
CALL METHOD if_genil_cont_root_object=>GET_KEY_STRUCT_NAME...more details

GET_MESSAGE_CONTAINERPrivate
CALL METHOD if_genil_cont_root_object=>GET_MESSAGE_CONTAINER...more details

GET_NAMEPrivate
CALL METHOD if_genil_cont_root_object=>GET_NAME...more details

GET_NAMESPACEPrivate
CALL METHOD if_genil_cont_root_object=>GET_NAMESPACE...more details

GET_OBJECT_IDPrivate
CALL METHOD if_genil_cont_root_object=>GET_OBJECT_ID...more details

GET_QUERY_ROOTGets the Query Root FlagPublic
CALL METHOD if_genil_cont_root_object=>GET_QUERY_ROOT...more details

GET_RELATIONPrivate
CALL METHOD if_genil_cont_root_object=>GET_RELATION...more details

GET_TYPE_LISTReturnss a List of All Object Types in the ContainerPublic
CALL METHOD if_genil_cont_root_object=>GET_TYPE_LIST...more details

SET_ATTRIBUTESPrivate
CALL METHOD if_genil_cont_root_object=>SET_ATTRIBUTES...more details

SET_DELTA_FLAGPrivate
CALL METHOD if_genil_cont_root_object=>SET_DELTA_FLAG...more details

SET_FOREIGN_RELATIONPrivate
CALL METHOD if_genil_cont_root_object=>SET_FOREIGN_RELATION...more details

SET_HANDLEPrivate
CALL METHOD if_genil_cont_root_object=>SET_HANDLE...more details

SET_KEYPrivate
CALL METHOD if_genil_cont_root_object=>SET_KEY...more details

SET_MESSAGE_CONTAINERSet a New Message Container for the ObjectPublic
CALL METHOD if_genil_cont_root_object=>SET_MESSAGE_CONTAINER...more details

SET_QUERY_ROOTSet the Query Root FlagPublic
CALL METHOD if_genil_cont_root_object=>SET_QUERY_ROOT...more details



IF_GENIL_CONT_ROOT_OBJECT 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
ATTRIBUTES_SETInstance AttributeLIKE
Private
DELTA_ABSTRACTInstance AttributeLIKE
Private
DELTA_CHANGEDInstance AttributeLIKE
Private
DELTA_CREATEDInstance AttributeLIKE
Private
DELTA_DELETEDInstance AttributeLIKE
Private


Links to Related Class(s)

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