SAP ABAP Interface IF_FDT_APPLICATION_QUERY (FDT: Application Query - Published Fieldnames)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_APPLICATION_QUERY | FDT:Application Query | 20060905 |
Properties
Interface | IF_FDT_APPLICATION_QUERY | |
Short Description | FDT: Application Query - Published Fieldnames |
General Data
Package | SFDT_CORE | BRFplus: Core |
Created | 20060829 | SAP |
Last changed | 20130531 | SAP |
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) |
2 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_ADMIN_DATA_QUERY | FDT: Admin Data Query - Published Fieldnames | 20060829 |
Friends
Interface IF_FDT_APPLICATION_QUERY has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_FN_APPLICATION_COMP | Constant | Public | Type reference (TYPE) | FIELDNAME | 'APPLICATION_COMP' | Query fieldname for Application component | 20060829 | |
2 | GC_FN_DEVEL_PACKAGE | Constant | Public | Type reference (TYPE) | FIELDNAME | 'DEVEL_PACKAGE' | Query fieldname for Development package | 20070927 | |
3 | GC_FN_DOCU_DEP_TYPE_DEFAULT | Constant | Public | Type reference (TYPE) | FIELDNAME | 'DOCU_DEP_TYPE_DEFAULT' | Query fieldname for Default Documentation Dependency Type | 20091008 | |
4 | GC_FN_RULESET_RESTART | Constant | Public | Type reference (TYPE) | FIELDNAME | 'RULESET_RESTART' | Query fieldname for Ruleset Restarts are allowed | 20091008 | |
5 | GC_FN_SETTINGS_CLASS | Constant | Public | Type reference (TYPE) | FIELDNAME | 'SETTINGS_CLASS' | Query fieldname for Setting Class | 20060829 | |
6 | GC_FN_SOFTWARE_COMP | Constant | Public | Type reference (TYPE) | FIELDNAME | 'SOFTWARE_COMP' | Query fieldname for software component | 20060829 | |
7 | GC_FN_TEXT_DEP_TYPE_DEFAULT | Constant | Public | Type reference (TYPE) | FIELDNAME | 'TEXT_DEP_TYPE_DEFAULT' | Query fieldname for Default Text Dependency Type | 20091008 |
Methods
Interface IF_FDT_APPLICATION_QUERY has no method.
Events
Interface IF_FDT_APPLICATION_QUERY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_APPLICATION_LIST | Public | See coding | 20070628 | BEGIN OF s_application_list,
id TYPE if_fdt_types=>id, " GC_FN_ID
name TYPE if_fdt_types=>name, " GC_FN_NAME
object_type TYPE if_fdt_types=>object_type, " GC_FN_OBJECT_TYPE
state TYPE if_fdt_types=>state, " GC_FN_STATE
system_object TYPE abap_bool, " GC_FN_SYSTEM_OBJECT
text TYPE if_fdt_types=>text, " GC_FN_TEXT
version TYPE if_fdt_types=>version, " GC_FN_VERSION
obsolete TYPE abap_bool, " GC_FN_OBSOLETE
marked_for_delete TYPE abap_bool, " GC_FN_MARKED_FOR_DELETE
short_text TYPE if_fdt_types=>short_text, " GC_FN_SHORT_TEXT
local_object TYPE abap_bool, " GC_FN_LOCAL_OBJECT
application_comp TYPE if_fdt_application=>application_component, " GC_FN_APPLICATION_COMP
software_comp TYPE dlvunit, " GC_FN_SOFTWARE_COMP
settings_class TYPE seoclsname, " GC_FN_SETTINGS_CLASS
devel_package TYPE devclass,
END OF s_application_list
|
||
2 | T_APPLICATION_LIST | Public | See coding | 20070628 | t_application_list TYPE STANDARD TABLE OF s_application_list
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |