SAP ABAP Interface IF_SD_RATES (Constants Interface for Freight Processing)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
LE-TRA-FC (Application Component) Freight Processing
⤷
VFSC (Package) Scales
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SD_RATES_TRANSFER_TOOL | Download/Upload LE Freight Rates | 20131125 |
Properties
| Interface | IF_SD_RATES | |
| Short Description | Constants Interface for Freight Processing |
General Data
| Package | VFSC | Scales |
| Created | 20130422 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SD_RATES has no forward declaration.
Interfaces
Interface IF_SD_RATES has no interface.
Friends
Interface IF_SD_RATES has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM_SCALE | Constant | Public | See coding | 'A' | 20131125 | |||
| 2 | SAME_SCALE | Constant | Public | See coding | 'X' | 20131125 | |||
| 3 | TO_SCALE | Constant | Public | See coding | 'B' | 20131125 |
Methods
Interface IF_SD_RATES has no method.
Events
Interface IF_SD_RATES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TWSEL | Public | See coding | 20131125 | BEGIN OF TWSEL, " Werte zu den Knoten
cuobj TYPE mtrx_wsel-cuobj,
mode TYPE mtrx_wsel-mode,
fwert TYPE mtrx_wsel-fwert,
cwert TYPE mtrx_wsel-cwert,
wtsta TYPE mtrx_wsel-wtsta,
fwprd TYPE cawn-atflv,
cwprd TYPE cawn-atwrt,
END OF TWSEL
|
||
| 2 | TY_S_DATA_ACCESS | Public | See coding | 20131125 | BEGIN OF ty_s_data_access,
accessfield TYPE string,
accessfield_name TYPE string,
accessfield_content TYPE string,
END OF ty_s_data_access
|
||
| 3 | TY_S_DATA_ADMIN | Public | See coding | 20131125 | BEGIN OF ty_s_data_admin,
adminfield_name TYPE string,
adminfield_content TYPE string,
END OF ty_s_data_admin
|
||
| 4 | TY_S_DATA_DIM1 | Public | See coding | 20131125 | BEGIN OF ty_s_data_dim1,
* scale_description TYPE string,
dim1_scale_level TYPE string,
dim1_slfnr TYPE string,
rate TYPE string,
END OF ty_s_data_dim1
|
||
| 5 | TY_S_DATA_DIM2 | Public | See coding | 20131125 | BEGIN OF ty_s_data_dim2,
dim2_scale_level TYPE string,
END OF ty_s_data_dim2
|
||
| 6 | TY_S_DATA_PRICING | Public | See coding | 20131125 | BEGIN OF ty_s_data_pricing,
pricingfield_name TYPE string,
pricingfield_content TYPE string,
END OF ty_s_data_pricing
|
||
| 7 | TY_S_DIM2_SLFNR | Public | See coding | 20131125 | BEGIN OF ty_s_dim2_slfnr,
dim2_slfnr TYPE string,
END OF ty_s_dim2_slfnr
|
||
| 8 | TY_S_ERRORS | Public | See coding | 20131125 | BEGIN OF ty_s_errors,
msgid TYPE symsgid,
msgty TYPE symsgty,
msgno TYPE symsgno,
msgv1 TYPE symsgv,
msgv2 TYPE symsgv,
msgv3 TYPE symsgv,
msgv4 TYPE symsgv,
END OF ty_s_errors
|
||
| 9 | TY_S_RATES | Public | See coding | 20131125 | BEGIN OF ty_s_rates,
cuobj TYPE mtrx_wsel-cuobj,
knumh TYPE vfscarvb-knumh,
slfnr1 TYPE vfscarvb-slfnr1,
slfnr2 TYPE vfscarvb-slfnr2,
value(256) TYPE c,
END OF ty_s_rates
|
||
| 10 | TY_S_SCALE_DESCRIPTION | Public | See coding | 20131125 | BEGIN OF ty_s_scale_description,
description TYPE string,
END OF ty_s_scale_description
|
||
| 11 | TY_T_DATA_ACCESS | Public | See coding | 20131125 | ty_t_data_access TYPE STANDARD TABLE OF ty_s_data_access
|
||
| 12 | TY_T_DATA_ADMIN | Public | See coding | 20131125 | ty_t_data_admin TYPE STANDARD TABLE OF ty_s_data_admin
|
||
| 13 | TY_T_DATA_DIM1 | Public | See coding | 20131125 | ty_t_data_dim1 TYPE STANDARD TABLE OF ty_s_data_dim1
|
||
| 14 | TY_T_DATA_DIM2 | Public | See coding | 20131125 | ty_t_data_dim2 TYPE STANDARD TABLE OF ty_s_data_dim2
|
||
| 15 | TY_T_DATA_PRICING | Public | See coding | 20131125 | ty_t_data_pricing TYPE STANDARD TABLE OF ty_s_data_pricing
|
||
| 16 | TY_T_DIM2_SLFNR | Public | See coding | 20131125 | ty_t_dim2_slfnr TYPE STANDARD TABLE OF ty_s_dim2_slfnr
|
||
| 17 | TY_T_ERRORS | Public | See coding | 20131125 | ty_t_errors TYPE STANDARD TABLE OF ty_s_errors
|
||
| 18 | TY_T_RATES | Public | See coding | 20131125 | ty_t_rates TYPE STANDARD TABLE OF ty_s_rates
|
||
| 19 | TY_T_SCALE_DESCRIPTION | Public | See coding | 20131125 | ty_t_scale_description TYPE STANDARD TABLE OF ty_s_scale_description
|
||
| 20 | WSEL | Public | See coding | 20131125 | WSEL type SORTED TABLE OF TWSEL
WITH UNIQUE KEY CUOBJ MODE
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |