SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RCCSEC_MIGRATION_045 SAP ABAP Report - IS-M/SD: Encrypt Payment Cards in Order and Billing Document







RCCSEC_MIGRATION_045 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 RCCSEC_MIGRATION_045 into the relevant SAP transactions such as SE38 or SE80


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 RCCSEC_MIGRATION_045. "Basic submit
SUBMIT RCCSEC_MIGRATION_045 AND RETURN. "Return to original report after report execution complete
SUBMIT RCCSEC_MIGRATION_045 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: P_DETAIL = Detail Log
Selection Text: P_NOCT = Number of Processes
Selection Text: P_PSIZE = Package Size
Selection Text: P_TEST = Test Run
Selection Text: P_UNDO = Undo Encryption
Selection Text: P_SGROUP = D .
Selection Text: S_CCINS = D .
Title: IS-M/SD: Encrypt Payment Cards in Order and Billing Document
Text Symbol: AUT = You do not have authorization to decode credit card data


INCLUDES used within this REPORT RCCSEC_MIGRATION_045

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:

CCSECA_CHECK_DISPLAY_ALLOWED CALL FUNCTION 'CCSECA_CHECK_DISPLAY_ALLOWED' EXCEPTIONS no_authorization = 1 OTHERS = 2.

CCSECA_READ_CUSTOMIZING CALL FUNCTION 'CCSECA_READ_CUSTOMIZING' IMPORTING e_seclv = lv_seclv.

CCSECA_READ_CUSTOMIZING CALL FUNCTION 'CCSECA_READ_CUSTOMIZING' EXPORTING i_ccins = -ccins IMPORTING e_seclv = lv_seclv.

SPBT_INITIALIZE CALL FUNCTION 'SPBT_INITIALIZE' EXPORTING group_name = i_group_id IMPORTING max_pbt_wps = lv_max_pbt_wps free_pbt_wps = lv_free_pbt_wps EXCEPTIONS invalid_group_name = 1 internal_error = 2 pbt_env_already_initialized = 3 currently_no_resources_avail = 4 no_pbt_resources_found = 5 cant_init_different_pbt_groups = 6 OTHERS = 7.

SPBT_GET_CURR_RESOURCE_INFO CALL FUNCTION 'SPBT_GET_CURR_RESOURCE_INFO' IMPORTING free_pbt_wps = lv_free_pbt_wps EXCEPTIONS internal_error = 1 pbt_env_not_initialized_yet = 2. "#EC *

ISM_SD_ORDER_CC_ENC_PACKAGE CALL FUNCTION 'ISM_SD_ORDER_CC_ENC_PACKAGE' STARTING NEW TASK c_task_id DESTINATION IN GROUP p_sgroup PERFORMING receive_enc_task_result ON END OF TASK EXPORTING i_test = p_test it_jkapcc = i_jkapcc_task it_jfrkcc = i_jfrkcc_task * IMPORTING * et_jkapcc_error = * et_jfrkcc_error = * et_return = EXCEPTIONS communication_failure = 1 MESSAGE lv_msg system_failure = 2 MESSAGE lv_msg resource_failure = 3.

ISM_SD_ORDER_CC_DEC_PACKAGE CALL FUNCTION 'ISM_SD_ORDER_CC_DEC_PACKAGE' STARTING NEW TASK c_task_id DESTINATION IN GROUP p_sgroup PERFORMING receive_dec_task_result ON END OF TASK EXPORTING i_test = p_test it_jkapcc = i_jkapcc_task it_jfrkcc = i_jfrkcc_task * IMPORTING * et_jkapcc_error = * et_jfrkcc_error = * et_return = EXCEPTIONS communication_failure = 1 MESSAGE lv_msg system_failure = 2 MESSAGE lv_msg resource_failure = 3.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = ls_bal_s_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_client = sy-mandt * I_IN_UPDATE_TASK = ' ' i_save_all = 'X' * i_t_log_handle = gt_bal_loghandle * IMPORTING * e_new_lognumbers = lt_new_lognumbers EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4 .

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = ls_bal_s_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_client = sy-mandt * I_IN_UPDATE_TASK = ' ' i_save_all = 'X' * i_t_log_handle = gt_bal_loghandle * IMPORTING * e_new_lognumbers = lt_new_lognumbers EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4 .

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_bal_s_log IMPORTING e_log_handle = ev_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_client = sy-mandt * I_IN_UPDATE_TASK = ' ' i_save_all = 'X' * i_t_log_handle = gt_bal_loghandle * IMPORTING * e_new_lognumbers = lt_new_lognumbers EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4 .

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_log_handle i_s_msg = ls_bal_s_msg * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4 .

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_client = sy-mandt * I_IN_UPDATE_TASK = ' ' i_save_all = 'X' * i_t_log_handle = gt_bal_loghandle * IMPORTING * e_new_lognumbers = lt_new_lognumbers EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4 .

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXPORTING * I_S_DISPLAY_PROFILE = * I_T_LOG_HANDLE = * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * I_SRT_BY_TIMSTMP = ' ' * IMPORTING * E_S_EXIT_COMMAND = EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5 .

ISM_SD_INVOICE_CC_ENC_PACKAGE CALL FUNCTION 'ISM_SD_INVOICE_CC_ENC_PACKAGE' STARTING NEW TASK c_task_id DESTINATION IN GROUP p_sgroup PERFORMING receive_enc_task_result ON END OF TASK EXPORTING i_test = p_test it_jfrkcc = i_jfrkcc_task EXCEPTIONS communication_failure = 1 MESSAGE lv_msg system_failure = 2 MESSAGE lv_msg resource_failure = 3.

ISM_SD_INVOICE_CC_DEC_PACKAGE CALL FUNCTION 'ISM_SD_INVOICE_CC_DEC_PACKAGE' STARTING NEW TASK c_task_id DESTINATION IN GROUP p_sgroup PERFORMING receive_dec_task_result ON END OF TASK EXPORTING i_test = p_test it_jfrkcc = i_jfrkcc_task EXCEPTIONS communication_failure = 1 MESSAGE lv_msg system_failure = 2 MESSAGE lv_msg resource_failure = 3.



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 RCCSEC_MIGRATION_045 or its description.