SAP /IWBEP/IF_V4_MED_CPLX_TYPE OO Class - Complex type
/IWBEP/IF_V4_MED_CPLX_TYPE 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_V4_MED_CPLX_TYPE 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_V4_MED_CPLX_TYPE 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 |
| CAMELCASE_LOWER_PRIM_PRP_NAMES | Public | |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>CAMELCASE_LOWER_PRIM_PRP_NAMES...more details | ||
| CAMELCASE_PRIM_PROP_NAMES | Public | |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>CAMELCASE_PRIM_PROP_NAMES...more details | ||
| CREATE_COMPLEX_PROPERTY | Create complex property in complex type. Property name must | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>CREATE_COMPLEX_PROPERTY...more details | ||
| CREATE_COMPLEX_PROP_FOR_VCS | Public | |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>CREATE_COMPLEX_PROP_FOR_VCS...more details | ||
| CREATE_NAVIGATION_PROPERTY | Public | |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>CREATE_NAVIGATION_PROPERTY...more details | ||
| CREATE_PRIM_PROPERTY | Create primitive property | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>CREATE_PRIM_PROPERTY...more details | ||
|
| ||
| CREATE_PRIM_PROPERTY_BY_ELEM | Create primitive property by DDIC element | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>CREATE_PRIM_PROPERTY_BY_ELEM...more details | ||
| CREATE_PRIM_PROPERTY_BY_REF | Public | |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>CREATE_PRIM_PROPERTY_BY_REF...more details | ||
| CREATE_VALUE_CONTROL_PROPERTY | Public | |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>CREATE_VALUE_CONTROL_PROPERTY...more details | ||
| GET_COMPLEX_PROPERTIES | Get complex properties of complex type. | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_COMPLEX_PROPERTIES...more details | ||
| GET_COMPLEX_PROPERTY | Get complex property by name. | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_COMPLEX_PROPERTY...more details | ||
| GET_EDM_NAME | Public | |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_EDM_NAME...more details | ||
| GET_ETAG_PROPERTY | Get etag property | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_ETAG_PROPERTY...more details | ||
| GET_INTERNAL_NAME | Public | |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_INTERNAL_NAME...more details | ||
| GET_NAVIGATION_PROPERTIES | Get navigation properties of complex type | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_NAVIGATION_PROPERTIES...more details | ||
| GET_NAVIGATION_PROPERTY | Get navigation property by name. Returns unbound object refe | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_NAVIGATION_PROPERTY...more details | ||
| GET_PRIMITIVE_PROPERTIES | Get primitive properties of complex type. | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_PRIMITIVE_PROPERTIES...more details | ||
| GET_PRIMITIVE_PROPERTY | Get primitive property by name. Returns unbound object refer | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_PRIMITIVE_PROPERTY...more details | ||
| GET_PROPERTIES | Get all properties of complex type. Returns a list of primit | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_PROPERTIES...more details | ||
| GET_PROPERTY | Get property by internal name. Return unbound object referen | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_PROPERTY...more details | ||
| GET_STRUCT_ASSIGN | Get name of assigned structure | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>GET_STRUCT_ASSIGN...more details | ||
| HAS_STRUCT_ASSIGN | Has complex type a DDIC structure assignment? | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>HAS_STRUCT_ASSIGN...more details | ||
| SET_EDM_NAME | Set EDM name of complex type. EDM name must be unqiue within | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>SET_EDM_NAME...more details | ||
| SET_IS_ENTITY_TYPE_SPECIFIC | Set a specific entity type to solely use the complex type | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>SET_IS_ENTITY_TYPE_SPECIFIC...more details | ||
| SET_PROVIDER_INFO | Information set and read by the provider only | Public |
| CALL METHOD /iwbep/if_v4_med_cplx_type=>SET_PROVIDER_INFO...more details | ||
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