SAP Reports / Programs | Application Platform | Master Data | Payment Cards(AP-MD-PCA) SAP AP

RCC_MIGRATION SAP ABAP Report - Program RCC_MIGRATION







RCC_MIGRATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RCC_MIGRATION into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CC_MIGRATION - Migration of Credit Cards


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RCC_MIGRATION. "Basic submit
SUBMIT RCC_MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT RCC_MIGRATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: TEST = Test run
Selection Text: SAVE = Save Log
Selection Text: ENCODE = Encrypt Card Number
Selection Text: BLOCK = Block Size (Select on CCARD)
Selection Text: ACCESS = Code
Title: Program RCC_MIGRATION
Text Symbol: 103 = Code entered is not correct
Text Symbol: 102 = Wrong Access Code
Text Symbol: 101 = Access Code
Text Symbol: 100 = Enter Access Code (Enquire at SAP)
Text Symbol: 032 = Conversion Not Started
Text Symbol: 031 = Credit Card Encryption Already Active
Text Symbol: 030 = Encryption
Text Symbol: 022 = Access Code
Text Symbol: 021 = Application Log
Text Symbol: 020 = Migration
Text Symbol: 012 = Lock All Business Partners
Text Symbol: 011 = Log not saved
Text Symbol: 010 = No database changes
Text Symbol: 009 = Application PACA in table TBZ0A activated (CARD deactivated)
Text Symbol: 008 = --------------------------------------------------------------------------------------------------------------------
Text Symbol: 007 = Duration of Credit Card Conversion in Milliseconds:
Text Symbol: 006 = Number of Credit Cards To Which Business Partners Are Assigned:
Text Symbol: 005 = Number of Business Partners:
Text Symbol: 004 = Number of Credit Cards:
Text Symbol: 003 = Maintain Block
Text Symbol: 002 = Cannot start migration in this system
Text Symbol: 001 = Migration is running


INCLUDES used within this REPORT RCC_MIGRATION

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_handle.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'E' i_probclass = '1' i_text = text-002.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '1' i_text = text-011.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '2' i_text = text-012.

ENQUEUE_EBU_PARTNR CALL FUNCTION 'ENQUEUE_EBU_PARTNR' EXPORTING mode_but000 = 'E' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = ls_msg.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '4' i_text = lv_text.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = lv_percentage text = text-001.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '2' i_text = lv_text.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '2' i_text = lv_text.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '2' i_text = lv_text.

CC_MIGRATION_EXECUTE CALL FUNCTION 'CC_MIGRATION_EXECUTE' EXPORTING iv_encoding = encode IMPORTING et_pca_master = lt_master et_pca_master_admin = lt_master_adm et_pca_block = lt_block et_pca_block_admin = lt_block_adm et_pca_security_raw = lt_security_raw CHANGING ct_but0cc = lt_but0cc ct_ccard = lt_ccard EXCEPTIONS no_encoding_possible = 1 OTHERS = 2.

OCS_GET_INSTALLED_COMPS CALL FUNCTION 'OCS_GET_INSTALLED_COMPS' TABLES tt_comptab = lt_comp EXCEPTIONS others = 0.

DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '2' i_text = lv_text.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '4' i_text = text-008.

BAL_LOG_MSG_ADD_FREE_TEXT





CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '1' i_text = text-009.

DEQUEUE_EBU_PARTNR CALL FUNCTION 'DEQUEUE_EBU_PARTNR' EXPORTING mode_but000 = 'E'.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_handle i_msgty = 'I' i_probclass = '1' i_text = text-010.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY'.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RCC_MIGRATION or its description.