SAP Reports / Programs

CCARDEC_TRANSFORM_SD SAP ABAP Report - Execution Report for Activating Payment Card Encryption







CCARDEC_TRANSFORM_SD 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 CCARDEC_TRANSFORM_SD 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 CCARDEC_TRANSFORM_SD. "Basic submit
SUBMIT CCARDEC_TRANSFORM_SD AND RETURN. "Return to original report after report execution complete
SUBMIT CCARDEC_TRANSFORM_SD 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: S_FPLNR = Restriction (FPLTC-FPLNR)
Selection Text: P_VERIFY = Check
Selection Text: P_TEST = Test Flag
Selection Text: P_PRINT = With Log
Selection Text: P_FPLT = SD Transaction Data (FPLTC)
Selection Text: P_ENCRYP = Encrypt
Selection Text: P_DECRYP = Decrypt
Title: Execution Report for Activating Payment Card Encryption
Text Symbol: 027 = Delete Incorrect
Text Symbol: 026 = GUID Used in FI
Text Symbol: 025 = Update FPLTC Incorrect
Text Symbol: 024 = SSF Decryption Incorrect
Text Symbol: 023 = GUID Not in CCARDEC
Text Symbol: 022 = Save Incorrect
Text Symbol: 021 = Update GUID Incorrect
Text Symbol: 020 = GUID Generation Incorrect
Text Symbol: 019 = SSF Encryption Incorrect
Text Symbol: 018 = Inconsistency of Masked Val. <-> CCARDEC
Text Symbol: 017 = No Data Selected
Text Symbol: 016 = Warning
Text Symbol: 015 = Admin.
Text Symbol: 014 = FPLTC
Text Symbol: 013 = BSEGC
Text Symbol: 012 = Proc.
Text Symbol: 011 = Table
Text Symbol: 010 = Status
Text Symbol: 009 = Overall Stat
Text Symbol: 008 = OK
Text Symbol: 007 = Error
Text Symbol: 006 = Masked Value
Text Symbol: 005 = Hash Val.
Text Symbol: 004 = Payment Card
Text Symbol: 003 = Decrypt
Text Symbol: 002 = Check
Text Symbol: 001 = Encrypt


INCLUDES used within this REPORT CCARDEC_TRANSFORM_SD

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:

CCARDEC_DO_ENVELOPE CALL FUNCTION 'CCARDEC_DO_ENVELOPE' EXPORTING IM_CCINS = WA_FPLTC-CCINS IMPORTING EX_RESULT = SECURE_CCARD_ACTIVE.

CCARD_ENVELOPE CALL FUNCTION 'CCARD_ENVELOPE' EXPORTING IM_CCNUM = WA_FPLTC-CCNUM IMPORTING EX_CCARD_BIN = SECURE_CCARD_BIN EXCEPTIONS ENVELOPE_FAILED = 1 OTHERS = 2.

CCARDEC_MASK CALL FUNCTION 'CCARDEC_MASK' EXPORTING IM_CCNUM = WA_FPLTC-CCNUM IM_CCINS = WA_FPLTC-CCINS IMPORTING EX_CCNUM = SECURE_CCARD_MASK_CCNUM.

CCARDEC_INSERT CALL FUNCTION 'CCARDEC_INSERT' EXPORTING IM_CCARD_BIN = SECURE_CCARD_BIN IM_CCARD_ORIGIN = 'SD' IM_CCARD_DESC = SECURE_CCARD_DESCRIPTION IMPORTING EX_CCARD_GUID = SECURE_CCARD_GUID.

CCARDEC_STORE CALL FUNCTION 'CCARDEC_STORE' EXCEPTIONS STORE_FAILED = 1 OTHERS = 3.

CCARDEC_READ CALL FUNCTION 'CCARDEC_READ' EXPORTING IM_CCARD_GUID = WA_CCARDEC-CCARD_GUID IMPORTING EX_CCARD_BIN = SECURE_CCARD_BIN EX_CCARD_ORIGIN = SECURE_CCARD_ORIGIN EX_CCARD_DESC = SECURE_CCARD_DESCRIPTION EXCEPTIONS ENTRY_NOT_FOUND = 1 OTHERS = 2.

CCARD_DEVELOPE CALL FUNCTION 'CCARD_DEVELOPE' EXPORTING IM_CCARD_BIN = SECURE_CCARD_BIN IMPORTING EX_CCNUM = DA_CCNUM EXCEPTIONS DEVELOPE_FAILED = 1 OTHERS = 2.

CCARDEC_MASK CALL FUNCTION 'CCARDEC_MASK' EXPORTING IM_CCNUM = DA_CCNUM IM_CCINS = WA_FPLTC-CCINS IMPORTING EX_CCNUM = SECURE_CCARD_MASK_CCNUM.

CCARDEC_READ CALL FUNCTION 'CCARDEC_READ' EXPORTING IM_CCARD_GUID = WA_CCARDEC-CCARD_GUID IMPORTING EX_CCARD_BIN = SECURE_CCARD_BIN EX_CCARD_ORIGIN = SECURE_CCARD_ORIGIN EX_CCARD_DESC = SECURE_CCARD_DESCRIPTION EXCEPTIONS ENTRY_NOT_FOUND = 1 OTHERS = 2.

CCARD_DEVELOPE CALL FUNCTION 'CCARD_DEVELOPE' EXPORTING IM_CCARD_BIN = SECURE_CCARD_BIN IMPORTING EX_CCNUM = DA_CCNUM EXCEPTIONS DEVELOPE_FAILED = 1 OTHERS = 2.

CCARDEC_DELETE CALL FUNCTION 'CCARDEC_DELETE' EXPORTING IM_CCARD_GUID = WA_FPLTC-CCARD_GUID EXCEPTIONS ENTRY_NOT_FOUND = 1 OTHERS = 2.

CCARDEC_STORE CALL FUNCTION 'CCARDEC_STORE' EXCEPTIONS STORE_FAILED = 1 OTHERS = 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 CCARDEC_TRANSFORM_SD or its description.