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
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM Import SCM Configuration 20120424
2 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SICF Import SICF Configuration 20110314
3 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SECURITY Import Security Policy (UME) 20120530
4 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SDCCN_DATA Import SDCCN Download Data (SDCCN) 20120926
5 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SDCCN Import SDCCN Configuration (SDCCN) 20120926
6 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCOT Import SCOT Configuration 20110126
7 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM_SERVER SCM Import 20131025
8 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM_PI_APO SCM Import 20131025
9 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM_IN_ERP Import SCM Configuration (in ERP) 20120424
10 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM_BASIS SCM Import 20131025
... Click here to see Used By full list (77 items)
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_STCTM_TASK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 T 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 GS_EXPORT_TIMESTAMP_ERROR Instance attribute Protected Type reference (TYPE) SYMSG Error message in case of no export timestamp 20110513
2 GV_CHECK_IMPORT Instance attribute Protected Type reference (TYPE) BDCDATA-FVAL 'YES' Check Import 20110118
3 GV_COMPONENT Instance attribute Private Type reference (TYPE) BDCDATA-FVAL Component 20110119
4 GV_COMPONENT_INFO Instance attribute Protected Type reference (TYPE) STRING 20110118
5 GV_CUST_INFO Instance attribute Protected Type reference (TYPE) STRING 20110118
6 GV_DIR_IMPORT Instance attribute Protected Type reference (TYPE) BDCDATA-FVAL 'DIR_GLOBAL' Import Directory 20110118
7 GV_EXPORT_TASKNAME Instance attribute Protected Type reference (TYPE) IF_STCTM_TASK~T_TASKNAME Corresponding EXPORT class 20110125
8 GV_EXPORT_TASK_DESCR Instance attribute Protected Type reference (TYPE) STC_TASK_DESCR TC Task Description of export task 20110330
9 GV_EXPORT_TIMESTAMP Instance attribute Protected Type reference (TYPE) BDCDATA-FVAL Export Timestamp 20110118
10 GV_MULTIPLE_COMPONENTS_FLAG Instance attribute Protected Type reference (TYPE) T_BOOL ABAP_FALSE 20131025
11 GV_POST_OPERATION Instance attribute Protected Type reference (TYPE) BDCDATA-FVAL 'YES' Post Operation 20110504
12 GV_R3TRANS_LOG Instance attribute Protected Type reference (TYPE) BDCDATA-FVAL Import Log 20110119
13 GV_RUN_R3TRANS Instance attribute Protected Type reference (TYPE) BDCDATA-FVAL 'YES' Run R3Trans 20110118
14 PT_TABLE_COMPONENTS Instance attribute Protected Type reference (TYPE) TT_TABLECOMPONENT 20131025
15 P_FIELD_FOR_DISPLAY_ONLY 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 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110118
2 DETERMINE_TABLE_COMPONENT Instance method Protected Method 20131025
3 EXPORT_TABCOMP_TO_MEMORY Instance method Protected Method export table component(s) to memory 20131025
4 EXPORT_TASK_BEFORE Instance method Private Method Check if corresponding export Task predecessor in tasklist 20110330
5 GET_LAST_EXPORT_TIMESTAMP 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 Importing IT_TABLE_COMPONENTS Call by reference Type reference (TYPE) TT_TABLECOMPONENT 20131025
2 Importing IV_COMPONENT Call by reference Type reference (TYPE) STC_COMPONENT Component 20110119
3 Importing IV_EXPORT_TASKNAME Call by reference Type reference (TYPE) IF_STCTM_TASK~T_TASKNAME Corresponding EXPORT taskname/clasname 20110125
4 Importing IV_FIELD_FOR_DISPLAY_ONLY Call by reference Type reference (TYPE) RSSCR_NAME ABAP: Name of SELECT-OPTION/PARAMETER 20131025
5 Importing 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 Exporting ET_EXCL_TABLECOMPONENT Call by reference Type reference (TYPE) TT_TABLECOMPONENT 20131025
2 Exporting 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 Importing 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 Importing IR_TASKLIST Call by reference Object reference (TYPE REF TO) CL_STCTM_TASKLIST TC Configured Task List 20110330
2 Returning 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 Importing 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)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM Import SCM Configuration 20120424
2 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SICF Import SICF Configuration 20110314
3 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SECURITY Import Security Policy (UME) 20120530
4 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SDCCN_DATA Import SDCCN Download Data (SDCCN) 20120926
5 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SDCCN Import SDCCN Configuration (SDCCN) 20120926
6 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCOT Import SCOT Configuration 20110126
7 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM_SERVER SCM Import 20131025
8 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM_PI_APO SCM Import 20131025
9 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM_IN_ERP Import SCM Configuration (in ERP) 20120424
10 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCM_BASIS SCM Import 20131025
11 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SLDAPICUST Import SLD Access Data Configuration (SLDAPICUST) 20110119
12 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SCC4 Import Clients Configuration (T000) 20111004
13 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_RZ70 Import SLD Data Supplier Configuration (RZ70) 20110119
14 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_RFCOUT Import tRFC and Outbound qRFC Configuration 20110126
15 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_RFCIN Import Inbound qRFC Configuration 20110126
16 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_RFC Import RFC Connections 20110119
17 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_PROJECTS Import Projects Configuration (SPRO) 20111004
18 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_PROFILES Import System Profiles 20110119
19 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_PRINTER Import Printer 20110119
20 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_OPMODE Import Operation Modes 20110119
21 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SXMB_ADM Import Integration Engine Configuration (SXMB_ADM) 20120210
22 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_WEBSERVICE Import Web Service Configuration (SOAMANAGER) 20110314
23 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_VIRUSSCAN Import Virus Scan Definitions 20110131
24 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_VERSDEV Import Development Versions 20110119
25 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_VARIANTS Import ABAP Variants (SE38) 20120416
26 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_USER Import Users 20110119
27 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_TMSQA Import TMS QA Configuration 20110119
28 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_TMS Import Transport Management System Configuration 20110119
29 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_TC_TASKVARI Import ABAP Task List Run Variants 20110418
30 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_TC_TASKRUN Import ABAP Task List Runs 20110418
31 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_NRIV Import Number Range Table (NRIV) 20111004
32 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_STRUST Import TRUST Manager Configuration (STRUST) 20110119
33 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SRM_SERVER SRM Import 20131025
34 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SOLMAN_MS Import SOLMAN Configuration in Managed Systems 20120629
35 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SNC Import SNC Access Control List (ACL): Systems 20120213
36 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SMW0 Import Logon Screen Information (SMW0) 20120926
37 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SM19 Import Security Audit: Administer Audit Profile (SM19) 20110809
38 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SM14 Import Update Program Server Groups (SM14) 20110126
39 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_SM02 Import System Messages (SM02) 20111222
40 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_BGRFC Import bgRFC Configuration 20111206
41 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CRMINERP Import CRM Configuration (ERP to CRM) 20110809
42 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CRM Import CRM Configuration (CRM to ERP) 20110809
43 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CHARM_CTS Import CHARM/CTS Configuration 20120926
44 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CCMSHISTORY Import CCMS History 20110119
45 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CCMSCONFIG Import CCMS Configuration 20110119
46 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_BW Import data of BW specific tables after System Copy 20110324
47 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_BS_FND_SCM SCM Import SCM_RCC 20131025
48 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_BSSUSER Import BSSUSER Configuration 20111220
49 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_BSSTAHOST Import BSSTAHOST Configuration 20110119
50 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CRM_MIDDLEWA CRM Import 20131025
51 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_BATCH_INPUT Import Batch-Input Configuration Data 20120926
52 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_BATCHSRVG Import Batch Server Groups 20110119
53 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_BATCHJOBS Import Batch Jobs with Variants 20110119
54 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_ARCHIVE_OBJ Import Archiving Objects 20120210
55 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_ARCHIVE_CUST Import Archiving Customizing 20120210
56 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_ARCHIVE_ADK Import Archiving ADK 20120210
57 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_ARCHIVE Import Archiving 20110126
58 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_ALECUST Import ALE Customizing 20110119
59 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_EWM_INTER Import EWM Interface Settings 20131025
60 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_LOGONGROUP Import Logon Groups 20110119
61 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_LOGINSCREEN Import the Information Displayed on the Logon Screen 20110905
62 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_LICENSE Import License 20110119
63 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_IAC Import IAC Configruation (IACOR, ITS) 20111004
64 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_GTS_SERVER GTS Import 20131025
65 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_FILE Import Cross-Client File Names/Paths (FILE) 20110119
66 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_EXTCOMMAND Import Operating System Commands (SM69) 20110119
67 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_EWZ5 Import Lock/Unlock User Configuration (EWZ5) 20121029
68 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_EWM_SERVER Import EWM Server Settings 20131025
69 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_ALECONFIG Import ALE Configuration 20110118
70 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_ECATT Import Test Workbench (CATT, ECATT, STWB) 20111004
71 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_DBAORACLE Import of Oracle DB Administration Tools Configuration 20110905
72 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_DBACOCKPIT Import DBACOCKPIT Configuration 20110119
73 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CUSTOMER Import Custom Configuration Tables 20110323
74 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CRM_WEBCUIF CRM Import 20131025
75 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CRM_SERVER CRM Import 20131025
76 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CRM_PI_BASIS CRM Import 20131025
77 Inheritance (c INHERITING FROM c_ref)  CL_STCT_SC_IMPORT_CRM_PI_APPL CRM Import 20131025
History
Last changed by/on SAP  20130531 
SAP Release Created in