Hierarchy
⤷
⤷
Properties
| Class | CL_FDT_BRS_SERVICES | |
| Short Description | FDT: Business Rule Service Services | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_BRS_CORE | Business Rule Services: Runtime Services |
| Created | 20111118 | SAP |
| Last change | 20141121 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 5 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FDT_BRS_SERVICES has no interface implemented.
Friends
Class CL_FDT_BRS_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | FDT_AUTH_ACTIVITY_MS | 03 | Delete service deployments based on cutoff date | 20120621 | ||
| 2 | Constant | Public | Type reference (TYPE) | FDT_AUTH_ACTIVITY_MS | 02 | Delete service | 20120621 | ||
| 3 | Constant | Public | Type reference (TYPE) | FDT_AUTH_ACTIVITY_MS | 01 | Deploy service | 20120621 | ||
| 4 | Constant | Public | Type reference (TYPE) | FDT_AUTH_ACTIVITY_MS | 05 | Get deployment classes | 20120621 | ||
| 5 | Constant | Public | Type reference (TYPE) | FDT_AUTH_ACTIVITY_MS | 06 | Get deployment traces | 20120621 | ||
| 6 | Constant | Public | Type reference (TYPE) | FDT_AUTH_ACTIVITY_MS | 04 | Get deployment XML | 20120621 | ||
| 7 | Constant | Private | Type reference (TYPE) | FDT_BRS_S_TRACE_RECORD-PARENT_ID | '00000000000000000000000000000000' | FDT: Universal Unique Identifier | 20130926 | ||
| 8 | Static Attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_TRUE: Use non productive mode | 20120828 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Delete scrap data | 20120621 | |
| 2 | Static method | Public | Method | Delete unit test data | 20120621 | |
| 3 | Static method | Private | Method | Obsolete | 20131011 | |
| 4 | Static method | Public | Method | Creates a sourcebind table from the DO def table | 20120621 | |
| 5 | Static method | Public | Method | 20130926 | ||
| 6 | Static method | Public | Method | 20130521 | ||
| 7 | Static method | Private | Method | Deletes a single deployment and adjsuts the time frames | 20121018 | |
| 8 | Static method | Public | Method | Discard old and future deployments | 20120621 | |
| 9 | Static method | Private | Method | Returns the descriptor for a do description | 20120621 | |
| 10 | Static method | Private | Method | Get infos for an ID from the database | 20130926 | |
| 11 | Static method | Private | Method | Get infos for an ID from the database | 20130926 | |
| 12 | Static method | Private | Method | Get infos for an ID from the database | 20130926 | |
| 13 | Static method | Public | Method | Return all installed services from this managed system | 20120621 | |
| 14 | Static method | Public | Method | 20131011 | ||
| 15 | Static method | Public | Method | Returns the desired local service IDs and a counter | 20130521 | |
| 16 | Static method | Private | Method | Get the Trace child records of a parent out of some records | 20130926 | |
| 17 | Static method | Public | Method | Returns true, if trace mode behaves like the Lean Trace | 20131011 | |
| 18 | Static method | Public | Method | Returns true, if the trace mode is supported | 20131011 | |
| 19 | Static method | Public | Method | Modify trace records based on the trace mode | 20130927 | |
| 20 | Static method | Public | Method | Save and check a generated class | 20120621 | |
| 21 | Static method | Public | Method | Save generated HANA artifacts | 20130521 | |
| 22 | Static method | Private | Method | Verifies a signed class | 20120621 | |
| 23 | Static method | Public | Method | Saves a XML to file | 20120621 |
Events
Class CL_FDT_BRS_SERVICES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ID_INFO | Private | See coding | 20130926 | BEGIN OF s_id_info,
id TYPE if_fdt_types=>id,
object_type TYPE if_fdt_types=>object_type,
expr_type_id TYPE if_fdt_types=>id,
END OF s_id_info
|
||
| 2 | S_ID_INFO_ADMN | Private | See coding | 20130926 | BEGIN OF s_id_info_admn,
id TYPE if_fdt_types=>id,
object_type TYPE if_fdt_types=>object_type,
END OF s_id_info_admn
|
||
| 3 | S_ID_INFO_EXPR | Private | See coding | 20130926 | BEGIN OF s_id_info_expr,
id TYPE if_fdt_types=>id,
expr_type_id TYPE if_fdt_types=>id,
END OF s_id_info_expr
|
||
| 4 | TH_ID_INFO | Private | See coding | 20130926 | th_id_info TYPE HASHED TABLE OF s_id_info WITH UNIQUE KEY id
|
||
| 5 | TH_ID_INFO_ADMN | Private | See coding | 20130926 | th_id_info_admn TYPE HASHED TABLE OF s_id_info_admn WITH UNIQUE KEY id
|
||
| 6 | TH_ID_INFO_EXPR | Private | See coding | 20130926 | th_id_info_expr TYPE HASHED TABLE OF s_id_info_expr WITH UNIQUE KEY id
|
||
| 7 | T_CC_0003 | Public | See coding | 20130524 | t_cc_0003 TYPE STANDARD TABLE OF fdt_brs_cc_0003 WITH DEFAULT KEY
|
||
| 8 | T_CC_0006 | Public | See coding | 20130524 | t_cc_0006 TYPE STANDARD TABLE OF fdt_brs_cc_0006 WITH DEFAULT KEY
|
Method Signatures
Method CLEAN_UP_DB Signature
Method CLEAN_UP_DB on class CL_FDT_BRS_SERVICES has no parameter.
Method CLEAN_UP_DB on class CL_FDT_BRS_SERVICES has no exception.
Method CLEAN_UP_OLD_UTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 300 | Default package size | 20120621 |
Method CLEAN_UP_OLD_UTS on class CL_FDT_BRS_SERVICES has no exception.
Method CONVERT_HEX_TO_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HEX | Call by reference | Type reference (TYPE) | IF_FDT_LEAN_TRACE=>S_RECORD-SEQNR | 20131011 | ||||
| 2 | RV_INT | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20131011 |
Method CONVERT_HEX_TO_INT on class CL_FDT_BRS_SERVICES has no exception.
Method CREATE_SB_FROM_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SOURCE_BIND | Call by reference | Type reference (TYPE) | ABAP_TRANS_SRCBIND_TAB | Exporting source bind | 20120621 | |||
| 2 | IT_DO_DEF | Call by reference | Type reference (TYPE) | FDT_T_DO_DEFINITION | Data object definition | 20120621 | |||
| 3 | IV_IS_RESULT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Result? | 20120621 |
Method CREATE_SB_FROM_TAB on class CL_FDT_BRS_SERVICES has no exception.
Method DELETE_DUPLICATE_TRACE_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_RECORD | Call by reference | Type reference (TYPE) | CL_FDT_BRS_TRACE=>TS_TRACE_RECORD | BRFplus: Lean Trace Record structure | 20130926 | |||
| 2 | IS_PARENT_RECORD | Call by reference | Type reference (TYPE) | CL_FDT_BRS_TRACE=>S_TRACE_RECORD | Trace Record | 20130926 | |||
| 3 | ITH_TEMP_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TH_OBJECT_ID | Object IDs as hashed table | 20131114 |
Method DELETE_DUPLICATE_TRACE_RECORDS on class CL_FDT_BRS_SERVICES has no exception.
Method DELETE_GENERATED_HANA_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | SPACE | Client | 20130521 | ||
| 2 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | FDT_UUID | FDT: Universal Unique Identifier | 20130522 | |||
| 3 | IV_GEN_CODE_ID | Call by reference | Type reference (TYPE) | FDT_GEN_CODE_ID | FDT: Semantical ID for generated coding | 20130521 | |||
| 4 | IV_NON_PRODUCTIVE_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130521 | |||
| 5 | IV_WITHOUT_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130521 |
Method DELETE_GENERATED_HANA_OBJECTS on class CL_FDT_BRS_SERVICES has no exception.
Method DEL_AND_ADJUST_DEPLOYMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SERVICE_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Service ID | 20121018 | |||
| 2 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | TIMESTAMP | Validity period start | 20121018 |
Method DEL_AND_ADJUST_DEPLOYMENT on class CL_FDT_BRS_SERVICES has no exception.
Method DISCARD_DEPLOYMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITH_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TH_OBJECT_ID | Any unstructured table of object IDs | 20120621 | |||
| 2 | IV_DELETE_COMPLETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Delete the complete service | 20120621 | |||
| 3 | IV_VALID_AFTER | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | All classes after this timestamp are discarded | 20120621 | |||
| 4 | IV_VALID_BEFORE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | All classes prior this timestamp are discarded | 20120621 | |||
| 5 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | TIMESTAMP | Delete deployment with this validity period starting point | 20121018 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20121018 |
Method GET_DESCRIPTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_DATA_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Typedescriptor | 20120621 | |||
| 2 | IS_CURRENT_LINE | Call by reference | Type reference (TYPE) | FDT_S_DO_DEFINITION | Working line | 20120621 | |||
| 3 | IT_DO_DEF | Call by reference | Type reference (TYPE) | FDT_T_DO_DEFINITION | Do definition table | 20120621 |
Method GET_DESCRIPTOR on class CL_FDT_BRS_SERVICES has no exception.
Method GET_ID_INFO_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETH_ID_INFO | Call by reference | Type reference (TYPE) | TH_ID_INFO | 20130926 | ||||
| 2 | ITH_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TH_OBJECT_ID | Object IDs as sorted table | 20130926 | |||
| 3 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20130926 |
Method GET_ID_INFO_FROM_DB on class CL_FDT_BRS_SERVICES has no exception.
Method GET_ID_INFO_FROM_DB_ADMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITH_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TH_OBJECT_ID | Object IDs as sorted table | 20130926 | |||
| 2 | RTH_ID_INFO_ADMN | Value transfer | Type reference (TYPE) | TH_ID_INFO_ADMN | 20130926 |
Method GET_ID_INFO_FROM_DB_ADMN on class CL_FDT_BRS_SERVICES has no exception.
Method GET_ID_INFO_FROM_DB_EXPR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITH_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TH_OBJECT_ID | Object IDs as sorted table | 20130926 | |||
| 2 | RTH_ID_INFO_EXPR | Value transfer | Type reference (TYPE) | TH_ID_INFO_EXPR | 20130926 |
Method GET_ID_INFO_FROM_DB_EXPR on class CL_FDT_BRS_SERVICES has no exception.
Method GET_INSTALLED_SERVICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_INSTALLED_SERVICE | Value transfer | Type reference (TYPE) | FDT_T_BRS_SERVICE_NAME | Installed services | 20120621 |
Method GET_INSTALLED_SERVICES on class CL_FDT_BRS_SERVICES has no exception.
Method GET_JSON_VALUE_4_TRACE_RECORD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IA_DATA | Call by reference | Type reference (TYPE) | ANY | 20131011 | ||||
| 2 | IV_MAX_TABLE_LINES | Call by reference | Type reference (TYPE) | INT4 | CL_FDT_BRS_TRACE=>GC_INFINITE_VALUE_LINES | Natural number | 20131011 | ||
| 3 | RV_JSON | Value transfer | Type reference (TYPE) | STRING | 20131011 |
Method GET_JSON_VALUE_4_TRACE_RECORD on class CL_FDT_BRS_SERVICES has no exception.
Method GET_LOC_SERVICE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SERVICE | Call by reference | Type reference (TYPE) | FDT_T_SERV_APP_INFO | Found service IDs | 20130521 | |||
| 2 | EV_SERVICE_COUNT | Call by reference | Type reference (TYPE) | I | Number of possible hits | 20130521 | |||
| 3 | IV_ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Return active services | 20130521 | ||
| 4 | IV_SCOPE | Call by reference | Type reference (TYPE) | FDT_OBJECT_TYPE | Object Scope | 20130702 | |||
| 5 | IV_SEARCH_STRING | Call by reference | Type reference (TYPE) | STRING | Search string | 20130521 |
Method GET_LOC_SERVICE_DATA on class CL_FDT_BRS_SERVICES has no exception.
Method GET_TRACE_CHILD_RECORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_CHILD_RECORD | Call by reference | Type reference (TYPE) | CL_FDT_BRS_TRACE=>TS_TRACE_RECORD | BRFplus: Lean Trace Header | 20130926 | |||
| 2 | IS_PARENT_RECORD | Call by reference | Type reference (TYPE) | CL_FDT_BRS_TRACE=>S_TRACE_RECORD | BRFplus: Lean Trace Record structure | 20130926 | |||
| 3 | ITS_ALL_RECORD | Call by reference | Type reference (TYPE) | CL_FDT_BRS_TRACE=>TS_TRACE_RECORD | BRFplus: Lean Trace Header | 20130926 |
Method GET_TRACE_CHILD_RECORDS on class CL_FDT_BRS_SERVICES has no exception.
Method IS_TRACE_MODE_LEAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRACE_MODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TRACE_MODE | Trace Mode | 20131011 | |||
| 2 | RV_TRACE_MODE_IS_LEAN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131011 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20131011 |
Method IS_TRACE_MODE_SUPPORTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TRACE_MODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TRACE_MODE | Trace Mode | 20131011 | |||
| 2 | RV_TRACE_MODE_IS_SUPPORTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20131011 |
Method IS_TRACE_MODE_SUPPORTED on class CL_FDT_BRS_SERVICES has no exception.
Method MODIFY_TRACE_RECORDS_BY_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_RECORD | Call by reference | Type reference (TYPE) | CL_FDT_BRS_TRACE=>TS_TRACE_RECORD | Lean Trace Record | 20130927 | |||
| 2 | IV_TRACE_MODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TRACE_MODE | Trace Mode | 20130927 |
Method MODIFY_TRACE_RECORDS_BY_MODE on class CL_FDT_BRS_SERVICES has no exception.
Method SAVE_AND_CHECK_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | FDT_T_MESSAGE | Messages | 20120621 | |||
| 2 | EV_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Syntax error in generated class | 20120621 | |||
| 3 | IS_CLASS | Call by reference | Type reference (TYPE) | FDT_S_CLASS | Class Metadata | 20120621 | |||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Function ID | 20120621 |
Method SAVE_AND_CHECK_CLASS on class CL_FDT_BRS_SERVICES has no exception.
Method SAVE_GENERATED_HANA_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CC_0003 | Call by reference | Type reference (TYPE) | T_CC_0003 | 20130524 | ||||
| 2 | ET_CC_0006 | Call by reference | Type reference (TYPE) | T_CC_0006 | 20130524 | ||||
| 3 | ET_MESSAGE | Call by reference | Type reference (TYPE) | FDT_T_MESSAGE | Messages | 20130524 | |||
| 4 | EV_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130524 | ||||
| 5 | ITH_HANA_DDBV | Call by reference | Type reference (TYPE) | FDT_HANA_TH_DDBV | BRFplus: Generated Dynamic Database Views for HANA | 20130926 | |||
| 6 | IV_CR_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version, UTC) | 20130521 | |||
| 7 | IV_CR_USER | Call by reference | Type reference (TYPE) | SY-UNAME | ABAP System Field: Name of Current User | 20130521 | |||
| 8 | IV_FUNCTION_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20130521 | |||
| 9 | IV_GEN_CODE_ID | Call by reference | Type reference (TYPE) | FDT_GEN_CODE_ID | FDT: Semantical ID for generated coding | 20130521 | |||
| 10 | IV_NON_PRODUCTIVE_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Error during Generation | 20130524 | ||
| 2 | FDT: Invalid Input | 20130524 | ||
| 3 | FDT: System Failure | 20130524 |
Method VERIFY_SIGNATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_CLASS | Call by reference | Type reference (TYPE) | FDT_S_CLASS | Class to be verified | 20120621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20120621 |
Method XML_TO_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML_STRING | Call by reference | Type reference (TYPE) | STRING | Incoming XML string | 20120621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20120621 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |