2016 Jul 13 6:40 PM
Hi
I have a requirement on Cash Desk while doing the credit card payments as follows,
How to achieve this, please help me
2016 Jul 13 10:41 PM
Hi,
It is not legal to store Credit Card no and then what's the use of storing card type?
You need to do a screen enhancement and replace the std subscreen here.
2016 Jul 14 12:19 AM
Hi Ricky
Thanks for your reply
Even client does not wants to store the card type.
Can you please tell me is there any configuration to avoid to not to enter card number ect. ?
if not, please explain about the a screen enhancement for replace the std subscreen?
Thanks
Vishnu
2016 Jul 14 6:35 PM
Hi,
No Configuration available.
Do you know ABAP? You need to know ABAP for screen enhancement.
2016 Jul 15 11:52 AM
Hi Vishnu,
In a nutshell, what you are looking for is- You will take credit card payments from Cash Desk, however, you will not save the Credit card Info (Card Number, Validity Date, CVV Etc.) in DFKKOPC table.
The FM used for updating the DFKKOPKC table with Credit card details is FKK_PCARD_INSERT_CARD_DATA.
In this FM, SAP has provided an user exit, ZPCACTRL, where in you do the coding and set the parameter, H_NONUM as 'X'
Hope it helps..
Thanks,
Amlan
2016 Jul 15 1:50 PM