SAP ABAP Interface IF_SFW_BFSET (IF_SFW_BFSET)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-SFW (Application Component) Switch Framework Tools
⤷
SFW_API (Package) WB - SFW - API
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SFW_WB_BFSET | WB - Business Function Set | 20080103 |
Properties
| Interface | IF_SFW_BFSET | |
| Short Description |
General Data
| Package | SFW_API | WB - SFW - API |
| Created | 20070724 | SAP |
| Last changed | 20141121 | |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SFW_DOCUMENTED | 20070724 |
Friends
Interface IF_SFW_BFSET has no friend.
Attributes
Interface IF_SFW_BFSET has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks the business function | 20070724 | |
| 2 | Instance method | Public | Method | Determines business functions that are always switched on | 20070724 | |
| 3 | Instance method | Public | Method | Determines the switched on business function sets | 20070724 | |
| 4 | Instance method | Public | Method | Determines the contained business functions | 20070724 | |
| 5 | Instance method | Public | Method | Determines business functions that are not displayed | 20070724 | |
| 6 | Instance method | Public | Method | Determines the type of business function sets | 20070724 | |
| 7 | Instance method | Public | Method | Determines the name of the business function set | 20070724 | |
| 8 | Instance method | Public | Method | Determines the higher-level business function sets | 20070726 | |
| 9 | Instance method | Public | Method | Determines upgrade-relevant business functions | 20131126 |
Events
Interface IF_SFW_BFSET has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_BFSET_BFSET_ENTRY | Public | Type reference (TYPE) | SFW_BSET | Assignment Between Business Function Sets | 20070724 | |
| 2 | TY_BFSET_BFSET_TABLE | Public | See coding | Table of Assignments Between Business Function Sets | 20070724 | ty_bfset_bfset_table type sorted table of ty_bfset_bfset_entry with unique key table_line
|
|
| 3 | TY_BFSET_BFUNC_ENTRY | Public | See coding | Zuordnung Business Function <-> Business Function Set | 20070724 | begin of ty_bfset_bfunc_entry,
bfunction type sfw_bfunction,
hide type sfw_xhide,
alwayson type sfw_alwayson,
upgrade type sfw_upgrel,
sort_no type sfw_sort_no,
end of ty_bfset_bfunc_entry
|
|
| 4 | TY_BFSET_BFUNC_TABLE | Public | See coding | Table of Business Function <-> Business Function Set | 20070724 | ty_bfset_bfunc_table type sorted table of ty_bfset_bfunc_entry with unique key bfunction
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ERRORS | Value transfer | Object reference (TYPE REF TO) | CL_WB_CHECKLIST | Fehlerliste | 20070724 |
Method CHECK on Interface IF_SFW_BFSET has no exception.
Method GET_ALWAYS_ON_BFUNCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BFUNCS | Value transfer | Type reference (TYPE) | IF_SFW_DOMAINS=>TY_BFUNC_TAB | Immer eingeschatlete Business Functions | 20070724 | |||
| 2 | RECURSIVELY | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Immer eingeschaltete Business Functions rekursiv lesen? | 20070724 |
Method GET_ALWAYS_ON_BFUNCS on Interface IF_SFW_BFSET has no exception.
Method GET_BFSETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BFSETS | Value transfer | Type reference (TYPE) | IF_SFW_DOMAINS=>TY_BFSET_TAB | 20071219 | ||||
| 2 | JUST_OWNED | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20071219 | |||
| 3 | RECURSIVELY | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Zugeordnete Business Function Sets rekursiv lesen? | 20070724 |
Method GET_BFSETS on Interface IF_SFW_BFSET has no exception.
Method GET_BFUNCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BFUNCS | Value transfer | Type reference (TYPE) | IF_SFW_DOMAINS=>TY_BFUNC_TAB | Zugeordnete Business Functions | 20070724 | |||
| 2 | JUST_OWNED | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080109 | |||
| 3 | RECURSIVELY | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Business Functions rekursiv lesen? | 20070724 | ||
| 4 | SUPPRESS_ENTERPRISE_BFUNCTIONS | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Enterprise Business Functions nicht berücksichtigen | 20130612 | ||
| 5 | SUPPRESS_ENTERPRISE_EXTENSIONS | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Enterprise Extensions nicht berücksichtigen | 20130612 |
Method GET_BFUNCS on Interface IF_SFW_BFSET has no exception.
Method GET_HIDDEN_BFUNCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BFUNCS | Value transfer | Type reference (TYPE) | IF_SFW_DOMAINS=>TY_BFUNC_TAB | Unsichtbare Business Functions | 20070724 | |||
| 2 | RECURSIVELY | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Unsichtbare Business Functions rekursiv lesen? | 20070724 |
Method GET_HIDDEN_BFUNCS on Interface IF_SFW_BFSET has no exception.
Method GET_LEVEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LEVEL | Value transfer | Type reference (TYPE) | SFW_BS_LEVEL | Typ des Business Function Sets | 20070724 |
Method GET_LEVEL on Interface IF_SFW_BFSET has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BFS_NAME | Value transfer | Type reference (TYPE) | SFW_BSET | Name des Business Function Sets | 20070724 |
Method GET_NAME on Interface IF_SFW_BFSET has no exception.
Method GET_PARENT_BFSETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | JUST_OWNED | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20080109 | |||
| 2 | LEVEL | Value transfer | Type reference (TYPE) | SFW_BS_LEVEL | Typ der übergeordneten Business Function Sets | 20070726 | |||
| 3 | PARENT_BFSETS | Value transfer | Type reference (TYPE) | IF_SFW_DOMAINS=>TY_BFSET_TAB | Übergeordnete Business Function Sets | 20070726 | |||
| 4 | RECURSIVELY | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Übergeordnete Business Function Sets rekursiv lesen | 20070726 |
Method GET_PARENT_BFSETS on Interface IF_SFW_BFSET has no exception.
Method GET_UPGRADE_BFUNCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BFUNCS | Value transfer | Type reference (TYPE) | IF_SFW_DOMAINS=>TY_BFUNC_TAB | Unsichtbare Business Functions | 20131126 | |||
| 2 | RECURSIVELY | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Unsichtbare Business Functions rekursiv lesen? | 20131126 |
Method GET_UPGRADE_BFUNCS on Interface IF_SFW_BFSET has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 710 |