SAP ABAP Class CL_STCT_SC_CONV_BDLS (Conversion of Logical System Names)
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 | 20110504 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STCTM_BG_TASK | Background Task | 20110504 |
Properties
| Class | CL_STCT_SC_CONV_BDLS | |
| Short Description | Conversion of Logical System Names | |
| 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 | 20110504 | SAP |
| Last change | 20140121 | 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 | 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 | 20110504 |
Friends
Class CL_STCT_SC_CONV_BDLS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_JOBS | 20130121 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | TT_BDLSCOUNTALL | 20121106 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | TT_VARIANT | 20120913 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | SYDATUM | End date of execution | 20110615 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | SYUZEIT | End time of execution | 20110615 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | SAP_BOOL | ABAP_FALSE | Boolean Variable (X=True, Space=False) | 20120830 | ||
| 7 | Instance attribute | Public | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20110616 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | SYDATUM | Start date of execution | 20110615 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | SYUZEIT | Start time of execution | 20110615 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | SYUNAME | User | 20110615 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20110504 | |
| 2 | Instance method | Private | Method | BDLS Check | 20110512 | |
| 3 | Instance method | Private | Method | BDLS RFC Destination Check | 20120229 | |
| 4 | Instance method | Private | Method | BDLS Get Prepare Task Parameters | 20130803 | |
| 5 | Instance method | Private | Method | BDLS Get Status | 20110610 |
Events
Class CL_STCT_SC_CONV_BDLS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_BDLSCOUNTALL | Public | See coding | 20121016 | TT_BDLSCOUNTALL type STANDARD TABLE OF T_BDLSCOUNTALL
|
||
| 2 | TT_CONV_PAIRS | Private | See coding | 20110504 | tt_conv_pairs TYPE STANDARD TABLE OF sctc_sc_s_conv_pairs
|
||
| 3 | TT_JOBS | Private | See coding | 20110610 | tt_jobs TYPE STANDARD TABLE OF bpxminfo
|
||
| 4 | TT_RNG_TABLES | Private | See coding | 20110504 | tt_rng_tables TYPE STANDARD TABLE OF sctc_sc_s_rng_tabname
|
||
| 5 | T_BDLSCOUNTALL | Public | See coding | 20121016 | BEGIN OF T_BDLSCOUNTALL,
client TYPE char3,
logsys TYPE char10,
tabname TYPE tabname,
field TYPE fieldname,
logsyscount TYPE sydbcnt,
END OF T_BDLSCOUNTALL
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_STCT_SC_CONV_BDLS has no parameter.
Method CONSTRUCTOR on class CL_STCT_SC_CONV_BDLS has no exception.
Method _BDLS_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CONV_PAIRS | Call by reference | Type reference (TYPE) | TT_CONV_PAIRS | 20110606 | ||||
| 2 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110514 | |||
| 3 | CT_RNG_TABLES | Call by reference | Type reference (TYPE) | TT_RNG_TABLES | 20110606 | ||||
| 4 | CV_BATCH_PROC_NO | Call by reference | Type reference (TYPE) | I | 20110512 | ||||
| 5 | CV_BDLSHDR_CUI | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20110512 | |||
| 6 | CV_JOB_VARIANT | Call by reference | Type reference (TYPE) | CHAR01 | Character Field Length 1 | 20110512 | |||
| 7 | IV_CHECK | Call by reference | Type reference (TYPE) | STC_CHECKRUN | Check Mode | 20110606 | |||
| 8 | IV_CONSISTENCY | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20110622 | |||
| 9 | IV_JOB_RELEASE | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20110616 | |||
| 10 | IV_RECCOUNT | Call by reference | Type reference (TYPE) | SYDBCNT | Processed Database Table Rows | 20110512 |
Method _BDLS_CHECK on class CL_STCT_SC_CONV_BDLS has no exception.
Method _BDLS_DEST_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20120229 | |||
| 2 | IV_CLIENT | Call by reference | Type reference (TYPE) | SYMANDT | Client ID | 20120229 | |||
| 3 | IV_CLNT_DEP | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20120229 | |||
| 4 | IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20120229 |
Method _BDLS_DEST_CHECK on class CL_STCT_SC_CONV_BDLS has no exception.
Method _BDLS_PREP_PARAMS 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 | Configured List of Tasks | 20130803 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error occurred | 20130803 |
Method _BDLS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110610 | |||
| 2 | IT_JOBS | Call by reference | Type reference (TYPE) | TT_JOBS | Some Information on a Job: Status and Child Flag | 20110610 |
Method _BDLS_STATUS on class CL_STCT_SC_CONV_BDLS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 731 |