SAP /IWBEP/IF_SBOD_NAV_PROP OO Class - SB - OData - Navigation Property









/IWBEP/IF_SBOD_NAV_PROP 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 /IWBEP/IF_SBOD_NAV_PROP 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 /IWBEP/IF_SBOD_NAV_PROP 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
GET_CARDINALITYGets CardinalityPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_CARDINALITY...more details

GET_CHILDRENSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_CHILDREN...more details

GET_CHILD_TYPESSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_CHILD_TYPES...more details

GET_DELETE_ACTIONGets on delete actionPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_DELETE_ACTION...more details

GET_DESCRIPTIONSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_DESCRIPTION...more details

GET_ENTITY_TYPEGets the Entity TypePublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_ENTITY_TYPE...more details

GET_FROM_ROLEPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_FROM_ROLE...more details

GET_MULTIPLICITYV4: Gets Target Type MultiplicityPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_MULTIPLICITY...more details

GET_NAMESets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_NAME...more details

GET_ORIGINSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_ORIGIN...more details

GET_PARENTSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_PARENT...more details

GET_PARTNERGets PartnerPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_PARTNER...more details

GET_POSITIONSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_POSITION...more details

GET_PROTOTYPESets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_PROTOTYPE...more details

GET_PROTOTYPE_CONTEXTSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_PROTOTYPE_CONTEXT...more details

GET_REF_CONSTRAINTSGets Referential Constraint of navigation PropertyPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_REF_CONSTRAINTS...more details

GET_RELATIONSHIPPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_RELATIONSHIP...more details

GET_ROOTSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_ROOT...more details

GET_TARGETGets Target Entity TypePublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_TARGET...more details

GET_TECHNICAL_NAMESets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_TECHNICAL_NAME...more details

GET_TO_ROLEPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>GET_TO_ROLE...more details

INSERT_CHILDSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>INSERT_CHILD...more details

IS_CARDINALITY_UNDEFINEDCheck if cardinality is undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_CARDINALITY_UNDEFINED...more details

IS_COLLECTIONGets the collection flagPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_COLLECTION...more details

IS_CONTAINING_TARGETGets Contains targetPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_CONTAINING_TARGET...more details

IS_DESCRIPTION_UNDEFINEDSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_DESCRIPTION_UNDEFINED...more details

IS_EDITABLESets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_EDITABLE...more details

IS_FROM_ROLE_UNDEFINEDCheck if From Role is undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_FROM_ROLE_UNDEFINED...more details

IS_INVALIDSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_INVALID...more details

IS_NAME_UNDEFINEDSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_NAME_UNDEFINED...more details

IS_NULLABLEGets the Nullable flagPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_NULLABLE...more details

IS_PERSISTENTSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_PERSISTENT...more details

IS_RELATIONSHIP_UNDEFINEDCheck if Relationship is undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_RELATIONSHIP_UNDEFINED...more details

IS_TARGET_UNDEFINEDCheck if Target is undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_TARGET_UNDEFINED...more details

IS_TO_ROLE_UNDEFINEDCheck if To Role is undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>IS_TO_ROLE_UNDEFINED...more details

SET_CARDINALITYSets CardinalityPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_CARDINALITY...more details

SET_CARDINALITY_UNDEFINEDSets Cardinality as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_CARDINALITY_UNDEFINED...more details

SET_COLLECTIONSets the collection flagPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_COLLECTION...more details

SET_CONTAINS_TARGETSets Contains targetPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_CONTAINS_TARGET...more details

SET_DELETE_ACTIONSets on delete actionPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_DELETE_ACTION...more details

SET_ENTITY_TYPESets the Entity TypePublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_ENTITY_TYPE...more details

SET_FROM_ROLEPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_FROM_ROLE...more details

SET_FROM_ROLE_UNDEFINEDSets From Role as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_FROM_ROLE_UNDEFINED...more details

SET_NAMESets the name of Navigation PropertyPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_NAME...more details

SET_NULLABLESets the Nullable flagPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_NULLABLE...more details

SET_PARTNERSets PartnerPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_PARTNER...more details

SET_RELATIONSHIPPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_RELATIONSHIP...more details

SET_RELATIONSHIP_UNDEFINEDSets Relationship as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_RELATIONSHIP_UNDEFINED...more details

SET_TARGETSets Target Entity TypePublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_TARGET...more details

SET_TARGET_UNDEFINEDSets Target as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_TARGET_UNDEFINED...more details

SET_TO_ROLEPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_TO_ROLE...more details

SET_TO_ROLE_UNDEFINEDSets To Role as undefinedPublic
CALL METHOD /iwbep/if_sbod_nav_prop=>SET_TO_ROLE_UNDEFINED...more details



/IWBEP/IF_SBOD_NAV_PROP 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
GC_DELETE_ACTIONConstantLIKE
Public
GC_NODE_TYPEConstantLIKE
Public
GC_RELTYPE_ENTITYTYPEConstantService Builder: Relation Type for Target Entity Type'ENT'LIKE
/IWBEP/SBDM_RELATION_TYPE
Public
GC_RELTYPE_PTNR_NAVPConstantService Builder: Relation Type'PRNP'LIKE
/IWBEP/SBDM_RELATION_TYPE
Public
GC_RELTYPE_REF_CONSTConstantService Builder: Relation Type'RFCT'LIKE
/IWBEP/SBDM_RELATION_TYPE
Public
GC_RELTYPE_RELATIONConstantService Builder: Relation Type'REL'LIKE
/IWBEP/SBDM_RELATION_TYPE
Public




/IWBEP/IF_SBOD_NAV_PROP types

TY_T_NAV_PROPERTIES -

Links to Related Class(s)

/IWBEP/I...
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!