Hierarchy
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_APPLICATION | FDT: Application | 20050820 |
Properties
| Interface | IF_FDT_APPLICATION | |
| Short Description | FDT: Application |
General Data
| Package | SFDT_CORE | BRFplus: Core |
| Created | 20050820 | SAP |
| Last changed | 20140121 | 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_ADMIN_DATA | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_FDT_APPLICATION | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 4 | 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 | FDT: Administrative Data | 20050820 | ||
| 2 | IF_FDT_APPLICATION_OBJECTS | FDT: Operations on objects in the application | 20081029 | ||
| 3 | IF_FDT_TRANSACTION | FDT: Transaction | 20091005 |
Friends
Interface IF_FDT_APPLICATION has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_CUSTOM_ATTR_TYPE_MANDATORY | Constant | Public | Type reference (TYPE) | CUSTOM_ATTRIBUTE_TYPE | 'M' | Custom Attribute Type 'Mandatory' | 20130806 | |
| 2 | GC_CUSTOM_ATTR_TYPE_OPTIONAL | Constant | Public | Type reference (TYPE) | CUSTOM_ATTRIBUTE_TYPE | ' ' | Custom Attribute Type 'Optional' | 20130806 | |
| 3 | GC_DELETE_OPTION_DELETE | Instance attribute | Public | Attribute reference (LIKE) | 20081029 | ||||
| 4 | GC_DELETE_OPTION_DEL_DELETABLE | Instance attribute | Public | Attribute reference (LIKE) | 20090714 | ||||
| 5 | GC_DELETE_OPTION_DEL_OR_MARK | Instance attribute | Public | Attribute reference (LIKE) | 20081029 | ||||
| 6 | GC_DELETE_OPTION_MARK | Instance attribute | Public | Attribute reference (LIKE) | 20081029 | ||||
| 7 | GC_DELETE_OPTION_REVERS_MARK | Instance attribute | Public | Attribute reference (LIKE) | 20081029 | ||||
| 8 | GC_LOG_CONSTRAINT_HIDDEN | Constant | Public | Type reference (TYPE) | LOG_CONSTRAINT | 'H' | Log settings are mandatory and hidden | 20080730 | |
| 9 | GC_LOG_CONSTRAINT_MANDATORY | Constant | Public | Type reference (TYPE) | LOG_CONSTRAINT | 'M' | Log settings are mandatory | 20080728 | |
| 10 | GC_LOG_CONSTRAINT_NONE | Constant | Public | Type reference (TYPE) | LOG_CONSTRAINT | SPACE | No constraints on log settings | 20080728 | |
| 11 | GC_LOG_CONSTRAINT_OPTIONAL | Constant | Public | Type reference (TYPE) | LOG_CONSTRAINT | 'O' | Log settings are optional/default | 20080728 | |
| 12 | GC_MAX_CUSTOM_ATTRIBUTES | Constant | Public | Type reference (TYPE) | I | 8 | Max. number of custom attributes | 20130806 | |
| 13 | GC_VERSMODE_DEFAULT_OFF | Constant | Public | Type reference (TYPE) | VERSIONING_MODE | SPACE | Versioning default is OFF | 20090102 | |
| 14 | GC_VERSMODE_DEFAULT_ON_PR | Constant | Public | Type reference (TYPE) | VERSIONING_MODE | '3' | Versioning default is ON for processing relevant objects | 20090102 | |
| 15 | GC_VERSMODE_ENFORCED_ON_PR | Constant | Public | Type reference (TYPE) | VERSIONING_MODE | 'F' | Versioning default is enforc for processing relevant objects | 20101227 | |
| 16 | GC_VERSMODE_TRANSPORT | Constant | Public | Type reference (TYPE) | VERSIONING_MODE | 'T' | Versioning triggered by transport - default is ON - all obj. | 20120717 | |
| 17 | MV_CUSTOMIZING_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 18 | MV_ID | Instance attribute | Public | Attribute reference (LIKE) | 20051103 | ||||
| 19 | MV_LOCAL_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 20 | MV_MASTERDATA_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 21 | MV_OBJECT_TYPE | Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
| 22 | MV_SYSTEM_OBJECT | Instance attribute | Public | Attribute reference (LIKE) | 20071228 |
Methods
Events
Interface IF_FDT_APPLICATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | APPLICATION_COMPONENT | Public | Type reference (TYPE) | FDT_APPL_0000-APPLICATION_COMP | Application Component | 20050820 | |
| 2 | CUSTOM_ATTRIBUTE_TYPE | Public | Type reference (TYPE) | FDT_CATTR_TYPE | Custom Attribute Type | 20130806 | |
| 3 | DELETE_OPTION | Public | Attribute reference (LIKE) | 20081029 | |
||
| 4 | DEVELOPMENT_PACKAGE | Public | Type reference (TYPE) | DEVCLASS | Development Package | 20070704 | |
| 5 | LOG_CONSTRAINT | Public | Type reference (TYPE) | FDT_APPL_LOG_CONSTRAINT | Application Log Constraint | 20080728 | |
| 6 | SOFTWARE_COMPONENT | Public | Type reference (TYPE) | FDT_APPL_0000-SOFTWARE_COMP | Software Component | 20050820 | |
| 7 | S_COPY | Public | Attribute reference (LIKE) | 20081029 | |
||
| 8 | S_CUSTOM_ATTRIBUTE | Public | See coding | Custom Attribute Definition | 20130806 | begin of S_CUSTOM_ATTRIBUTE,
position type int1,
dobj_id type if_Fdt_types=>id,
type type custom_attribute_type,
end of S_CUSTOM_ATTRIBUTE
|
|
| 9 | TS_COPY | Public | Attribute reference (LIKE) | 20081029 | |
||
| 10 | TS_CUSTOM_ATTRIBUTE | Public | See coding | Custom Attributes Definition | 20130806 | ts_custom_attribute type SORTED TABLE OF s_custom_attribute with UNIQUE KEY position
with UNIQUE SORTED KEY dobj COMPONENTS dobj_id
|
|
| 11 | T_MSG_TYPE | Public | See coding | Table of message types | 20100505 | t_msg_type TYPE TABLE OF sy-msgty WITH DEFAULT KEY
|
|
| 12 | VERSIONING_MODE | Public | Type reference (TYPE) | FDT_VERSIONING_MODE | Versioning Type | 20090102 | |
Method Signatures
Method COPY_INCL_ASSIGNED_OBJECTS Signature
Method COPY_INCL_ASSIGNED_OBJECTS on Interface IF_FDT_APPLICATION has no parameter.
Method COPY_INCL_ASSIGNED_OBJECTS on Interface IF_FDT_APPLICATION has no exception.
Method CREATE_CUSTOMIZING_APPLICATION Signature
Method CREATE_CUSTOMIZING_APPLICATION on Interface IF_FDT_APPLICATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid (Method) Call | 20090422 |
Method CREATE_LOCAL_APPLICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REVERT_LOCAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True: Revert local (Application not longer local) | 20090514 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Call | 20070510 |
Method CREATE_MASTERDATA_APPLICATION Signature
Method CREATE_MASTERDATA_APPLICATION on Interface IF_FDT_APPLICATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid (Method) Call | 20071023 |
Method CREATE_SYSTEM_APPLICATION Signature
Method CREATE_SYSTEM_APPLICATION on Interface IF_FDT_APPLICATION has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Call | 20060324 |
Method DELETE_INCL_ASSIGNED_OBJECT Signature
Method DELETE_INCL_ASSIGNED_OBJECT on Interface IF_FDT_APPLICATION has no parameter.
Method DELETE_INCL_ASSIGNED_OBJECT on Interface IF_FDT_APPLICATION has no exception.
Method GET_APPLICATION_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20050926 | |||
| 2 | RV_APPLICATION_COMPONENT | Value transfer | Type reference (TYPE) | APPLICATION_COMPONENT | Application Component | 20050820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20051110 |
Method GET_APPLICATION_CURRENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20130318 | |||
| 2 | RV_APPL_CURR | Value transfer | Type reference (TYPE) | FDT_CURRENCY | BRFplus Currency | 20130318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20130318 |
Method GET_CURRENCY_MSG_SEVERITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20130405 | |||
| 2 | RV_CHECK_SEVERITY | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>MSG_SEVERITY | Message Severity | 20130408 |
Method GET_CURRENCY_MSG_SEVERITY on Interface IF_FDT_APPLICATION has no exception.
Method GET_CUSTOM_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_CUSTOM_ATTRIBUTE | Call by reference | Type reference (TYPE) | TS_CUSTOM_ATTRIBUTE | Custom Attributes Definition | 20130806 | |||
| 2 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20130806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Abstract Exception Class | 20130806 |
Method GET_DATABASE_CONNECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20130208 | |||
| 2 | RV_CON_NAME | Value transfer | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20130208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20130208 |
Method GET_DEVELOPMENT_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp | 20070706 | |||
| 2 | RV_DEVELOPMENT_PACKAGE | Value transfer | Type reference (TYPE) | DEVELOPMENT_PACKAGE | Development Package | 20070704 |
Method GET_DEVELOPMENT_PACKAGE on Interface IF_FDT_APPLICATION has no exception.
Method GET_LANGUAGE_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DOCU_DEP_TYPE_DEFAULT | Call by reference | Type reference (TYPE) | IF_FDT_ADMIN_DATA=>DOCUMENTATION_DEPENDENCY_TYPE | Default for Documentation Dependency Type | 20091008 | |||
| 2 | EV_TEXT_DEP_TYPE_DEFAULT | Call by reference | Type reference (TYPE) | IF_FDT_ADMIN_DATA=>TEXT_DEPENDENCY_TYPE | Default for Text Dependency Type | 20091008 | |||
| 3 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20091008 |
Method GET_LANGUAGE_SETTINGS on Interface IF_FDT_APPLICATION has no exception.
Method GET_LOG_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ALLOWED_MSG_TYPE | Call by reference | Type reference (TYPE) | T_MSG_TYPE | List of allowed message types | 20100505 | |||
| 2 | EV_HIDE_EXTERNAL_ID | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Hide external identification | 20100503 | |||
| 3 | EV_LOG_CONSTRAINT | Call by reference | Type reference (TYPE) | LOG_CONSTRAINT | FDT: Application Log Constraint | 20080728 | |||
| 4 | EV_LOG_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Application log: Object name (Application code) | 20080728 | |||
| 5 | EV_LOG_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20080728 | |||
| 6 | EV_PERSIST_LOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: persist Log | 20080728 | |||
| 7 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20080728 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20080728 |
Method GET_NUMC_NUMERIC_COMPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Timestamp | 20130828 | |||
| 2 | RV_NUMC_INT_COMPARE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Numeric comparison for NUMC fields enabled | 20130828 |
Method GET_NUMC_NUMERIC_COMPARE on Interface IF_FDT_APPLICATION has no exception.
Method GET_RESTART_OPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_RULESET_RESTART | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Application Supports the Restart of Rulesets | 20090925 | |||
| 2 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20090925 |
Method GET_RESTART_OPTIONS on Interface IF_FDT_APPLICATION has no exception.
Method GET_SETTINGS_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20050926 | |||
| 2 | RV_CLASS | Value transfer | Type reference (TYPE) | SEOCLSNAME | Name of class | 20050831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20051110 |
Method GET_SOFTWARE_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20050926 | |||
| 2 | RV_SOFTWARE_COMPONENT | Value transfer | Type reference (TYPE) | SOFTWARE_COMPONENT | Software Component | 20050820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20051110 |
Method GET_VERSIONING_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NOT_VERSIONED_DEFAULT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_OBJECT_TYPE | Object Types that are not versioned (default) | 20090102 | |||
| 2 | ET_VERSIONED_DEFAULT | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_OBJECT_TYPE | Object Types that are versioned (default) | 20090102 | |||
| 3 | EV_VERSIONING_MODE | Call by reference | Type reference (TYPE) | VERSIONING_MODE | Versioning Mode | 20090102 | |||
| 4 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20090102 |
Method GET_VERSIONING_MODE on Interface IF_FDT_APPLICATION has no exception.
Method SET_APPLICATION_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_COMPONENT | Call by reference | Type reference (TYPE) | APPLICATION_COMPONENT | Application Component | 20050820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051207 |
Method SET_APPLICATION_CURRENCY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPL_CURR | Call by reference | Type reference (TYPE) | FDT_CURRENCY | BRFplus Currency | 20130318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20130318 |
Method SET_CURRENCY_MSG_SEVERITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHECK_SEVERITY | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>MSG_SEVERITY | Message Severity | 20130405 |
Method SET_CURRENCY_MSG_SEVERITY on Interface IF_FDT_APPLICATION has no exception.
Method SET_CUSTOM_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_CUSTOM_ATTRIBUTE | Call by reference | Type reference (TYPE) | TS_CUSTOM_ATTRIBUTE | Custom Attributes Definition | 20130806 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20130806 |
Method SET_DATABASE_CONNECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CON_NAME | Call by reference | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20130208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20130208 |
Method SET_DEVELOPMENT_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEVELOPMENT_PACKAGE | Call by reference | Type reference (TYPE) | DEVELOPMENT_PACKAGE | Development Package | 20070704 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20070704 |
Method SET_LANGUAGE_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DOCU_DEP_TYPE_DEFAULT | Call by reference | Type reference (TYPE) | IF_FDT_ADMIN_DATA=>DOCUMENTATION_DEPENDENCY_TYPE | Default for Documentation Dependency Type | 20091008 | |||
| 2 | IV_TEXT_DEP_TYPE_DEFAULT | Call by reference | Type reference (TYPE) | IF_FDT_ADMIN_DATA=>TEXT_DEPENDENCY_TYPE | Default for Text Dependency Type | 20091008 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20091008 |
Method SET_LOG_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ALLOWED_MSG_TYPE | Call by reference | Type reference (TYPE) | T_MSG_TYPE | List of allowed message tyypes | 20100505 | |||
| 2 | IV_HIDE_EXTERNAL_ID | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: hide external identification | 20100503 | |||
| 3 | IV_LOG_CONSTRAINT | Call by reference | Type reference (TYPE) | LOG_CONSTRAINT | FDT: Application Log Constraint | 20080728 | |||
| 4 | IV_LOG_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Application log: Object name (Application code) | 20080728 | |||
| 5 | IV_LOG_SUBOBJECT | Call by reference | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20080728 | |||
| 6 | IV_PERSIST_LOG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: persist Log | 20080728 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20080728 |
Method SET_NUMC_NUMERIC_COMPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NUMC_INT_COMPARE | Call by reference | Type reference (TYPE) | ABAP_BOOL | NUMC Numeric comparison setting | 20130828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20130828 |
Method SET_RESTART_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_RULESET_RESTART | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Flag: Application Supports the Restart of Rulesets | 20091005 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20091005 |
Method SET_SETTINGS_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of class | 20050831 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20051207 |
Method SET_SOFTWARE_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SOFTWARE_COMPONENT | Call by reference | Type reference (TYPE) | SOFTWARE_COMPONENT | Software Component | 20050820 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20051207 |
Method SET_VERSIONING_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VERSIONING_MODE | Call by reference | Type reference (TYPE) | VERSIONING_MODE | Versioning Mode | 20090102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20090102 |
Method TRANSPORT_INCL_ASSIGNED_OBJECT Signature
Method TRANSPORT_INCL_ASSIGNED_OBJECT on Interface IF_FDT_APPLICATION has no parameter.
Method TRANSPORT_INCL_ASSIGNED_OBJECT on Interface IF_FDT_APPLICATION has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |