Data dictrionary field for credit card no. entry

Hi all!
I am interfacing between legacy system and SAP through BAPI and there is a requirement that i have to send credit card no. info into SAP.Can anybody give me the filed description in SAP which can hold this value.Also there is a requirement that i have to suprass this field in SAP.
Points will be awarded.
Regards
Praneeth Kumar

Hi Praneeth,
u may populate a field within the BAPI that closely matches the data type n length of ur credit card entry.. for this u need to go thru all the structures used in the bapi.. this may serve the purpose if u do not have any particular field for that meant for that variable in sap n then u need to make sure that this field is used only for this entry..
now to supress this field( i think u mean input disabled)..u need to make modifications in the screen which displays this field..u may need to use BADI/user exit for that...
Hope it helps,
Regards,
Bikash

Similar Messages

  • How to format a text field for credit card numbers?

    OK, I found this conversation, http://forums.adobe.com/message/3598185, that gave some useful insight, and I adapted the code presented in it to make sure the user types in a 16-digit number, and it tells them to do it right if they don't.
    Here's my problem:
    With the code as given, I can either get a single string of 16 digits (i.e.: 1234567890123456), or, I have to make the user manually type in the spaces to get the usual CC format (1234 5678 9012 3456).
    What I'm hoping for is some code that will let me allow the user to simply type in 16 uniterrupted digits, but that will then display that entry in the expected format. (So, user types 1234567890123456, but the field once they tab or click out of it will show 1234 5678 9012 3456)
    Here's the code I have thus far (like I said, copied alomst verbatim from the link above):
    In the Format tab, under Custom Format Script:
    function checkFormat(s) {
        if (!s) return true;
        var aRE = [
            /^\d{16}$/
        return AFExactMatch(aRE, s);
    In the Format tab, under Custom Keystroke Script:
    (function () {
         if (event.willCommit) {
             var isValid = checkFormat(event.value);
             if (!isValid) {
                app.alert("Please enter a valid 16 digit credit card number with no spaces or dashes.", 1);
                event.rc = false;
    I'm sorry it's so simplistic. Though I've rooted around in other programming languages (HTML, C++), so I'm not a complete noob, I don't know anything about Java at all...
    Thanks in advance!

    Acrobat uses JavaScript and not the Java programing language.
    Many script samples are for different variations of JavaScript and Adobe has its own variation.
    Also if you make spaces or other white space characters part of the value, you need to remove them from the validation.
    A custom validation script could be:
        var cardValid = function(cardNo){   
        var sum = 0, iNum;
        for( var i in cardNo += '' ){
                        iNum = parseInt(cardNo[i]);
                        sum += i%2?iNum:iNum>4?iNum*2%10+1:iNum*2;
        return !(sum%10);
    // process non-blank values
    if(event.value != "") {
    // strip blanks, "-", or "."  from value
    var cCardNumber = event.value.replace(/[- .]/g,"");
    if(cardValid(cCardNumber) == false) {
    app.alert("Invalid Number.\Please re-enter.", 1, 0, "Invalid card Number");
    event.rc =  false;
    } // end not empty value

  • Determine Fields for Business Card on Area Page -  does not show on portal

    Hi,
    I'm trying to add new fields on the overview page of service personal data IT0002
    I found "Determine Fields for Business Card on Area Page" in customizing and added new field, but it doesn't show in ESS portal service.
    Does anyone have any advice what I need to do to make it work?
    Settings
    Infotype 0002
    Infotype Vers. 09
    Structure name: HCMT_BSP_PA_DK_R0002 / HCMT_BSP_PA_XX_R0002
    Field name   Long field label   Position
    FAMST        Marital status      4
    Br. Olof

    Bizcards is only customizable via IMG as of EHP3
    Lower releases might require additonal steps/modifications
    For EHP3 you need to ensure you are using EHP3 software components and have EHP3 business
    function switched on (be careful though switching on this function is only reversal via restore to point in time
    before switching it on) - also check note 1159911 if you  have switched this one and/or see no fields
    Worth also trying the following
    Check V_T7XSSPERBIZFLD for existing fields and positions
    Add supplementary fields and position numbers to V_T7XSSPERBIZFLD
    OR
    Check V_T7XSSPERBIZFLD for existing fields and positions
    Overwrite required positions and fields in V_T7XSSPERBIZFLC
    Best wishes
    Stuart

  • Unable to Post FI Document through Billing Document in SD(For Credit Card)

    Hi Experts,
    I was able to successfully post FI document through Billing document in SD.
    The Problem is encountered when a Sales Order is created
    for Credit Card customers.
    When the sales order is created the credit card information we are prompted with an error message Payment terms is a required field for G/L Acc so and so...
    The payment terms field in the posting key 01 is marked required and the same field for the reconcilation account is optional. However this config has not created any problem for the Non credit card sales orders.
    If any one has faced the same problem. Please help me out in this issue. I have been working on this for a long time.
    Thanks for your help...
    Thanks,
    Chaitanya

    Hi Folks,
    Please refer SAP OSS Note 119047.
    In the OSS Note they have mentioned..
    Pass the payment terms to the field
    xaccit-zterm = '0001'. in the User Exit.
    Program : LV60BF0C,
    Customer Function ]002'.
    Include File ZXVVFU02.
    Still I don't understand why SAP doesn't support payment terms for Credit Card. But when a Sales Order is  created without credit card the field xaccit-zterm  has a value.
    Thanks,
    Chaitanya K

  • Interface for credit card settlement between Bank, Company n Employee

    Hi Experts,
    I am facing a situation, where in we need to develop a new interface for credit card settlement. The scenario is as follows. The company gives a corporate credit card to the employee who has gone on travel. The employee makes some official and a few personal expenses on that card. The bank processes the payments and sends the bill to the company for payment. The company pays the bill and then gets into recovery from the employee for the personla expenses that he has incurred.
    Now we need to automate this with SAP travle management and would appreciate if you could help me out.
    Do we have a standard interface for the same?
    Regards
    Kabby

    This is a common process in Travel mgmt.
    1. The Bank provides the Card transaction file daily and it will be placed in the application server, from where the daily file interface pgm uploads the transations in employees buffer.
    2. employee uses the buffer transactions while creating expense report and using itemize button he will mention the personal expenses made using company credit card
    3. while posting, appropriate entries are made i.e, Expense accounts are credited, credit card clearing account is debited, and personal expenses as well are debited.
    Please mention the card company and the file format in which they provide the file.if it is Amex format files or CCD format files, we can use the standard interfaces available, otherwise you need to go for new interface development

  • HT5035 Why, when trying to download a "free" app from iTunes after it say's, "this apple id hasn't been used with the iTunes store" does it keep asking for credit card info???

    This is so frustrating! I have an itunes store account, etc. I lost all my info when I had to "restore" my iphone.
    I wasn't able to do the "restore" until recently, gosh it was about 6mos or more ago when my iphone died...
    So, as I get older I am having memory problems and haven't been able to access my itunes account.
    Obviously when I did the "restore" on my iphone I lost all my info with it... So, wanting to use my iphone for
    music, games, etc. I had to create a new apple id, fine, but when I wanted to download a "free" app it says
    my apple id hasn't been used with itunes so it keeps asking for credit card info.
    I do not remember ever having to have a credit card before!
    I am so frustrated... First it was not being able to access my account then having to create a new one, fine!
    But now I can't download "free" content without credit card information!?!?!?!?!?!?!?!?! UGH!!!!!!!
    Please, can anyone help...?!?
    Sincerely,
    "Distressed"

    If you are within 14 days of purchase you can still return the iPhone and get the phone that suits your needs, however, I think you will find that no matter which phone you get the content provider will want to know how you are going to pay for future purchases. For Android phones it is Google, and they will certainly want to know.
    To create an Apple account without a credit card see: http://support.apple.com/kb/HT2534

  • I have a credit in the iTunes store but when i try to purchase an app, aim asked for credit card information.  How can I use my iTunes account to purchase apps?

    I have a credit in the iTunes store but when I try to purchase apps I am asked for credit card information
    Are there two separate stores.  How can I make purchases?

    same here but i cant purchase a movie or anything

  • I cant download apps because my apple account is asking for credit card information, how do i resolve this problem?

    i have an apple id. when i go onto app store and type it in it says that i have not used account in store and to rectify the problem. when i go in to do this it is asking me for credit card details, i dont have a credit card. what do i do? i want to download free apps. my phone is bill

    In the US you can purchase 'iTunes' or 'App Store' cards for cash at many retail stores, and apply the code from the purchased (validated) card to add credit (money) to your Apple ID account for online music and App purchases. It is my understanding that such credits can be used for US purchases of any online content, including music, apps, and movie rentals. Are such cards sold in your area?
    Message was edited by: kostby

  • HT4314 I want to change the  language of my Game Center (it was set to German because I put the data of my Austrian credit card)

    I want to change the  language of my Game Center (it was set to German because I put the data of my Austrian credit card)

    Mikeandnicki wrote:
    I have looked through everything but cannot find a way to delete or spend the 69 cents credit. Can anyone help me?
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • HT2731 I have a student who is trying to set up an account however it is asking for Credit Card information.  The choice of NONE does not appear as an option with the credit cards.  Any assistance?

    I have a student trying to set up an App Store account (she has an Apple ID), however she is being asked for credit card information.  The option of NONE does not appear as one of the choices with the other credit cards.
    Any assistance?

    There are instrctions on this page for how to create a new account (it won't work with existing account) without giving a credit card number : http://support.apple.com/kb/HT2534 e.g. select a free app in the store and click on 'create Apple id' when 'buying' it.

  • Accounting document while VF01 for credit card payments

    Hi Friends,
    While creating billing document for credit card payments, system creates accounting document as under. One FI document for all the below line items.
    Dr. Customer
    Cr. Revenue
    Cr. Customer
    Dr. Card receivable.
    Instead is it possible to generate two documents, like ...
    1. Dr. Customer Cr. Revenue
    2. Cr. Customer Dr. Card receivalbe. (document type is different, i want to take DZ)
    Pl let me know.
    Thanks in advance,
    Srini

    Hi,
    Have a look to below blog, it is regarding e-payment, but you can refer this for your approach.
    /people/aashish.sinha/blog/2011/02/24/e-payment-a-customized-solution-other-than-sap-integration-package-swift-150-part-1
    Regards
    Aashish Sinha

  • Request for Credit Card krrps happening every 30 mins

    I receive a request for credit card information every hour at least which my Trend virus blocker kills. This only happens when Firefox is open.

    I believe i can fix this for a some of you out there. The problem is that Apple forces you to have the exact same address the USPS has one file. They do an address verification with the information you submit and they change your city and zip code to match 100 percent.
    The problem is that most people do not change their billing zip code on their credit card when their zip code changes. For example, my zip code was 84088 up until about 3 years ago when it was change to 84081. I have never change my zip code or my city name with my credit card company so when i put in my billing address i always put 84088. Apple decided that they want to force people to change their credit card billing address to match EXACTLY what the USPS has.
    Most credit card transactions can get a better rate if the billing address of the transaction matches the billing address of the card. That is why they always ask for it. However, it makes no sense for Apple to force you to change it to the USPS address because only the credit card billing address and the credit card transaction billing address need to match.
    So, on to my fix. Do not put the whole street address, only put in the first set of numbers. If your address is "1000 Elm Street" then just put in "1000" ino the street address. Then put your proper credit card billing address zip code in. Because apple can't do the USPS database search without the full street address they will not change your city/zip but you credit card validation will work just fine because credit card address validation only cares about the first set of numbers.
    SERIOUSLY APPLE?!? Get a clue! There is no need for you to force us to match the USPS address 100%.

  • HT5278 If ios 5.1.1 on iPad 1 is no longer supported, is the device safe to use for credit card payments?

    Hi All, anyone, or just helpful users,
    If ios 5.1.1 on iPad 1 is no longer supported, is the device safe to use for credit card payments?
    I know the reasons why Apple no longer update IOS for Ipad 1.
    Due to end of life support, no bug fixes for older apps and constant vulnerabilities being exploited, does this now make the device insecure and vulnerable?  either information stored on the device or (especially) when making credit card payments through Safari, etc.
    Thanks in advance,

    I would say your biggest issue isn't as much your operating system as it is the network you use your device on. For example the most secure device in the world can be used at McDonalds open wifi and have its info intercepted....and it's not your device's fault rather the connection. Any security program is only as good as its weakest component.
    THe iOS operating systems are still very secure because they are highly resistent to viruses and malware....but a user can still click on that 'you won a million dollars' link in an e-mail and hand their personal info over to a hacker.
    If you feel you can no longer trust it, then stop using it. But I would say a user's internet connection and behavior are larger security vulnerabilities than any device.

  • HT201209 I want to use a gift card but it's asking for credit card info. I do not have a credit card. what do I do?

    I want to use a gift card but it's asking for credit card info. I do not have a credit card. what do I do?

    Hi Toastcafe,
    If you are having issues setting up an iTunes Store account without a credit card so you can redeem your gift card, you may find the following article helpful:
    Apple Support: Creating an iTunes Store, App Store, iBooks Store, and Mac App Store account without a credit card
    http://support.apple.com/kb/ht2534
    Regards,
    - Brenden

  • Deferred Payment Account for Credit Card Tab in USA localization

    Hi,
    We need to work with both US as well as Canadian localizations.
    We see the deferred payment account field in Credit Card Tab of Deposits document in the Canadian localization (8.8) (like Acme) but we do not see it is US localization (like OEC computers).
    Any ideas why?
    Thanks,
    Ajay Audich

    Hi Ajay Audich,
    All localization differences are based on local legal requirements. If there is no such requirements, you may not have luck to get them.
    Thanks,
    Gordon

Maybe you are looking for

  • Logging pageflow - In a Hurry...please help :)

    Hi guys, I need to log messages from my pageflow into a log file. All my pageflows are inside a root package called pageFlows. my log4j.properties is specifying log4j.logger.pageFlows=debug, myLogger log4j.appender.myLogger=org.apache.log4j.DailyRoll

  • Wireless headset and i-heart radio app

    I have an i-phone 4 and want to buy a wireless headset because I want to be able to listen to i-heart radio without using the earbuds from my i-pod. Is this possible and are there any suggestions?

  • Add/Update/Delete XMP (PDF) metadata?

    I'm new to working with PDF. What I would like to do is add/update/delete XMP metadata to PDF documents. These documents will be indexed by our search engine, which I'm told can index this metadata. It's indexing Dublin Core so don't see why it could

  • Sub-SELECT in Bulk INSERT- Performance Clarification

    I have 2 tables- emp_new & emp_old. I need to load all data from emp_old to emp_new. There is a transaction_id column in emp_new whose value needs to be fetched from a main_transaction table which also includes a Region Code column. Something like -

  • Installation of SQLJ with JDBC

    I want to install SQLJ on Sun Unix machine and How to configer JDBC driver for Java programmer? Is the above things is sufficient to interact Java programmer with Oracle 8i database. Thanks null