SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data from credit card reader for CASH DESK (FPCJ)

Former Member
0 Kudos

Guys,

We are planning to implement CASH DESK (FPCJ) interface,

The requirement is when the user wants to pay his bill using his credit card by swiping on credit card machine (MAGTEK Made in TAIWAN) , I want read those detail and fill sap screen fields in FPCJ tcode like card number, name, expiration date and cvv number.

Can someone please provide guidelines on how to interface with an external card

reader to automatically get the card details into SAP when the card is

swiped?

Is there any event in FQEVENTS?

I found one event 6065 and when I try to debug by putting the breakpoint in the function module it's not stopping me there, I mean it's trigger that event,

could someone please help me to get those details...

Thanks

M

3 REPLIES 3

Former Member
0 Kudos

Hello,

Instead of FPCJ, why do not you use T-Code FPB0 <<< from ECC onwards use FPCD>>>?. Here you have the option of mentioning Card details. This shall be stored in the data base table DFKKOPKC. Do remember that you need to comply with PCI data & remove the card data details from the above table.

If needed, you can use events 1400 << gets triggered after you press 'Authorize'...call is made to a third party system that holds card data and validates the authencity of the card>> & 1401 can be used to edit 'Display' card data in FPB0.

Hope this helps

Rgds

Rajendra

0 Kudos

Rajendra,

Thanks for your response.

We do have the option to enter the credit card details in FPCJ tcode.

all I am trying to ask is when we swipe the credit card in the swipe machine is there any event get triggered...

When I put my cursor on the text field on the screen and swipe my card it is giving big string ("12332141221 ~ 242422432422"224242222@@@) some kind of that,

I want to split that string and put it into different fields like credit card number, name , expiration date and name some thing like that...

which function module / event i can use this logic...

Thanks

M

0 Kudos

Hi Babu,

I am looking for same events as well , can you please let me know what events have you used to populate the credit card or check details.

thanks,

VR

Edited by: VR_SAPFICA on Aug 22, 2011 5:27 PM