cancel
Showing results for 
Search instead for 
Did you mean: 

How to read data from credit card reader

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

Edited by: BABU P on Jul 9, 2008 4:14 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you need to capture the data in the POS/Reader/others and use the inbound idoc WPUBON01..especially segment E1WPB06 : POS interface: inbound processing sales docs, header totals ..to upload the same in the SAP system.

Former Member
0 Kudos

Friends,

I am able to read the the credit card details ,

my next question is, How to activate the PAYMENT program to send credit card details to the 3rd party system .

we are using 3rd parth system to validate the credit card and send back to SAP an authorization code..

Can any please help to activate the PAYMENT program ,

we created the RFC Destination(SM59) type TCPIP and given program id as: "paycard" gateway and gatewayservice,

when click on test connection it is giving me below error.

Logon Connection Error

Error Details Error when opening an RFC connection

Error Details ERROR: program paycard not registered

Error Details LOCATION:

Error Details DETAIL: TP paycard not registered

Error Details COMPONENT: SAP-Gateway

Error Details SUBRC: 0

Error Details RELEASE: 700

Error Details TIME: Wed Jul 23 14:47:38 2008

Error Details VERSION: 2

can any one help me to activate the paycard program..

Thanks

M

Former Member
0 Kudos

Hello,

from the error log I guess you are using some 'TEST SOFTWARE' to test the cr card details. In that case it'd allow only few numbers <<not all >>...I suggest you to test only with the TEST SYSTEM ALLOWED numbers.

Hope this helps

Rgds

Rajendra

Former Member
0 Kudos

This message was moderated.