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 Name | Description | Visability |
| GET_CARDINALITY | Gets Cardinality | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_CARDINALITY...more details | ||
| GET_CHILDREN | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_CHILDREN...more details | ||
| GET_CHILD_TYPES | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_CHILD_TYPES...more details | ||
| GET_DELETE_ACTION | Gets on delete action | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_DELETE_ACTION...more details | ||
| GET_DESCRIPTION | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_DESCRIPTION...more details | ||
| GET_ENTITY_TYPE | Gets the Entity Type | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_ENTITY_TYPE...more details | ||
|
| ||
| GET_FROM_ROLE | Public | |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_FROM_ROLE...more details | ||
| GET_MULTIPLICITY | V4: Gets Target Type Multiplicity | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_MULTIPLICITY...more details | ||
| GET_NAME | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_NAME...more details | ||
| GET_ORIGIN | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_ORIGIN...more details | ||
| GET_PARENT | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_PARENT...more details | ||
| GET_PARTNER | Gets Partner | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_PARTNER...more details | ||
| GET_POSITION | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_POSITION...more details | ||
| GET_PROTOTYPE | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_PROTOTYPE...more details | ||
| GET_PROTOTYPE_CONTEXT | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_PROTOTYPE_CONTEXT...more details | ||
| GET_REF_CONSTRAINTS | Gets Referential Constraint of navigation Property | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_REF_CONSTRAINTS...more details | ||
| GET_RELATIONSHIP | Public | |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_RELATIONSHIP...more details | ||
| GET_ROOT | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_ROOT...more details | ||
| GET_TARGET | Gets Target Entity Type | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_TARGET...more details | ||
| GET_TECHNICAL_NAME | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_TECHNICAL_NAME...more details | ||
| GET_TO_ROLE | Public | |
| CALL METHOD /iwbep/if_sbod_nav_prop=>GET_TO_ROLE...more details | ||
| INSERT_CHILD | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>INSERT_CHILD...more details | ||
| IS_CARDINALITY_UNDEFINED | Check if cardinality is undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_CARDINALITY_UNDEFINED...more details | ||
| IS_COLLECTION | Gets the collection flag | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_COLLECTION...more details | ||
| IS_CONTAINING_TARGET | Gets Contains target | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_CONTAINING_TARGET...more details | ||
| IS_DESCRIPTION_UNDEFINED | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_DESCRIPTION_UNDEFINED...more details | ||
| IS_EDITABLE | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_EDITABLE...more details | ||
| IS_FROM_ROLE_UNDEFINED | Check if From Role is undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_FROM_ROLE_UNDEFINED...more details | ||
| IS_INVALID | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_INVALID...more details | ||
| IS_NAME_UNDEFINED | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_NAME_UNDEFINED...more details | ||
| IS_NULLABLE | Gets the Nullable flag | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_NULLABLE...more details | ||
| IS_PERSISTENT | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_PERSISTENT...more details | ||
| IS_RELATIONSHIP_UNDEFINED | Check if Relationship is undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_RELATIONSHIP_UNDEFINED...more details | ||
| IS_TARGET_UNDEFINED | Check if Target is undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_TARGET_UNDEFINED...more details | ||
| IS_TO_ROLE_UNDEFINED | Check if To Role is undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>IS_TO_ROLE_UNDEFINED...more details | ||
| SET_CARDINALITY | Sets Cardinality | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_CARDINALITY...more details | ||
| SET_CARDINALITY_UNDEFINED | Sets Cardinality as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_CARDINALITY_UNDEFINED...more details | ||
| SET_COLLECTION | Sets the collection flag | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_COLLECTION...more details | ||
| SET_CONTAINS_TARGET | Sets Contains target | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_CONTAINS_TARGET...more details | ||
| SET_DELETE_ACTION | Sets on delete action | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_DELETE_ACTION...more details | ||
| SET_ENTITY_TYPE | Sets the Entity Type | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_ENTITY_TYPE...more details | ||
| SET_FROM_ROLE | Public | |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_FROM_ROLE...more details | ||
| SET_FROM_ROLE_UNDEFINED | Sets From Role as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_FROM_ROLE_UNDEFINED...more details | ||
| SET_NAME | Sets the name of Navigation Property | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_NAME...more details | ||
| SET_NULLABLE | Sets the Nullable flag | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_NULLABLE...more details | ||
| SET_PARTNER | Sets Partner | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_PARTNER...more details | ||
| SET_RELATIONSHIP | Public | |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_RELATIONSHIP...more details | ||
| SET_RELATIONSHIP_UNDEFINED | Sets Relationship as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_RELATIONSHIP_UNDEFINED...more details | ||
| SET_TARGET | Sets Target Entity Type | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_TARGET...more details | ||
| SET_TARGET_UNDEFINED | Sets Target as undefined | Public |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_TARGET_UNDEFINED...more details | ||
| SET_TO_ROLE | Public | |
| CALL METHOD /iwbep/if_sbod_nav_prop=>SET_TO_ROLE...more details | ||
| SET_TO_ROLE_UNDEFINED | Sets To Role as undefined | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_DELETE_ACTION | Constant | LIKE | Public | ||
| GC_NODE_TYPE | Constant | LIKE | Public | ||
| GC_RELTYPE_ENTITYTYPE | Constant | Service Builder: Relation Type for Target Entity Type | 'ENT' | LIKE /IWBEP/SBDM_RELATION_TYPE | Public |
| GC_RELTYPE_PTNR_NAVP | Constant | Service Builder: Relation Type | 'PRNP' | LIKE /IWBEP/SBDM_RELATION_TYPE | Public |
| GC_RELTYPE_REF_CONST | Constant | Service Builder: Relation Type | 'RFCT' | LIKE /IWBEP/SBDM_RELATION_TYPE | Public |
| GC_RELTYPE_RELATION | Constant | Service 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