PCA_MASS_CRYPTING is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Mass Encrypting and Decrypting of Payment Cards The mass encrypting and decrypting of payment cards supports the following scenarios: If you have not used encryption for payment cards until now and you would like to encrypt the payment cards currently maintained in the system, you can subsequently encrypt all the unencrypted payment cards with this report...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter PCA_MASS_CRYPTING into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PCA_MC - Mass Encryption /Decryption
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.
Selection Text: TEST = Test Run
Selection Text: SO_CTYPE = D Payment Card Type
Selection Text: ENVELOP = Encrypt
Selection Text: ENTRIES = Number of Cards
Selection Text: DEVELOP = Decode
Selection Text: CHECKF = Preliminary Check
Title: Encryption or Decoding as Mass Processing
Text Symbol: T07 = Expected Runtime
Text Symbol: T06 = Card GUID
Text Symbol: T05 = Card Number New
Text Symbol: T04 = Encrypted Value New
Text Symbol: T03 = Card Number Old
Text Symbol: T02 = Encrypted Value Old
Text Symbol: T01 = Error Message
Text Symbol: SB3 = & Hours & Minutes & Seconds
Text Symbol: SB2 = Selection
Text Symbol: SB1 = Analysis Before Program Start
Text Symbol: P02 = & % Encrypted
Text Symbol: P01 = & % Decoded
Text Symbol: E04 = Card number not encrypted externally
Text Symbol: E03 = No entries found for the required processing
Text Symbol: E02 = External encryption not successful
Text Symbol: E01 = No card types with active encryption were found
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = gv_repid i_bypassing_buffer = 'X' it_fieldcat = gt_fieldcat[] it_events = gt_events[] tables t_outtab = gt_output.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = lv_percent text = lv_text.
MD5_CALCULATE_HASH_FOR_CHAR * call function 'MD5_CALCULATE_HASH_FOR_CHAR' * exporting * data = lv_string * exceptions * others = 0.
CALCULATE_HASH_FOR_CHAR call function 'CALCULATE_HASH_FOR_CHAR' exporting alg = 'MD5' data = lv_string * LENGTH = 0 * importing * hash = lv_hash * HASHLEN = * HASHX = * HASHXLEN = exceptions * UNKNOWN_ALG = 1 * PARAM_ERROR = 2 * INTERNAL_ERROR = 3 others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCA_MASS_CRYPTING - Encryption or Decoding as Mass Processing PCA_MASS_CRYPTING - Encryption or Decoding as Mass Processing PCA_DB_ANALYSE - Database Diagnosis Payment Cards PCA_DB_ANALYSE - Database Diagnosis Payment Cards PCA_CONVERT_DATE_EXTERNAL=====FT - PCACONVERTDATEEXTERNAL=====FT PCA_1KE0_SET_OLD_PROTOCOL - Set Indicator for Using Old Log