Hi
As part of overall solution we are implementing cash desk functionality. One of the requirements is to be able to interface with
CREDITcard reader to get CREDIT card details.
There one event - 6065 is there but no idea how to use that event. In this event the following details avaliable
*"*"Local Interface:
*" IMPORTING
*" REFERENCE(I_UCOMM) TYPE SYUCOMM DEFAULT SPACE
*" REFERENCE(I_CARD_DATA) TYPE CHAR1 DEFAULT 'V'
*" REFERENCE(ET_FKKOPKC) TYPE FKKOPKC_T OPTIONAL
*" REFERENCE(I_FKKEXC) TYPE FKKEXC OPTIONAL
*" EXPORTING
*" REFERENCE(E_CARD_DATA) TYPE CHAR1
*" REFERENCE(E_CARD_READER_DEVICE) TYPE BOOLE-BOOLE
*" CHANGING
*" REFERENCE(C_FKKOPKC) TYPE DFKKOPKC
*" REFERENCE(C_NOCARD_INS) TYPE BOOLE-BOOLE OPTIONAL
*" EXCEPTIONS
*" INPUT_CANCELLED
*" INPUT_ERROR
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. The client is planning to user VeriFone card reader, how do we know which card reader is supported by SAP? Also, does SAP provide any
standard components to interface to a card reader?
Regards,
Janardhan