Deleting old credit card numbers

For obvious security reasons, we would like to simply erased credit cards Number in the SAP and CRM databases after one year, even if the documents that reference them were not archived (Sales Orders for example).
Does SAP have a "standard" solution for that? Wil using brute force and simply erasing the contents of the CCNUM fields in various tables work? Anybody did something like that in their system?
Ron Herrmann

Ron,
I am not sure if you have found any standard solution for this problem. We have faced a similar issue in a recent internal audit. What we came up was a simple solution that may not be the most elegant but works just fine without compromising the integrity of the SAP system. You can replace all the real credit cards with dummy credit card numbers. Depending on the middleware product you are using, a small routine in ABAP needs to be written, which will decrypt the original cards, replace them with dummy cards that pass the Luhn check and re-encrypt them back. This retains the integrity of the SAP system and if you were to display the Sales order, it does not cause dumps. I hope this is helpful and should you need more details, please do not hesitate to reach me anytime at [email protected]
Ryan

Similar Messages

  • How do I delete old credit card info in order to use a new i tunes card?

    How do I delete my old credit card number on my IPod touch in order to use a new I tune cards with money on it ?
    Please help!

    on itunes go to the store tab and payment information and edit it
    click on none and apply
    for there click on the itunes giftcards and redeem a card with a code on it to add the money to ur account

  • Why can't I delete my old credit card?

    My credit card data was stolen and has since been canceled. Why doesn't VZW have a way to delete old credit card data? I don't need this old data and I don't want to accidentally activate it in the future. How can VZW claim to be a technology leader when their website is so crippled?

    I found that feature amusing myself. You can add a new card, give it a name like card 2 etc.
    It states on the site that after 6 months of inactivity the card falls off.
    Did you try an overwrite of the existing card under edit? I think I saw edit I will go back in and check.
    Good Luck

  • HT1918 How can I change my credit card information if I don't have my old Credit Card Information. and I'm using a new computer?

    I recently purchase a new computer and I don't any the information to my old credit card how can I update my credit card information without the old credit card numbers?

    Randeg,
    Updating your payment information on your account is important. We want to make sure everything continues to work great for you. You can find steps to make payments and update your payment info at http://vz.to/1DCttSE!
    AndrewT_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • HT1918 i want to delete my credit card info from my apple account my 3 year old has mastered purchasing apps and he knwos my password how can i remove it from mylaptop, ipad and iphone so this doesnt happen and i can enter my credit card info manually?

    i want to delete my credit card info from my apple account my 3 year old has mastered purchasing apps and he knwos my password how can i remove it from mylaptop, ipad and iphone so this doesnt happen and i can enter my credit card info manually?

    Hi..
    May not be just the security code >  iTunes Store: My credit card's security code or zip code does not match my bank's records

  • HT4990 In Itunes, how do I delete my old credit card and submit a new credit card for Itune purchase ?

    In Itunes , how do I delete my old credit card and submit a new one in order to buy music?

    Check this out, you can change the payment information this way: http://support.apple.com/kb/ht1918

  • How do I delete my credit card information?

    I'm trying to delete my old credit card information. (I don't have another credit card.) I can't update any of my apps because they continue to ask me for this credit card. I don't even understand why. None of the apps I own are premium. They are all free. There is not a "NONE" option in the App Store or in Settings. I've already tried everything and I still can't get this credit card off my account. Seems like Apple is forcing iDevice Users to use a credit card. I don't know. Maybe its just me. But if you can help me with this I highly appreciate it. (THERE IS NOT A "NONE" OPTION ANYWHERE. It's because of all the iOS updates.)

    When I enter the current credit card information a red error shows above the box saying "There's a billing problem with a previous purchase. Please update your payment method." This Credit Card has expired. I have another Credit Card (VISA) that expires in 2017 but when I enter its information a alert shows saying "Your payment method was declined. Please enter another payment method." I don't understand because I'm not trying to purchase anything. I'm trying to change the information. And I haven't tried to buy anything on the App Store either.

  • HT201303 I want to remove old credit card information from account.

    I had ID theft from the iTunes site 4 years ago and they didn't handle it well. I just noticed that I had an old credit card still stored on my account. I wish to remove it. iTunes is makeing a ton of money and they should have phone reps to talk to and not this site.

    First report your lost credit card to your credit card issuer.  In the ITunes Store, go to Account Information Edit Payment History and click None where it asks for your Payment Type.  That should definitely hide information.  I think it will delete it but at least know one will be able to see it.  Don't panic...they still need your Apple Password and ID to get into the store to enable purchases.  Phone Apple to report your lost card for extra protection.  Good luck and I hope this information helps.

  • Clearing Credit Card numbers from table FPLTC

    Hi Guys,
      Due to audit reasons we intend clearing all the Payment Card numbers for all the SD documents from the Payment Cards tab (VA03) from the doc header.
    1. Are there any side effects of it if delete the table 'FPLTC'  completely where all the Credit Card numbers are stored corresponding to the doc.
    2. Where can i find the link between the SD doc #'s corresponding Billing Plan and the credit card numbers. Credit Card #s  are corresponding to billing plan and we are having hard time finding the linking tables.
    Thanks a lot
    Amandeep

    Amandeep,
    The link between the order and the card number information in table FPLTC is through a field called the Payment Card Billing Plan Number.  In table VBAK it is field RPLNR.  In tables FPLA, FPLT and FPLTC it is field FPLNR.
    I would recommend that you not delete the FPLTC records, instead I would recommend that you consider simply updating hte FPLTC-CCNUM field with either a dummy value (EX: "DELETED") or a masked value (EX: Change 4444333322221111 to ************1111). 
    You can do this by writing a small ABAP program that will read the records in FPLTC (I'd recommend using function module BILLING_SCHEDULE_READ and then changing the CCNUM values and then updating the information with function module BILLING_SCHEDULE_SAVE.  Make sure to send field UPDKZ in XFPLT to 'U' to perform an update.
    Alternatively you could do a direct read from FPLTC, change CCNUM and do a direct UPDATE FPLTC command.
    Be aware that SAP discourages any direct table updates.
    The downside to all of this, of course, is that you'll never be able to find the card number again should you need it.  For that reason, I'd recommend that you only do this for records that are older than 6 months.  A customer has up to 6 months to dispute a credit card charge and you'll want to keep the card number for at least that period of time so you can locate the record.
    I'd also recommend you consider an alternate approach of encrypting the card numbers - either with SAP's encryption or a TOKENIZATION solution offered by a third-party.
    Regards,
    Eric Bushman
    VP, Solutions Engineering
    Paymetric

  • How do I change my credit card numbers

    How do I delete my apple ID

    Caseygean420 wrote:
    How do I change my credit card numbers
    Accepted forms of payment  >  http://support.apple.com/kb/HT5552
    Changing Payment Information  >  http://support.apple.com/kb/HT1918
    If necessary... Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact
    Caseygean420 wrote:
    How do I delete my apple ID
    Apple IDs cannot be Deleted.
    Note:
    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622

  • How do i delete my credit card info from my phone. because it wont let me update or download apps because i only have 50 cents on the card

    how do i delete my credit card info from my phone. because every time i try to update or download apps it wont let me because i only have 50 cents on my card. so i need help now before i smash this ****** *** phone and go with a galaxy s5

    This does not make much sense.
    Please explain.
    Are you getting an error message?  What does it say?

  • HT1918 I need to know how to delete my credit card from account because I know longer have a credit.  I just want to be able to up date my Apps but I can't now because there is a credit card on my account what do I need to delete it.

    I need to know how to delete my credit card from account because I know longer have a credit.  I just want to be able to up date my Apps but I can't now because there is a credit card on my account what do I need to delete it.

    I need to know how to delete my credit card from account because I know longer have a credit.  I just want to be able to up date my Apps but I can't now because there is a credit card on my account what do I need to delete it. Also my credit has expired so i need to delete it.

  • How do you delete your credit card information from iTunes

    I'm trying to delete my credit card information in iTunes off my ipad but its not giving me the option to. Yes I've tried settings>iCloud>apple I'd also I have tried settings>store>apple I'd . It just won't let me do it. Also I redeemed money from a gift card with iTunes but it won't let me do it because of my credit card.

    If you go to settings/store click on apple id and view account, if you cant change your payment method to none then you prob owe a balance.<----this happened to me.  To verify this login to your account on itunes on the computer and click purchase history.  if it shows you owe a balance you will have to pay it before you can remove your payment info

  • How can i delete my credit card i lost my card so i cant use it anymore so i wanna delete that.

    how can i delete my credit card on my apple account? i lost my card so i can't use it and because of that i can't use my account to update or download apps plz help me asap

    On your device:
    Settings > iTunes & App Stores > tap ID > sign out > sign in with corrected credit card info
    On your computer iTunes:
    iTunes menu > Store > View account > edit payment type

  • HT201303 How do you delete your credit card info from iTunes?

    I added my credit card info then my bf got me an iTunes card and I want to use the credit I have on that first but it just keeps going right to my credit card and won't let me use the credits I have. So i want to just delete my credit card. How do I do that?

    I think you are mistaken. Store Credit is used first, then your credit card is used after. But if you are trying to buy a gift, you can't use store credit, so then it tries to use your CC.
    If you have just changed anything in your billing, or making a purchase for the first time, it will ask to verify your CVV. This is normal, and does not mean it will charge the CC. It does this for preauthorization reasons, and other things we can't quite discuss here.

Maybe you are looking for

  • Using a view to create a theme?

    Can a view be used to create a theme? For example, I have several views which are subset of another table which contains my imagery (using GeoRaster). I would like to create a theme for each of these views. I know that a GeoRaster theme has the optio

  • Custom NFS share point directory showing up on all network machines

    Hi, I'm in the process of migrating our 10.4 PowerMac server to a Mac Pro (running 10.5). I've been trying to recreate our 10.4 server setup as much as possible and so far I've only come across one annoying issue. We have fink installed on the server

  • The speaker of iphone 4s doesn't work

    My Iphone's speaker doesn't work, it means that there is no ringtone when someone call me, and there is no sound when I play the music. I turn off the mute botton, so there should be sound. How to deal with this?

  • New Facebook friends not showing up in contacts.

    When I first got my phone I added my Facbook information into the Droid 2 accounts and it added all of my Facebook friends into my contacts on its own. My question is, does the phone automatically add new friends? I added a new friend on Facebook tod

  • Why is Windows 8.1 causing my Verizon Mobile Broadband USB Pantech modem to auto connect/

    Why is Windows 8.1 causing my Verizon Mobile Broadband USB Pantech modem to auto connect? If I turn it off in Windows Settings I can not get service. As I am on a 5 GB plan I do not want my internet running at all times nor do I want o have to discon