SAP ABAP Class /IWBEP/IF_RFC_BOP_GEN_NG (Interface for BOP Generator NG)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_RFC_BOP_GEN_NG | RFC BOP Generator- New Gen | 20120131 |
Properties
| Class | /IWBEP/IF_RFC_BOP_GEN_NG | |
| Short Description | Interface for BOP Generator NG | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120130 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWBEP/IF_RFC_BOP_GEN_NG has no interface implemented.
Friends
Class /IWBEP/IF_RFC_BOP_GEN_NG has no friend class.
Attributes
Class /IWBEP/IF_RFC_BOP_GEN_NG has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete the BOP interface | 20120206 | |
| 2 | Instance method | Public | Method | Generate the RFC BOP interface and source code to call RFC | 20120131 | |
| 3 | Instance method | Public | Method | Get the signature of the RFC from specified backend | 20120131 |
Events
Class /IWBEP/IF_RFC_BOP_GEN_NG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GS_CODE | Public | See coding | 20120223 | BEGIN OF ty_gs_code,
line TYPE ty_g_code,
END OF ty_gs_code
|
||
| 2 | TY_GS_EXCEPTION | Public | See coding | 20120131 | BEGIN OF ty_gs_exception,
exception TYPE string,
number TYPE string,
END OF ty_gs_exception
|
||
| 3 | TY_GT_CODE | Public | See coding | 20120223 | ty_gt_code TYPE STANDARD TABLE OF ty_gs_code WITH NON-UNIQUE DEFAULT KEY
|
||
| 4 | TY_GT_EXCEPTION | Public | See coding | 20120131 | ty_gt_exception TYPE STANDARD TABLE OF ty_gs_exception WITH NON-UNIQUE DEFAULT KEY
|
||
| 5 | TY_GT_PARAMS | Public | See coding | 20120131 | ty_gt_params TYPE STANDARD TABLE OF rfc_funint WITH NON-UNIQUE DEFAULT KEY
|
||
| 6 | TY_G_CODE | Public | See coding | 20120223 | ty_g_code(255) TYPE c
|
Method Signatures
Method DELETE_INTF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INTERFACE_NAME | Call by reference | Type reference (TYPE) | SEOCLSKEY | Key structure of a class | 20120206 | |||
| 2 | IV_TRANSPORT | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20120206 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Transport Exception | 20120206 | ||
| 2 | OData Channel : Backend Operation Proxy Generator | 20120206 |
Method GENERATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA_DEC | Call by reference | Type reference (TYPE) | SABOO_SOURT | Data decalartion | 20120131 | |||
| 2 | ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | SABOO_SOURT | Source code | 20120131 | |||
| 3 | IT_PARAMS | Call by reference | Type reference (TYPE) | /IWBEP/T_BOP_GEN_PARAMS | Included paramaters for RFC call | 20120131 | |||
| 4 | IV_FLAG_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/DT_FLAG_TYPE | '3' | Flag to determine local or Remote RFC | 20120611 | ||
| 5 | IV_INTERFACE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Interface to be generated | 20120131 | |||
| 6 | IV_OVERWRITE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | Overwrite existing interface | 20120131 | ||
| 7 | IV_PACKAGE_NAME | Call by reference | Type reference (TYPE) | DEVCLASS | Package Name | 20120131 | |||
| 8 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | RFC Destination | 20120131 | |||
| 9 | IV_RFC_NAME | Call by reference | Type reference (TYPE) | TFDIR-FUNCNAME | RFC Name | 20120131 | |||
| 10 | IV_TRANSPORT | Call by reference | Type reference (TYPE) | TRKORR | Transport Request | 20120131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Transport Exception | 20120203 | ||
| 2 | OData Channel : Backend Operation Proxy Generator | 20120131 |
Method GET_DESC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_TYPES | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_RFC_BOP_DDIC_BUILDER | Signature | 20120131 | |||
| 2 | ET_CODE_LINES | Call by reference | Type reference (TYPE) | TY_GT_CODE | Code lines | 20120223 | |||
| 3 | ET_EXCEPTION | Call by reference | Type reference (TYPE) | TY_GT_EXCEPTION | Exceptions | 20120131 | |||
| 4 | ET_PARAMS | Call by reference | Type reference (TYPE) | TY_GT_PARAMS | Parameters | 20120131 | |||
| 5 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | RFC Destination | 20120131 | |||
| 6 | IV_RFC_NAME | Call by reference | Type reference (TYPE) | TFDIR-FUNCNAME | RFC Name | 20120131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | OData Channel : Backend Operation Proxy Generator | 20120131 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |