Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

DECRYPTION multiple credit cards

Former Member
0 Kudos

Hi Experts,

I am using CCSECA_CCNUM_DECRYPTION function module to decrypting card number inside Loop for to see full credit card number . It takes so much time.Any Function module for decrypting multiple card numbers at a time. It is very urgent.

Thanks

jayabanda

2 REPLIES 2

Subhankar
Active Contributor
0 Kudos

You can do the analysis from SM50 also. Just run the function module and analyse the processing from sm50 process. Also you can check if any custom code are triggered or not. Just give the break point at statement call-customer function. if triggered then check the code.

Thanks

Subhankar

Former Member
0 Kudos

Hi,

I am using CALL FUNCTION 'CCSECA_CCNUM_DECRYPTION' for decrypting credit cards inside loop. Here system is taking so much timetaking when the FM trigeers inside the loop. Please suggest at a time i will decrypt cards for t_bsegc_tp records.

LOOP AT t_bsegc_tp INTO w_bsegc

-


-


CALL FUNCTION 'CCSECA_CCNUM_DECRYPTION' .

-


-


endloop.

Thanks

Jayabanda