SAP ABAP Class CL_STCT_SC_IMPORT (System Copy Import)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-INS-TC-CNT (Application Component) Content for ABAP based automated TC
⤷
S_LMCFG_SC_TASKS (Package) System Copy Tasks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_STCTM_REPORT_UI | Report User Interface Superclass | 20110124 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STCTM_BG_TASK | Background Task | 20110118 |
Meta Relationship - Used By
Properties
| Class | CL_STCT_SC_IMPORT | |
| Short Description | System Copy Import | |
| Super Class | CL_STCTM_REPORT_UI | Report User Interface Superclass |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | STC_SC_TASKS | |
| Program status | ||
| Category | 0 | |
| Package | S_LMCFG_SC_TASKS | System Copy Tasks |
| Created | 20110118 | SAP |
| Last change | 20130531 | SAP |
| 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_STCTM_BG_TASK | Background Task | 20110118 |
Friends
Class CL_STCT_SC_IMPORT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | SYMSG | Error message in case of no export timestamp | 20110513 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | BDCDATA-FVAL | 'YES' | Check Import | 20110118 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | BDCDATA-FVAL | Component | 20110119 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20110118 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | STRING | 20110118 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | BDCDATA-FVAL | 'DIR_GLOBAL' | Import Directory | 20110118 | ||
| 7 | Instance attribute | Protected | Type reference (TYPE) | IF_STCTM_TASK~T_TASKNAME | Corresponding EXPORT class | 20110125 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | STC_TASK_DESCR | TC Task Description of export task | 20110330 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | BDCDATA-FVAL | Export Timestamp | 20110118 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | T_BOOL | ABAP_FALSE | 20131025 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | BDCDATA-FVAL | 'YES' | Post Operation | 20110504 | ||
| 12 | Instance attribute | Protected | Type reference (TYPE) | BDCDATA-FVAL | Import Log | 20110119 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | BDCDATA-FVAL | 'YES' | Run R3Trans | 20110118 | ||
| 14 | Instance attribute | Protected | Type reference (TYPE) | TT_TABLECOMPONENT | 20131025 | ||||
| 15 | Instance attribute | Protected | Type reference (TYPE) | RSSCR_NAME | ABAP: Name of SELECT-OPTION/PARAMETER | 20131025 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110118 | |
| 2 | Instance method | Protected | Method | 20131025 | ||
| 3 | Instance method | Protected | Method | export table component(s) to memory | 20131025 | |
| 4 | Instance method | Private | Method | Check if corresponding export Task predecessor in tasklist | 20110330 | |
| 5 | Instance method | Protected | Method | Get EXPORT timestamp | 20110505 |
Events
Class CL_STCT_SC_IMPORT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_TABLECOMPONENT | Public | See coding | 20131025 | tt_tablecomponent TYPE STANDARD TABLE OF t_tablecomponent
|
||
| 2 | T_TABLECOMPONENT | Public | See coding | 20131025 | BEGIN OF t_tablecomponent,
component TYPE bdcdata-fval,
component_info TYPE string,
cust_info TYPE string,
check_import TYPE bdcdata-fval,
post_operation TYPE bdcdata-fval,
END OF t_tablecomponent
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_TABLE_COMPONENTS | Call by reference | Type reference (TYPE) | TT_TABLECOMPONENT | 20131025 | ||||
| 2 | IV_COMPONENT | Call by reference | Type reference (TYPE) | STC_COMPONENT | Component | 20110119 | |||
| 3 | IV_EXPORT_TASKNAME | Call by reference | Type reference (TYPE) | IF_STCTM_TASK~T_TASKNAME | Corresponding EXPORT taskname/clasname | 20110125 | |||
| 4 | IV_FIELD_FOR_DISPLAY_ONLY | Call by reference | Type reference (TYPE) | RSSCR_NAME | ABAP: Name of SELECT-OPTION/PARAMETER | 20131025 | |||
| 5 | IV_REPORTNAME | Call by reference | Type reference (TYPE) | PROGNAME | ABAP Program Name | 20110124 |
Method CONSTRUCTOR on class CL_STCT_SC_IMPORT has no exception.
Method DETERMINE_TABLE_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EXCL_TABLECOMPONENT | Call by reference | Type reference (TYPE) | TT_TABLECOMPONENT | 20131025 | ||||
| 2 | ET_TABLECOMPONENT | Call by reference | Type reference (TYPE) | TT_TABLECOMPONENT | 20131025 |
Method DETERMINE_TABLE_COMPONENT on class CL_STCT_SC_IMPORT has no exception.
Method EXPORT_TABCOMP_TO_MEMORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DOCU_OBJ | Call by reference | Type reference (TYPE) | DOKU_OBJ | Documentation Object | 20131025 |
Method EXPORT_TABCOMP_TO_MEMORY on class CL_STCT_SC_IMPORT has no exception.
Method EXPORT_TASK_BEFORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TASKLIST | Call by reference | Object reference (TYPE REF TO) | CL_STCTM_TASKLIST | TC Configured Task List | 20110330 | |||
| 2 | RV_BEFORE | Value transfer | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20110330 |
Method EXPORT_TASK_BEFORE on class CL_STCT_SC_IMPORT has no exception.
Method GET_LAST_EXPORT_TIMESTAMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT | Call by reference | Type reference (TYPE) | BDCDATA-FVAL | BDC field value | 20131025 |
Method GET_LAST_EXPORT_TIMESTAMP on class CL_STCT_SC_IMPORT has no exception.
Meta Relationship - Used By (full list)
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |