SAP ABAP Class /IWBEP/CL_RFC_BOP_DDIC_BUILDER (RFC BOP DDIC Builder)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SDE (Application Component) Gateway SAP Data Enablement
⤷
/IWBEP/MGW_DST_BOP_GENERATOR (Package) OData Channel - Design Time Tools - BOP Generator
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_IFL_ABSTRACT_BUILDER | Build data type tree | 20111017 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_DST_CONST | Constants | 20111017 |
Properties
| Class | /IWBEP/CL_RFC_BOP_DDIC_BUILDER | |
| Short Description | RFC BOP DDIC Builder | |
| Super Class | /IWBEP/CL_IFL_ABSTRACT_BUILDER | Build data type tree |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/MGW_DST_BOP_GENERATOR | OData Channel - Design Time Tools - BOP Generator |
| Created | 20111017 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_DST_CONST | Constants | 20111017 |
Friends
Class /IWBEP/CL_RFC_BOP_DDIC_BUILDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20111024 | |||||
| 2 | Instance attribute | Private | Attribute reference (LIKE) | 20111024 | |||||
| 3 | Instance attribute | Private | Attribute reference (LIKE) | 20111024 | |||||
| 4 | Instance attribute | Private | Type reference (TYPE) | /IWBEP/CL_MGW_RFC_BOP_GEN=>TY_GT_CODE | 20111024 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | TY_GT_CREATED | 20111024 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | TY_GT_PARAM | 20111024 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | I | 20111024 | ||||
| 8 | Instance attribute | Private | Attribute reference (LIKE) | 20111024 | |||||
| 9 | Instance attribute | Private | Attribute reference (LIKE) | 20111024 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20111024 | ||
| 2 | Instance method | Public | Method | 20111024 | ||
| 3 | Instance method | Public | Method | 20111024 | ||
| 4 | Instance method | Public | Method | 20111024 | ||
| 5 | Instance method | Public | Constructor | CONSTRUCTOR | 20111024 | |
| 6 | Instance method | Private | Method | 20111024 | ||
| 7 | Instance method | Public | Method | 20111024 | ||
| 8 | Instance method | Public | Method | 20111024 |
Events
Class /IWBEP/CL_RFC_BOP_DDIC_BUILDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GS_CREATED | Public | See coding | 20111024 | BEGIN OF ty_gs_created,
org TYPE tabname,
new TYPE tabname,
END OF ty_gs_created
|
||
| 2 | TY_GS_PARAM | Public | See coding | 20111024 | BEGIN OF ty_gs_param,
class TYPE rs38l_kind,
name TYPE rs38l_par_,
tabname TYPE tabname,
fieldname TYPE fieldname,
END OF ty_gs_param
|
||
| 3 | TY_GT_CREATED | Public | See coding | 20111024 | ty_gt_created TYPE STANDARD TABLE OF ty_gs_created WITH KEY org
|
||
| 4 | TY_GT_PARAM | Public | See coding | 20111024 | ty_gt_param TYPE STANDARD TABLE OF ty_gs_param WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method ADD_EXCEPTIONS_TO_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXCEPTION | Call by reference | Type reference (TYPE) | /IWBEP/CL_MGW_RFC_BOP_GEN=>TY_GT_EXCEPTION | 20111024 |
Method ADD_EXCEPTIONS_TO_CODE on class /IWBEP/CL_RFC_BOP_DDIC_BUILDER has no exception.
Method ADD_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS | Call by reference | Type reference (TYPE) | RS38L_KIND | Parameter type | 20111024 | |||
| 2 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20111024 | |||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | RS38L_PAR_ | Parameter name | 20111024 | |||
| 4 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20111024 |
Method ADD_PARAMETER on class /IWBEP/CL_RFC_BOP_DDIC_BUILDER has no exception.
Method ADD_PARAMS_TO_CODE Signature
Method ADD_PARAMS_TO_CODE on class /IWBEP/CL_RFC_BOP_DDIC_BUILDER has no parameter.
Method ADD_PARAMS_TO_CODE on class /IWBEP/CL_RFC_BOP_DDIC_BUILDER has no exception.
Method ADD_TABLE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TABLE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_IFL_BUILDER_ATTRIBUT | Constants | 20111024 | |||
| 2 | IV_STRUCTURE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_IFL_BUILDER_ATTRIBUT | Constants | 20111024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Analyzer Exception | 20111024 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /IWBEP/CL_RFC_BOP_DDIC_BUILDER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111024 |
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20111024 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Analyzer Exception | 20111024 |
Method GET_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PARAM | Value transfer | Type reference (TYPE) | TY_GT_PARAM | 20111024 |
Method GET_PARAMETERS on class /IWBEP/CL_RFC_BOP_DDIC_BUILDER has no exception.
Method GET_TYPE_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_CODE | Value transfer | Type reference (TYPE) | /IWBEP/CL_MGW_RFC_BOP_GEN=>TY_GT_CODE | 20111024 |
Method GET_TYPE_CODE on class /IWBEP/CL_RFC_BOP_DDIC_BUILDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |