Skip to Content
0
Former Member
Feb 19, 2009 at 10:47 AM

ERROR: You have entered an invalid credit card number (see online info)

226 Views

Hello experts,

I'm using the following code to do an organizational reassignment.

CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'
  EXPORTING
    PERNR                   = PERNR
    MASSN                   = '02'
    ACTIO                   = 'INS'
    BEGDA                   = start_date
    ENDDA                   = '99991231'
    WERKS                   = PERS_Area
    PERSG                   = Empl_Group
    PERSK                   = Empl_Subgroup
  IMPORTING
    RETURN1                 = bapiret1
  TABLES
    PROPOSED_VALUES         = t_prop.

BUT I keep getting the error:

E RP 145 You have entered an invalid credit card number (see online info)

This I find very strange as in t_prop I don't give a credit card number.

I have just filled it with the IT0000 data.

Even if I fill it with all required fields (Credit card number is not required), it makes no difference.

Even if I fill t_prop with all required fields and a valid credit card number, it doesn't work...

Please help, I don't see what is wrong here...