SAP /IWBEP/CL_SBDM_FILE_IMPORT_REQ OO Class - File import request
/IWBEP/CL_SBDM_FILE_IMPORT_REQ 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/CL_SBDM_FILE_IMPORT_REQ including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /IWBEP/IF_SBDM_FILE_IMPORT_REQMethod list of /IWBEP/CL_SBDM_FILE_IMPORT_REQ 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 |
| ADJUST_MAPPING_INFO | Adjust mapping information | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>ADJUST_MAPPING_INFO...more details | ||
| ADJUST_MODEL_CONTENTS | Adjust the model contents as required | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>ADJUST_MODEL_CONTENTS...more details | ||
| ADJUST_RELATED_NODES | Adjust the related nodes like model reference nodes | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>ADJUST_RELATED_NODES...more details | ||
| CALCULATE_DELTA_FOR_MODEL | calculate delta for model contents & file / simply overwrite | Public |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CALCULATE_DELTA_FOR_MODEL...more details | ||
| COMAPRE_COMPLEX_TYPES | Compare & get the delta for complex types | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMAPRE_COMPLEX_TYPES...more details | ||
| COMPARE_ASSOCIATIONS | Compare & get the delta for associations | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_ASSOCIATIONS...more details | ||
|
| ||
| COMPARE_ASSOCIATION_SETS | Compare & get the delta for association sets | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_ASSOCIATION_SETS...more details | ||
| COMPARE_COMPLEX_TYPE_PROP | Compare the complex types properties and provide delta | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_COMPLEX_TYPE_PROP...more details | ||
| COMPARE_ENTITY_SETS | Compare & get the delta for entity sets | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_ENTITY_SETS...more details | ||
| COMPARE_ENTITY_TYPES | Compare & get the delta for entity types | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_ENTITY_TYPES...more details | ||
| COMPARE_FUNC_IMPORTS | Compare the function imports | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_FUNC_IMPORTS...more details | ||
| COMPARE_NAVIGATION_PROPERTIES | Compare the navigation properties & provide delta | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_NAVIGATION_PROPERTIES...more details | ||
| COMPARE_NAVIG_PROP | Compare the navigation prop after associations | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_NAVIG_PROP...more details | ||
| COMPARE_PARAMETERS | Compare the function import parameters & provide delta | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_PARAMETERS...more details | ||
| COMPARE_PROPERTIES | Compare the properties & provide delta | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>COMPARE_PROPERTIES...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CONSTRUCTOR...more details | ||
| CREATE_ASSOCIATION_NODE | Creates an association node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_ASSOCIATION_NODE...more details | ||
| CREATE_ASSOCIATION_SET_NODE | Creates an association set node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_ASSOCIATION_SET_NODE...more details | ||
| CREATE_COMPLEX_PROPERTY_NODE | Creates an property node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_COMPLEX_PROPERTY_NODE...more details | ||
| CREATE_COMPLEX_TYPE_NODE | Creates a complex type node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_COMPLEX_TYPE_NODE...more details | ||
| CREATE_ENTITY_NODE | Creates an entity type node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_ENTITY_NODE...more details | ||
| CREATE_ENTITY_SET_NODE | Creates an entity set node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_ENTITY_SET_NODE...more details | ||
| CREATE_FUNC_IMP_NODE | Creates a function import node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_FUNC_IMP_NODE...more details | ||
| CREATE_NAVI_PROPERTY_NODE | Creates a navigation property node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_NAVI_PROPERTY_NODE...more details | ||
| CREATE_PARAMETER_NODE | Creates a function import parameter node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_PARAMETER_NODE...more details | ||
| CREATE_PROPERTY_NODE | Creates an property node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>CREATE_PROPERTY_NODE...more details | ||
| DO_DELTA_CALCULATION | Perform the delta calculation | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>DO_DELTA_CALCULATION...more details | ||
| DO_OVERWRITE_MODEL | Overwirte the model with the file contents | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>DO_OVERWRITE_MODEL...more details | ||
| DO_TOPO_SORT | Topological sorting | Private |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>DO_TOPO_SORT...more details | ||
| GET_FILE_CONTENTS | Get the artifact contents from the file | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>GET_FILE_CONTENTS...more details | ||
| GET_MODEL_CONTENTS | Get the artifact contents from the model | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>GET_MODEL_CONTENTS...more details | ||
| GET_WHITELIST_ELEMENTS | Get the existing model's contents | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>GET_WHITELIST_ELEMENTS...more details | ||
| PREP_TOPOLOGICAL_SORTING | Analyze the complex types for dependencies & sort them | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>PREP_TOPOLOGICAL_SORTING...more details | ||
| SET_TRANSIENT_MODEL | Set the transient model | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>SET_TRANSIENT_MODEL...more details | ||
| SORT_NODE_LIST | Sort the node list based on the given sort order sequence | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>SORT_NODE_LIST...more details | ||
| UPDATE_ASSOCIATIONS | Update the associations node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>UPDATE_ASSOCIATIONS...more details | ||
| UPDATE_ASSOCIATION_SETS | Update the association set node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>UPDATE_ASSOCIATION_SETS...more details | ||
| UPDATE_COMPLEX_TYPE_NODE | Update the complex type | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>UPDATE_COMPLEX_TYPE_NODE...more details | ||
| UPDATE_ENTITY_SET | Update the entity set node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>UPDATE_ENTITY_SET...more details | ||
| UPDATE_ENTITY_TYPE_NODE | Update the entity type | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>UPDATE_ENTITY_TYPE_NODE...more details | ||
| UPDATE_FUNC_IMPORT_NODE | Update the function import node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>UPDATE_FUNC_IMPORT_NODE...more details | ||
| UPDATE_FUNC_IMPORT_PARAM_NODE | Update the function import parameters node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>UPDATE_FUNC_IMPORT_PARAM_NODE...more details | ||
| UPDATE_NAVIGATION_PROP_NODE | Update the navigation property node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>UPDATE_NAVIGATION_PROP_NODE...more details | ||
| UPDATE_PROPERTY_NODE | Update the property node | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>UPDATE_PROPERTY_NODE...more details | ||
| XML_GET_NODELIST_BY_NAME | Get node list for a given node name | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>XML_GET_NODELIST_BY_NAME...more details | ||
| XML_GET_NODE_BY_NAME | Returns xml node for a given name | Protected |
| CALL METHOD /iwbep/cl_sbdm_file_import_req=>XML_GET_NODE_BY_NAME...more details | ||
/IWBEP/CL_SBDM_FILE_IMPORT_REQ 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_CHANGED | Constant | modified artifact | 'Changed' | LIKE STRING | Private |
| GC_CREATION_ORDER | Constant | Sorting order sequence | 'Creation' | LIKE STRING | Private |
| GC_DELETED | Constant | deleted artifact | 'Deleted' | LIKE STRING | Private |
| GC_EQUAL | Constant | equal in file & model | 'Equal' | LIKE STRING | Private |
| GC_NEW | Constant | new artifact | 'New' | LIKE STRING | Private |
| GC_REMOVAL_ORDER | Constant | Sorting order sequence | 'Removal' | LIKE STRING | Private |
| GT_FINALIZED_NODES | Instance Attribute | LIKE /IWBEP/IF_SBDM_FILE_IMPORT_REQ=>TY_T_NODE_LIST | Private | ||
| GT_NODES_LIST | Instance Attribute | LIKE /IWBEP/IF_SBDM_FILE_IMPORT_REQ=>TY_T_NODE_LIST | Private | ||
| MO_MODEL | Instance Attribute | SB - Domain Model - Model | LIKE /IWBEP/IF_SBDM_MODEL | Public | |
| MO_PROJECT | Instance Attribute | SB - Domain Model - Project | LIKE /IWBEP/IF_SBDM_PROJECT | Public | |
| MO_SCHEMA_CONTEXT | Instance Attribute | SB - OData - Schema Context | LIKE /IWBEP/IF_SBOD_SCHEMA_CONTEXT | Public | |
| MO_SOURCE | Instance Attribute | IF_IXML_DOCUMENT | LIKE IF_IXML_DOCUMENT | Public | |
| MO_TRANSIENT_MODEL | Instance Attribute | SB - Domain Model - Model | LIKE /IWBEP/IF_SBDM_MODEL | Private | |
| MT_ASSOCIATIONS | Instance Attribute | LIKE /IWBEP/IF_SB_ODATA_ARTIFACTS=>TY_T_ASSOCIATIONS | Private | ||
| MT_ASSOCIATION_SETS | Instance Attribute | LIKE /IWBEP/IF_SB_ODATA_ARTIFACTS=>TY_T_ASSOCIATION_SETS | Private | ||
| MT_CMPLX_TYPES | Instance Attribute | LIKE /IWBEP/IF_SB_ODATA_ARTIFACTS=>TY_T_COMPLEX_TYPES | Private | ||
| MT_ENTITIES | Instance Attribute | LIKE /IWBEP/IF_SB_ODATA_ARTIFACTS=>TY_T_ENTITIES | Private | ||
| MT_ENTITY_SETS | Instance Attribute | LIKE /IWBEP/IF_SB_ODATA_ARTIFACTS=>TY_T_ENTITY_SETS | Private | ||
| MT_FUNC_IMPS | Instance Attribute | LIKE /IWBEP/IF_SB_ODATA_ARTIFACTS=>TY_T_FUNC_IMPS | Private | ||
| MT_MODEL_REF | Instance Attribute | LIKE /IWBEP/IF_SB_ODATA_ARTIFACTS=>TY_T_MODEL_REF | Private | ||
| MT_NODES_TO_CREATE | Instance Attribute | LIKE /IWBEP/IF_SBDM_FILE_IMPORT_REQ=>TY_T_NODE_LIST | Private | ||
| MT_NODES_TO_DELETE | Instance Attribute | LIKE /IWBEP/IF_SBDM_FILE_IMPORT_REQ=>TY_T_NODE_LIST | Private | ||
| MT_NODES_TO_UPDATE | Instance Attribute | LIKE /IWBEP/IF_SBDM_FILE_IMPORT_REQ=>TY_T_NODE_LIST | Private | ||
| MT_UNMODIFIED_NODES | Instance Attribute | LIKE /IWBEP/IF_SBDM_FILE_IMPORT_REQ=>TY_T_NODE_LIST | Private | ||
| MV_OVERWRITE | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| MV_PROJECT_TYPE | Instance Attribute | Service Builder: Project Type | LIKE /IWBEP/SBDM_PROJECT_TYPE | Private |
/IWBEP/CL_SBDM_FILE_IMPORT_REQ types
OBJECT_TAB_HS -OBJECT_TAB_S -
RELATION_TAB_S1 -
RELATION_TAB_S2 -
TY_S_EDGE -
TY_S_INDEGREE -
TY_S_NODE -
TY_T_EDGES -
TY_T_INDEGREE -
TY_T_NODES -
Links to Related Class(s)
/IWBEP/C...Full list of available SAP object classes
Search for further information about these or an SAP related objects