SAP ABAP Data Element OIRE_PCFNC (SSR PC: Check function for the different payment card types)
Hierarchy
IS-OIL (Software Component) IS-OIL
   IS-OIL-DS-SSR (Application Component) Service Station Retailing
     OIR_E (Package) SSR Card processing (IS-Oil Sevice Station Retailing)
Basic Data
Data Element OIRE_PCFNC
Short Description SSR PC: Check function for the different payment card types  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 PC chk fnc 
Medium 15 PC chk funct. 
Long 20 PC check function 
Heading  
Documentation

Definition

Enter the name of a function module here if you want to perform an additional payment card number check for this payment card type.

In the function group V21G you will find some examples of function modules that can be used to perform additional payment card number checks.

!!! A T T E N T I O N !!!

If you enter a function module ensure, that the interface is the same asthe function 'CCARD_CHECK_NUMBER'.

Example:

CALL FUNCTION <name>

    EXPORTING

        VALUE(CCINS_I) LIKE TVCIN-CCINS

        VALUE(CCNUM_I) LIKE VCNUM-CCNUM

    EXCEPTIONS

        CC_WRONG_INSTITUTION

        CC_WRONG_NUMBER

If you enter a function module with a different interface, the DTF program abands.

History
Last changed by/on SAP  20050224 
SAP Release Created in