SAP ABAP Class /IWBEP/CL_SB_GENCMN_ABAP_NAME (Utility class to get the internal name)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_ODATA_UTIL (Package) Gateway Service Builder - OData Utility Package
Properties
Class /IWBEP/CL_SB_GENCMN_ABAP_NAME  
Short Description Utility class to get the internal name    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/SB_ODATA_UTIL   Gateway Service Builder - OData Utility Package 
Created 20120604   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /IWBEP/IF_SBOD_PROPERTY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class /IWBEP/CL_SB_GENCMN_ABAP_NAME has no interface implemented.
Friends
Class /IWBEP/CL_SB_GENCMN_ABAP_NAME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_ABAP_NAMES Static Attribute Public Type reference (TYPE) TY_T_ABAP_NAME 20120604
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_NAME_FOR_DUP Instance method Private Method Check for duplicate names and return a name 20120604
2 GET_INTERNAL_NAME Instance method Public Method Get the internal name for the entity type, complex type 20120605
3 GET_PROPERTY_INTERNAL_NAME Instance method Public Method Get internal name 20120604
Events
Class /IWBEP/CL_SB_GENCMN_ABAP_NAME has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ABAP_NAME Public See coding 20120604 BEGIN OF ty_s_abap_name, ext_name TYPE /iwbep/sbdm_node_name, abap_name TYPE fieldname, END OF ty_s_abap_name
2 TY_S_EXT_NAME Public See coding 20120604 BEGIN OF ty_s_ext_name, ext_name TYPE /iwbep/sbdm_node_name, END OF ty_s_ext_name
3 TY_T_ABAP_NAME Public See coding 20120604 ty_t_abap_name TYPE STANDARD TABLE OF ty_s_abap_name WITH KEY ext_name
4 TY_T_EXT_NAME Public See coding 20120604 ty_t_ext_name TYPE STANDARD TABLE OF ty_s_ext_name
Method Signatures

Method CHECK_NAME_FOR_DUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODES Call by reference Type reference (TYPE) /IWBEP/T_SBDM_NODES SB: Table Type for DM Nodes 20120605
2 Importing IT_PROPERTY_NODES Call by reference Type reference (TYPE) /IWBEP/IF_SBOD_PROPERTY=>TY_T_PROPERTIES 20120604
3 Importing IV_NODE_NAME Call by reference Type reference (TYPE) /IWBEP/SBDM_NODE_NAME Service Builder: Node Name 20120604
4 Returning RV_INTERNAL_NAME Value transfer Type reference (TYPE) FIELDNAME Field Name 20120604
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120604

Method GET_INTERNAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ABAP_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20120605
2 Exporting EV_STRUCT_NAME Call by reference Type reference (TYPE) /IWBEP/SBOD_ABAP_STRC_NAME Service Builder: OData ABAP Structure Type Name 20120605
3 Importing IO_NODE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120605
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120605

Method GET_PROPERTY_INTERNAL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ABAP_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20120604
2 Importing IO_NODE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE SB - Domain Model - Node 20120604
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120604
History
Last changed by/on SAP  20131127 
SAP Release Created in 200