SAP ABAP Interface IF_SALV_BS_BLOB (Common Interface for Types)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_BS_BLOB (Package) Storing Templates
⤷
⤷
Properties
| Interface | IF_SALV_BS_BLOB | |
| Short Description | Common Interface for Types |
General Data
| Package | SALV_BS_BLOB | Storing Templates |
| Created | 20090121 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_SALV_BS_BLOB has no forward declaration.
Interfaces
Interface IF_SALV_BS_BLOB has no interface.
Friends
Interface IF_SALV_BS_BLOB has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_BLOB_FLAVOUR_CRYSTAL | Constant | Public | Type reference (TYPE) | SALV_BS_BLOB_FLAVOUR | 'C' | Key Field for BLOB Store in SALV_BS_BLOB_... | 20091117 | |
| 2 | C_BLOB_SCOPE_CUSTOMER | Constant | Public | Type reference (TYPE) | SALV_BS_BLOB_SCOPE | 'C' | Identifier if BLOB is from SAP or Customer | 20091117 | |
| 3 | C_BLOB_SCOPE_SAP | Constant | Public | Type reference (TYPE) | SALV_BS_BLOB_SCOPE | 'S' | Identifier if BLOB is from SAP or Customer | 20090206 |
Methods
Interface IF_SALV_BS_BLOB has no method.
Events
Interface IF_SALV_BS_BLOB has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_BLOB_CUS | Public | Type reference (TYPE) | SALV_BS_BLOB_CUS | 20090121 | |
|
| 2 | YS_BLOB_MIX | Public | See coding | 20090205 | BEGIN OF ys_blob_mix.
INCLUDE TYPE ys_blob_mix_key.
TYPES: default_flag TYPE salv_bs_blob_default_flag,
blob_filename TYPE salv_bs_blob_filename,
blob_filesize TYPE salv_bs_blob_filesize.
INCLUDE TYPE salv_bs_blob_change_info.
TYPES: blob TYPE salv_bs_blob,
END OF ys_blob_mix
|
||
| 3 | YS_BLOB_MIX_KEY | Public | See coding | 20090219 | BEGIN OF ys_blob_mix_key,
blob_scope TYPE salv_bs_blob_scope,
blob_flavour TYPE salv_bs_blob_flavour,
blob_name TYPE salv_bs_blob_name,
END OF ys_blob_mix_key
|
||
| 4 | YS_BLOB_SAP | Public | Type reference (TYPE) | SALV_BS_BLOB_SAP | 20090121 | |
|
| 5 | YS_BLOB_SET | Public | Type reference (TYPE) | SALV_BS_BLOB_SET | 20090122 | |
|
| 6 | YT_BLOB_CUS | Public | See coding | 20090121 | yt_blob_cus TYPE STANDARD TABLE OF ys_blob_cus
|
||
| 7 | YT_BLOB_MIX | Public | See coding | 20090205 | yt_blob_mix TYPE STANDARD TABLE OF ys_blob_mix
|
||
| 8 | YT_BLOB_SAP | Public | See coding | 20090121 | yt_blob_sap TYPE STANDARD TABLE OF ys_blob_sap
|
||
| 9 | YT_BLOB_SET | Public | See coding | 20090122 | yt_blob_set TYPE STANDARD TABLE OF ys_blob_set
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |