SAP ABAP Class CL_RSCNV_MANAGER (Manager class for designtime and runtime)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DBA (Application Component) Data Basis
     RSCNV (Package) Package for Metadata Remodeling
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSBATCH_EXECUTE Parallel Batch_Processing 20130730
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSCNV_MONITOR Interface for Monitor UI - del/restart/reset functionality 20130730
Properties
Class CL_RSCNV_MANAGER  
Short Description Manager class for designtime and runtime    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCNV   Package for Metadata Remodeling 
Created 20130730   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSCNV_CONST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSCNV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSBATCH_EXECUTE Parallel Batch_Processing 20130730
2 IF_RSCNV_MONITOR Interface for Monitor UI - del/restart/reset functionality 20130730
Friends
Class CL_RSCNV_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CONVERSION_ID Instance attribute Public Type reference (TYPE) RSMRT_CNVREQNO Conversion Request Number 20130730
2 N_S_ADMIN_SETTINGS Instance attribute Public Type reference (TYPE) RSCNVCNVADMIN Administration table for running conversions 20130730
3 P_BUFFER_ID Instance attribute Private Type reference (TYPE) RSCNV_BUFFER_ID Rremodeling ID for shared buffer 20130730
4 P_DETLVL Instance attribute Private Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130730
5 P_IS_EXECUTION Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20130730
6 P_JOBCOUNT Instance attribute Private Type reference (TYPE) BTCJOBCNT Job ID 20130730
7 P_JOBNAME Instance attribute Private Type reference (TYPE) BTCJOB Background job name 20130730
8 P_R_IPRO Instance attribute Private Object reference (TYPE REF TO) CL_RSCNV_IPRO Object: InfoProvider 20130730
9 P_R_MONITOR Instance attribute Private Object reference (TYPE REF TO) CL_RSCNV_MONITOR Class for application monitor 20130730
10 P_R_MSG Instance attribute Private Object reference (TYPE REF TO) CL_RSO_MSG Container for Messages 20130730
11 P_R_RR Instance attribute Private Object reference (TYPE REF TO) CL_RSCNV_RR Remodeling rule 20130730
12 P_SIMULATION Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130730
13 P_SIMULATION_EXECUTED Instance attribute Private Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130730
14 P_T_STEPSTATUS Instance attribute Private Type reference (TYPE) RSCNV_T_STEPSTATUS Status of remodeling steps 20130730
15 S_IS_BATCH Static Attribute Private Type reference (TYPE) RS_BOOL Boolean 20130812
16 S_NO_LOG Static Attribute Private Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130802
17 S_RETURN Static Attribute Private Type reference (TYPE) RSRAWSTRING Raw String 20130812
18 S_R_RR Static Attribute Private Object reference (TYPE REF TO) CL_RSCNV_RR Remodeling rule 20130730
19 S_STEP_FAILED Static Attribute Private Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130802
20 S_S_BUFFER_STEP_OPERATION Static Attribute Private Type reference (TYPE) IF_RSCNV_CONST=>TY_S_TABLE_OPERATION_BUFFER Mapping of dimension tables and operations 20130730
21 S_T_BUFFER_STEP_OPERATION Static Attribute Private Type reference (TYPE) IF_RSCNV_CONST=>TY_T_TABLE_OPERATION_BUFFER Table type of RSCNV_S_TABLE_OPERATION 20130730
22 S_T_MSG Static Attribute Private Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130802
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE Instance method Public Method GUI: Activate rule 20130730
2 ACTIVATE_FOR_REMODELING Instance method Private Method Runtime: Activate InfoProvider via TLOGO methods 20130730
3 ADD_EXECUTION_INFORMATION_TO_L Instance method Private Method Adds metainformation about remodeling run to log 20130730
4 ADD_MSG Instance method Private Method General: Adds message to container 20130730
5 ADD_MSGS Instance method Private Method General: Add messages to container 20130730
6 ADD_MSG_STATIC Static method Public Method Static method for adding message 20130802
7 ADD_OPERATION Instance method Public Method GUI: Add new operation to rule 20130730
8 BATCH_START Static method Public Method Starts new batch process 20130730
9 BATCH_WAIT_FOR_FINISH Static method Public Method Waits until batch jobs are finished 20130730
10 CALL_SE14 Instance method Private Method Call DDIC SE14 module 20130730
11 CHECK Instance method Public Method GUI: Check rule and InfoProvider 20130730
12 CHECK_JOB_STATUS Static method Private Method General: Check status of batch job 20130730
13 CHECK_RULE_EXISTS Static method Public Method General: Check if rule exists on db 20130730
14 CHECK_SCHEDULED Static method Private Method GUI: Check if rule/InfoProvider pair is already scheduled 20130730
15 CHECK_SIMULATION Instance method Private Method GUI: Check if simuation has been triggered 20130730
16 CLEANUP Instance method Private Method Cleans up temporary stuff 20130801
17 CLEAR_RUNTIME_BUFFER Instance method Private Method Runtime: Clear buffer tables 20130730
18 CONSTRUCTOR Instance method Public Constructor Constructor 20130730
19 CONVERT Instance method Private Method Runtime: Convert InfoProvider 20130730
20 CONVERT_VIA_SE14 Instance method Private Method Use SE14 to convert InfoProvider 20130730
21 DECREASE_DETLEVEL Instance method Private Method General: Subtract 1 from detlevel 20130730
22 DELETE_OPERATION Instance method Public Method GUI: Delete operation from rule 20130730
23 DISCARD_CHANGES Instance method Public Method GUI: Discard changes made to rule 20130730
24 EXECUTE Instance method Public Method Runtime: Execute conversion 20130730
25 EXECUTE_DIRECTLY Instance method Public Method GUI: Schedule conversion with immediate start 20130730
26 GET_ADMIN_SETTINGS Static method Public Method General: Get admin settings for batch, debugging 20130730
27 GET_CONVERSION_ID Static method Public Method Generate unique conversion run ID 20130730
28 GET_ID_SE14 Static method Public Method Returns shared buffer ID for message exchange in SE14 20130730
29 GET_LOGNAME_DDIC Static method Private Method Returns logname for DDIC log 20130730
30 GET_LOG_NUMBER Instance method Private Method Returns identifier for log 20130805
31 GET_OPERATIONS_FOR_STEP Static method Public Method Runtime: Returns operations associated with specific step 20130730
32 GET_RULE Instance method Public Method Returns reference to rule 20130730
33 GET_STATUS_OF_STEP Instance method Public Method Returns status of current step 20130730
34 IMPACT Instance method Public Method GUI: Get popup with impacted objects 20130730
35 INCREASE_DETLEVEL Instance method Private Method General: Add 1 to detlevel 20130730
36 INITIALIZE_STEP_STATUS Instance method Private Method Reads steps from db 20130730
37 IPRO_HANDLES_CONVERSION Instance method Public Method Flag wether manager or ipro is reponsible for conversion 20130730
38 IS_SIMULATION Instance method Public Method GUI: Flag is current execution is running as simulation 20130730
39 MOVE_OPERATION Instance method Public Method GUI: Move operation up or down 20130730
40 ONLY_OPS_WITHOUT_BACKUP Instance method Private Method Checks if only opeations of type Delete Char or Delete Key f 20130812
41 READ_ADMIN_SETTINGS_NEW Instance method Public Method Re-reads admin settings 20130805
42 RESET_SE14 Instance method Private Method Reset errors during SE14 call 20130802
43 RESET_SE14_STEP Instance method Private Method Reset single table 20130807
44 RESET_STEP Instance method Private Method Reset single step 20130801
45 SAPGUI_PROGRESS Static method Private Method GUI: Show progress bar 20130730
46 SAVE Instance method Public Method GUI: Save rule 20130730
47 SAVE_FOR_REMODELING Instance method Private Method Runtime: Changes InfoProvider metadata; writes changes to db 20130730
48 SCHEDULE Instance method Public Method GUI: Schedule rule 20130730
49 SCHEDULE_INTERNAL Instance method Private Method GUI: Schedule conversion 20130730
50 SET_ADMIN_SETTINGS Static method Public Method General: Set admin settings for batch, debugging 20130730
51 SET_SIMULATION_MODE Instance method Public Method GUI/runtime: Change to/back from simulation mode 20130730
52 SET_TEXT_FOR_SIMULATION Instance method Public Method Writes text for simulation to buffer 20130730
53 SET_WRKMODE Instance method Public Method GUI: Set workmode 20130730
54 SIMULATE Instance method Public Method GUI: Simulate execution (no changes are written to db) 20130730
55 TEST_CUSTOMER_EXIT Instance method Private Method Test if customer exit is functional 20130809
56 UPDATE_LOG_FOR_RESET Static method Private Method Refreshes the log for step or request in case of reset 20130814
57 UPDATE_STATUS Instance method Public Method Runtime: Update stepstatus in database 20130730
58 WRITE_MAPPING_TO_BUFFER Instance method Private Method Writes mapping of operations/tables to buffer tables 20130730
59 WRITE_MONITOR_LOG Instance method Private Method Writes monitor log 20130730
Events
Class CL_RSCNV_MANAGER has no event.
Types
Class CL_RSCNV_MANAGER has no local type.
Method Signatures

Method ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
3 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130730

Method ACTIVATE on class CL_RSCNV_MANAGER has no exception.

Method ACTIVATE_FOR_REMODELING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
# Exception Resumable Description Created on
1 STEP_FAILED 20130730

Method ADD_EXECUTION_INFORMATION_TO_L Signature

Method ADD_EXECUTION_INFORMATION_TO_L on class CL_RSCNV_MANAGER has no parameter.
Method ADD_EXECUTION_INFORMATION_TO_L on class CL_RSCNV_MANAGER has no exception.

Method ADD_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730

Method ADD_MSG on class CL_RSCNV_MANAGER has no exception.

Method ADD_MSGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
2 Importing I_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730

Method ADD_MSGS on class CL_RSCNV_MANAGER has no exception.

Method ADD_MSG_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG 20130802

Method ADD_MSG_STATIC on class CL_RSCNV_MANAGER has no exception.

Method ADD_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OPERATION Call by reference Object reference (TYPE REF TO) CL_RSCNV_OPERATION Object: Operation 20130730

Method ADD_OPERATION on class CL_RSCNV_MANAGER has no exception.

Method BATCH_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BATCH_ID Call by reference Type reference (TYPE) RSBTC_BATCH_ID 20130730
2 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO 20130807
3 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL 20130730
4 Importing I_EXECUTION Call by reference Type reference (TYPE) RS_BOOL 20130807
5 Importing I_INDEX Call by reference Type reference (TYPE) I 20130730
6 Importing I_IPRONM Call by reference Type reference (TYPE) RSMRT_IPRONM 20130730
7 Importing I_LAST_PROCESS Call by reference Type reference (TYPE) RS_BOOL 20130730
8 Importing I_METHOD Call by reference Type reference (TYPE) STRING 20130807
9 Importing I_PARAMETER Call by reference Type reference (TYPE) RSRAWSTRING 20130807
10 Importing I_RRNM Call by reference Type reference (TYPE) RSMRT_RRNM 20130730
11 Importing I_SIMULATION Call by reference Type reference (TYPE) RS_BOOL 20130730
# Exception Resumable Description Created on
1 FAILED 20130730

Method BATCH_WAIT_FOR_FINISH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG 20130730
2 Exporting E_T_RETURN Call by reference Type reference (TYPE) RSBATCHSTRING 20130807
3 Importing I_BATCH_ID Call by reference Type reference (TYPE) RSBTC_BATCH_ID 20130730
4 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20130812
5 Importing I_WITH_PROGRESS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20130812
# Exception Resumable Description Created on
1 FAILED 20130730

Method CALL_SE14 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
2 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO Conversion Request Number 20130730
3 Importing I_TABNM Call by reference Type reference (TYPE) TABNAME Table Name 20130730
# Exception Resumable Description Created on
1 FAILED 20130730

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
3 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130730
4 Importing I_FOR_CONVERSION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Does not make any backups when true 20130730
# Exception Resumable Description Created on
1 STEP_FAILED 20130730

Method CHECK_JOB_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO 20130804
2 Importing I_IPRONM Call by reference Type reference (TYPE) RSMRT_IPRONM 20130730
3 Importing I_JOBCOUNT Call by reference Type reference (TYPE) BTCJOBCNT 20130730
4 Importing I_JOBNAME Call by reference Type reference (TYPE) BTCJOB 20130730
5 Importing I_RRNM Call by reference Type reference (TYPE) RSMRT_RRNM 20130730
6 Importing I_SIMULATION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20130730
# Exception Resumable Description Created on
1 CANCELED 20130730
2 ERROR 20130730
3 FINISHED 20130730
4 NOT_STARTED 20130730
5 RUNNING 20130730

Method CHECK_RULE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IPRONM Call by reference Type reference (TYPE) RSMRT_IPRONM InfoProvider Being Converted 20130730
2 Importing I_OBJVERS Call by reference Type reference (TYPE) RSOBJVERS RS_C_OBJVERS-ACTIVE Object version 20130730
3 Importing I_RRNM Call by reference Type reference (TYPE) RSMRT_RRNM Remodeling rule name 20130730
4 Returning R_EXISTS Value transfer Type reference (TYPE) RS_BOOL Boolean 20130730

Method CHECK_RULE_EXISTS on class CL_RSCNV_MANAGER has no exception.

Method CHECK_SCHEDULED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO 20130804
2 Importing I_IPRONM Call by reference Type reference (TYPE) RSMRT_IPRONM 20130730
3 Importing I_SIMULATION Call by reference Type reference (TYPE) RS_BOOL 20130730
# Exception Resumable Description Created on
1 CANCELED 20130730
2 ERROR 20130730
3 NOT_STARTED 20130730
4 RUNNING 20130730

Method CHECK_SIMULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DONE Value transfer Type reference (TYPE) RS_BOOL Boolean 20130730

Method CHECK_SIMULATION on class CL_RSCNV_MANAGER has no exception.

Method CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG 20130801
2 Importing I_ERROR Call by reference Type reference (TYPE) RS_BOOL Boolean 20130801

Method CLEANUP on class CL_RSCNV_MANAGER has no exception.

Method CLEAR_RUNTIME_BUFFER Signature

Method CLEAR_RUNTIME_BUFFER on class CL_RSCNV_MANAGER has no parameter.
Method CLEAR_RUNTIME_BUFFER on class CL_RSCNV_MANAGER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_IPRO Call by reference Object reference (TYPE REF TO) CL_RSCNV_IPRO Object: InfoProvider 20130730
2 Importing I_R_RR Call by reference Object reference (TYPE REF TO) CL_RSCNV_RR Remodeling rule 20130730

Method CONSTRUCTOR on class CL_RSCNV_MANAGER has no exception.

Method CONVERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
# Exception Resumable Description Created on
1 STEP_FAILED 20130730

Method CONVERT_VIA_SE14 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP System Field: Return Code of ABAP Statements 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
# Exception Resumable Description Created on
1 STEP_FAILED 20130730

Method DECREASE_DETLEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEVEL Call by reference Type reference (TYPE) I 1 20130730

Method DECREASE_DETLEVEL on class CL_RSCNV_MANAGER has no exception.

Method DELETE_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROW Call by reference Type reference (TYPE) I 20130730

Method DELETE_OPERATION on class CL_RSCNV_MANAGER has no exception.

Method DISCARD_CHANGES Signature

Method DISCARD_CHANGES on class CL_RSCNV_MANAGER has no parameter.
Method DISCARD_CHANGES on class CL_RSCNV_MANAGER has no exception.

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
3 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO Conversion Request Number 20130730
4 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '1' Application Log: Level of detail 20130730
5 Importing I_SIMULATION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130730
# Exception Resumable Description Created on
1 CONVERSIONID_DOES_NOT_EXIST 20130730

Method EXECUTE_DIRECTLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
3 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '1' Application Log: Level of detail 20130730

Method EXECUTE_DIRECTLY on class CL_RSCNV_MANAGER has no exception.

Method GET_ADMIN_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_DEFAULT Call by reference Type reference (TYPE) RS_BOOL Boolean 20130730
2 Exporting E_S_ADMIN_DEFAULT Call by reference Type reference (TYPE) RSCNVCNVADMIN Administration table for running conversions 20130730
3 Importing I_IPRONM Call by reference Type reference (TYPE) RSMRT_IPRONM InfoProvider Being Converted 20130730
4 Importing I_RRNM Call by reference Type reference (TYPE) RSMRT_RRNM Remodeling rule name 20130730

Method GET_ADMIN_SETTINGS on class CL_RSCNV_MANAGER has no exception.

Method GET_CONVERSION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLNM Call by reference Type reference (TYPE) RSD_TABLNM 20130730
2 Returning R_ID Value transfer Type reference (TYPE) RSMRT_CNVREQNO Conversion Request Number 20130730

Method GET_CONVERSION_ID on class CL_RSCNV_MANAGER has no exception.

Method GET_ID_SE14 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO Conversion Request Number 20130730
2 Importing I_TABNM Call by reference Type reference (TYPE) TABNAME Table Name 20130730
3 Returning R_BUFFER_ID Value transfer Type reference (TYPE) RSCNV_BUFFER_ID Remodeling ID for Shared Buffer 20130730

Method GET_ID_SE14 on class CL_RSCNV_MANAGER has no exception.

Method GET_LOGNAME_DDIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO Conversion Request Number 20130730
2 Importing I_TABNM Call by reference Type reference (TYPE) TABNAME Control Structure for Testing the Table Name (Apart fr. SAA) 20130730
3 Returning R_LOGNAME Value transfer Type reference (TYPE) DDCNVEXIT-LOGNAME ABAP/4 Dictionary: name of SDIC log 20130730

Method GET_LOGNAME_DDIC on class CL_RSCNV_MANAGER has no exception.

Method GET_LOG_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_EXTNUMBER Value transfer Type reference (TYPE) BAL_S_LOG-EXTNUMBER 20130805

Method GET_LOG_NUMBER on class CL_RSCNV_MANAGER has no exception.

Method GET_OPERATIONS_FOR_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TABLENM Call by reference Type reference (TYPE) RSMRT_OPNM Operation name 20130730
2 Returning R_T_OPERATION Value transfer Type reference (TYPE) RSMRT_T_OPERATION Table type of REF TO NCL_RSCNV_OPERATION 20130730

Method GET_OPERATIONS_FOR_STEP on class CL_RSCNV_MANAGER has no exception.

Method GET_RULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_R_RR Value transfer Object reference (TYPE REF TO) CL_RSCNV_RR Remodeling rule 20130730

Method GET_RULE on class CL_RSCNV_MANAGER has no exception.

Method GET_STATUS_OF_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEPNM Call by reference Type reference (TYPE) RSMRT_OPNM Operation Name 20130730
2 Returning R_STATUS Value transfer Type reference (TYPE) RSMRT_STEPSTATUS Conversion Step Status 20130730

Method GET_STATUS_OF_STEP on class CL_RSCNV_MANAGER has no exception.

Method IMPACT Signature

Method IMPACT on class CL_RSCNV_MANAGER has no parameter.
Method IMPACT on class CL_RSCNV_MANAGER has no exception.

Method INCREASE_DETLEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEVEL Call by reference Type reference (TYPE) I 1 20130730

Method INCREASE_DETLEVEL on class CL_RSCNV_MANAGER has no exception.

Method INITIALIZE_STEP_STATUS Signature

Method INITIALIZE_STEP_STATUS on class CL_RSCNV_MANAGER has no parameter.
Method INITIALIZE_STEP_STATUS on class CL_RSCNV_MANAGER has no exception.

Method IPRO_HANDLES_CONVERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IPRO_DOES Value transfer Type reference (TYPE) RS_BOOL Boolean 20130730

Method IPRO_HANDLES_CONVERSION on class CL_RSCNV_MANAGER has no exception.

Method IS_SIMULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_SIMULATION Value transfer Type reference (TYPE) RS_BOOL Boolean 20130730

Method IS_SIMULATION on class CL_RSCNV_MANAGER has no exception.

Method MOVE_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ROW Call by reference Type reference (TYPE) I 20130730
2 Importing I_OPTION Call by reference Type reference (TYPE) C 20130730
3 Importing I_ROW Call by reference Type reference (TYPE) I 20130730

Method MOVE_OPERATION on class CL_RSCNV_MANAGER has no exception.

Method ONLY_OPS_WITHOUT_BACKUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ONLY_DELETE Value transfer Type reference (TYPE) RS_BOOL 20130812

Method ONLY_OPS_WITHOUT_BACKUP on class CL_RSCNV_MANAGER has no exception.

Method READ_ADMIN_SETTINGS_NEW Signature

Method READ_ADMIN_SETTINGS_NEW on class CL_RSCNV_MANAGER has no parameter.
Method READ_ADMIN_SETTINGS_NEW on class CL_RSCNV_MANAGER has no exception.

Method RESET_SE14 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC 20130802
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG 20130802
3 Importing I_CNVREQNO Call by reference Type reference (TYPE) RSMRT_CNVREQNO 20130802

Method RESET_SE14 on class CL_RSCNV_MANAGER has no exception.

Method RESET_SE14_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC 20130807
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG 20130807
3 Importing I_TABNM Call by reference Type reference (TYPE) TABNAME 20130807

Method RESET_SE14_STEP on class CL_RSCNV_MANAGER has no exception.

Method RESET_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC 20130801
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG 20130801
3 Importing I_CNVREQNO Call by reference Type reference (TYPE) RSMRT_CNVREQNO 20130801
4 Importing I_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO 20130801

Method RESET_STEP on class CL_RSCNV_MANAGER has no exception.

Method SAPGUI_PROGRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PERCENTAGE Call by reference Type reference (TYPE) I 0 20130730
2 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20130730

Method SAPGUI_PROGRESS on class CL_RSCNV_MANAGER has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
3 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130730
# Exception Resumable Description Created on
1 STEP_FAILED 20130730

Method SAVE_FOR_REMODELING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
# Exception Resumable Description Created on
1 STEP_FAILED 20130730

Method SCHEDULE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG Statusmeldungen der Metadatenprüfung 20130730
3 Importing I_CALL_FROM_WB Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20130730
4 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO 20130804
5 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL 20130730
6 Importing I_FORCE_SCHEDULING Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20130804

Method SCHEDULE on class CL_RSCNV_MANAGER has no exception.

Method SCHEDULE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG 20130730
3 Importing I_CHECK_SIMULATION Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20130730
4 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO 20130804
5 Importing I_FORCE_SCHEDULING Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20130804
6 Importing I_STARTSPECS Call by reference Type reference (TYPE) TBTCSTRT 20130730

Method SCHEDULE_INTERNAL on class CL_RSCNV_MANAGER has no exception.

Method SET_ADMIN_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IPRONM Call by reference Type reference (TYPE) RSMRT_IPRONM InfoProvider Being Converted 20130730
2 Importing I_RRNM Call by reference Type reference (TYPE) RSMRT_RRNM Remodeling rule name 20130730
3 Importing I_SET_TO_DEFAULT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130730
4 Importing I_S_ADMIN_SETTINGS Call by reference Type reference (TYPE) RSCNVCNVADMIN Administration table for running conversions 20130730

Method SET_ADMIN_SETTINGS on class CL_RSCNV_MANAGER has no exception.

Method SET_SIMULATION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20130730

Method SET_SIMULATION_MODE on class CL_RSCNV_MANAGER has no exception.

Method SET_TEXT_FOR_SIMULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLEAR Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130730
2 Importing I_TEXT Call by reference Type reference (TYPE) STRING 20130730

Method SET_TEXT_FOR_SIMULATION on class CL_RSCNV_MANAGER has no exception.

Method SET_WRKMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WRKMODE Call by reference Type reference (TYPE) RSWRKMOD Editing Type 20130730
2 Returning R_WRKMODE Value transfer Type reference (TYPE) RSWRKMOD Editing Type 20130730

Method SET_WRKMODE on class CL_RSCNV_MANAGER has no exception.

Method SIMULATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130730
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730
3 Importing I_BATCH Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20130730

Method SIMULATE on class CL_RSCNV_MANAGER has no exception.

Method TEST_CUSTOMER_EXIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC 20130809
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG 20130809
3 Importing I_CLASSNM Call by reference Type reference (TYPE) STRING 20130809
4 Importing I_IOBJNM Call by reference Type reference (TYPE) RSDIOBJNM 20130809
5 Importing I_TABNM Call by reference Type reference (TYPE) TABNAME 20130809

Method TEST_CUSTOMER_EXIT on class CL_RSCNV_MANAGER has no exception.

Method UPDATE_LOG_FOR_RESET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONVERSION_ID Call by reference Type reference (TYPE) RSMRT_CNVREQNO 20130814
2 Importing I_IS_REQUEST Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20130814
3 Importing I_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO 20130814

Method UPDATE_LOG_FOR_RESET on class CL_RSCNV_MANAGER has no exception.

Method UPDATE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ADJUST_STEPNO Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20130807
2 Importing I_PREVSTEP Call by reference Type reference (TYPE) RSMRT_OPNM 20130730
3 Importing I_SHOW_IN_MONITOR Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE 20130807
4 Importing I_STATUS Call by reference Type reference (TYPE) RSMRT_STEPSTATUS IF_RSCNV_CONST=>N_C_STATUS-RUNNING 20130730
5 Importing I_STEP Call by reference Type reference (TYPE) RSMRT_OPNM IF_RSCNV_CONST=>N_C_STEP-RUN 20130730
6 Importing I_T_MSG Call by reference Type reference (TYPE) RS_T_MSG 20130730

Method UPDATE_STATUS on class CL_RSCNV_MANAGER has no exception.

Method WRITE_MAPPING_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_TABLE_OPERATION Call by reference Type reference (TYPE) RSCNV_T_TABLE_OPERATION Table type of RSCNV_S_TABLE_OPERATION 20130730

Method WRITE_MAPPING_TO_BUFFER on class CL_RSCNV_MANAGER has no exception.

Method WRITE_MONITOR_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEPNM Call by reference Type reference (TYPE) RSMRT_OPNM Operation Name 20130730
2 Importing I_STEPNO Call by reference Type reference (TYPE) RSMRT_STEPNO Conversion Step 20130730
3 Importing I_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130730

Method WRITE_MONITOR_LOG on class CL_RSCNV_MANAGER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740