Credit card number field in sales order

Hi Friends,
Can we configure this field so that it only retains the card number as xxxx1234 (last 4 digits.  Currently we have full visibility to customer card data to anyone who has SD display access in sales order.
Thanks,
Sree.Manam

Sree,
I'd suggest you have a look at OSS note 766703.  SAP has functionality for encrypting credit card number and note 766703 is an FAQ that references notes related to that functionality.  You'll find reference to notes that discuss how to activate the "masking" of the card number - which is what you describe.  Once you've implemented those notes you'll be able to have all execpt the last several digits of the card number masked with '*'.
Regards,
Eric Bushman
VP, Solutions Engineering
Paymetric

Similar Messages

  • Credit Card number entered CRM sales order is not appearing in R3 Sales ord

    Hi,
    We are entering our Sales orders in CRM which are gtting replicated to SAP R3,In the credit card scenario ,In some sales orders entered in CRM,where the Credit card numer has been entered,In some cases,the card numer is not appearing in R3 Sales order either in the overview screen or Payment card tab,due to ehich most of the times these cards fail authorization .
    Kindly let me know as to what could be the reasons as to why the card numer seen in CRM is not appearing in SAP R3,sales order?
    Appreciate your help on this.
    Regards
    Mohammed Roshan

    Hi All,
    Looking forward to your valuable inputs on this as to  how and why Credit Card number entered CRM sales order iwould not appear in R3 Sales order?
    Regards
    Mohammed Roshan

  • Credit card number display in sales order

    Hi,
    I would like to know in which transaction the configuration needs to be done, to display partial credit card number as *.  Eg.  it should be displayed as ************7654
    Thanks in advance.
    Meenakshi

    Hi,
    The sales order is created using the Idoc information sent from a website.
    E1EDK36 segment has that credit card details.
    Menu Goto->Header->Payment card will display the details in the sales order after creation.
    Thanks
    Meenakshi

  • How to check credit card number when clicking Update order

    Hi Experts,
    I need to check credit card number when clicking Update order.
    I put  if(document.forms['order_positions'].elements['nolog_cardno'].value == "") in submit_refresh function,  but get "document.forms.order_positions.elements.nolog_cardno.value is null or not an object" error.  Any advises?
    Thanks, Jin

    Try like this
          if ( document.forms['order_positions'].elements['nolog_cardno[0]'].value == "" )

  • Assignment number Field in sales order header

    Hi All,
    Can anyone let me know the ORDERS05 IDoc segment that corresponds to the Assignment number field in sales order header Accounting tab?
    I need to specify the assignment number while creating a new order through IDoc.
    Thanks.
    Regards,
    Riyaz

    Hi,
    Use transaction we60 to find the relevant documentation for your idoc type.
    regards,
    Jakub

  • Incoming Telephone number field in sales order

    Dear All,
    I'm replicating Interaction Center Sales orders to an external system through IDOCs. A customer may have more than one telephone number.
    Is their a field in the sales order IDOC that contains the customer incoming call telephone number? It is a must for the external system to know this call number incase of further contact with the customer
    I gota field in the partner information "Tel1" but it always get the default telephone of the customer not the telephone in the incoming call
    Regards,
    Ahmed Elders

    Hello, Ahmed.
    Recently we've had quite similar requirement. I haven't got any standard solution for that.
    But what we've done. We store this number in the partner's address in the document (I think, in the field you've mentioned). We access this number in the following way in some view controller (actually, in IR view):
    DATA: lr_cucobupa TYPE REF TO cl_crmcmp_b_cucobupa_impl,
               lv_value TYPE string,
               lv_channel TYPE crmt_ic_channel.
         TRY.
             lr_cucobupa ?= me->get_custom_controller( if_iccmp_global_controller_con=>cucobp  ).
           CATCH cx_sy_move_cast_error.
         ENDTRY.
         IF lr_cucobupa IS BOUND.
           lv_value = lr_cucobupa->get_request_value( ) .
           IF NOT lv_value IS INITIAL.
             lv_channel = lr_cucobupa->get_channel( ). //this is actual number, id, email, whatever...
             CASE lv_channel .
               WHEN 'ANI'.
    // store the phone number in appropriate field of partner's address
               WHEN 'CHAT'.
    // store the id in appropriate field of partner's address
               WHEN 'EMAIL'.
    // store the email in appropriate field of partner's address
             ENDCASE.
    Hope this will help you.

  • Need to raise a restriction that user can not put multiple PO references in PO Number field in Sales Order.

    Hi,
    reference to subject we need a restriction that user can not put different PO reference within an Order. One Sale Order should have one PO reference at Header and Line's of the sales order. Currently what is our issue that all the sales order are created by Quotes from quoting module. Whatever the line items come from quotes into sales order having no PO Number reference with them but when user completing the sales order user puts the PO reference at Sales Order Header which can not be linked or passed on those line items who captured from quotation. Due to this PO reference value difference between Lines and Header system generates multiple AR invoices based on unique PO Number references within an order.
    we need single PO reference per sales order. How can we restrict this if line level PO number reference is different from Header PO number reference that user can not proceed further?
    Regards
    Kaleem A. Bhatti

    Dear Zakir,
    Thanks a lot for your favorable response. The query is solved now by defaulting rules.
    Regards
    Kaleem A. Bhatti

  • Update Credit Card details in a sales order and BP

    Hi
    I am totally new to CRM and have a requirement to update all credit card information (basically replace most numbers with XXXs) in all orders over 2 years old.
    I understand that the way forward is to use FM CRM_ORDER_MAINTAIN to update the order and I am using the CRM_PAYPLAN_READ_DB to get the credit card info. 
    I use the FM CRM_ORDER_SAVE after calling CRM_ORDER_MAINTAIN but currently all tables returned from this function are empty.
    I suspect that the entries in the lt_input_fields table are incorrect.  Can anyone confirm what they should be?  I am using PAYPLAN for the object name and the only fieldname entered is CARD_NO.
    Regards
    Ian
    Edited by: Ian Stubbings on Jan 14, 2008 1:54 PM

    Thanks Vijay.
    I used SAPMV45A - MV45AFZZ - FORM USEREXIT_MOVE_FIELD_TO_VBAK
    ...just in case someone needs this information.
    Florina C
    Message was edited by: Florina C (some grammar issue)
            Florina Cheta

  • How to see masked Credit Card number in Sales Order !!

    Hi,
    In our SAP system credit card enceryption is activated. Certain users want to see the credit card number in the sales order change/display screen.We are in SAP ECC 6.0.
    Please let me know how we can achieve this.
    Thanks
    Ambuj

    Dear Ambuj,
    There is no possibility to view the credit card number unmasked in the sales order. You will always get the masked number even if you have C4 authorisation ('C4' action for the V_VBAK_AAT authorisation object). You can view the unmasked credit card number in transaction XD02/XD03.
    If you use BAPISDORDER_GETDETAILEDLIST to view the order then the C4 authorisation will be checked and the unmasked number will be displayed (if the user has this authorisation).
    If you have access to OSS notes then please check 836079 (FAQ: Credit card encryption and master data) and 766703 (FAQ: Credit card encryption in R/3 systems).
    I hope this helps.
    Best regards,
    Ian Kehoe.

  • Want to pass STRS2 field into sales order and contract.

    Hi Friends.
    I am creating Sales order using function module IDOC_INPUT_ORDERS and Contract using SD_SALESDOCUMENT_CREATE.
    Now I want to pass STRS2(House number field into Sales Order/Contract). In IDOC I tried to pass E1EDKA1-STRS2, but its not coming into Sales order output.But SD_SALESDOCUMENT_CREATE dont have an option to pass the field value.
    So in that case how can I achieve the desired functionality, Is there any user exit or let me know the suitable method to achieve the functionality.
    Thanks
    Gowrishankar

    Yes I tried that also.I passed the value from program to user exit MV45AFZZ and updated the structure XVBADR in USEREXIT_SAVE_DOCUMENT_PREPARE, but its not getting reflected in Sales Order/Contract.
    Anyone have suggestion..plz let me know.
    Thanks
    Gowrishankar

  • Credit Card Number

    I am contemplating a secure way to transmit credit card numbers in a form. The users of the form have only Adobe Reader and so I'm thinking
    a)  When the form-filler is finished filling the form, s/he clicks Submit or another button
    b)  The Submit button then makes the credit card field invisible
    c)  The form-sender receives the form and clicks Receive or another button to expose the credit card number field which was concealed in (b).
    The problem is that anybody who intercepts the file can also click the Receive button to expose the credit card number.  The form-sender and filler both have only Adobe Reader. There is no Acrobat or policy server in this scenario.  Maybe, I could have them click a particular alphabet in the form title to reveal the credit card number field?  Is there a smarter way to transmit the credit card number?  Thank you.

    This is precisely what I would like to do, but cannot use a form with a submit button because my users are using all versions of Reader.  Can you either explain in more detail how I can do this or point me towards resources to learn how?
    You said, "The only secure way to do this is to encrypt the form before you send it" - do you mean there is a way for me to encrypt the form before I distribute the blank form or do you mean the user would have to encrypt it before the return a completed form?
    You said, "If you are posting it then https will encrypt it while it is in transit."  Post it so the form opens in the browser and/or post the form for download?  I've seen a posted form behave differently depending on what version of reader the browser is using. It's resulted in the submit button not working, which is of course frustrating.
    You said, " If you are simply emailing the form around then you coudl use secured email...." - I am not totally naive but what constitutes a secure email?  The recipient address would need to be secure?  How is form protected in the senders sent email bin?
    You said, "you can use the encryption facilities within acrobat, but this will require a certificate." Could you say a bit more about how this works?
    Thank you!
    Brad

  • I am running Itunes 9 on Tiger. Everytime I try to edit my credit card number, it says "session timed out". I need to change the card number in order to purchase music. Also, I lost the last 2 purchases. Can I download them again without a charge?

    I am running itunes 9 on Tiger. Everytime I try to edit my credit card number, it says "session timed out". I need to change the card number in order to purchase music. Suggestions?
    Also, I lost the last 2 purchases when I backed up after a hard drive crash.  Can I download them again without a charge? Newton

    Downloading past purchases from the App Store, iBookstore, and iTunes Store - http://support.apple.com/kb/ht2519 - enabled with iTunes 10.3 and newer; not available in all countries; apps, books (not audiobooks), music, t.v. shows, and movies (some - not all studios have permitted this). Movies currently available in the USA only. Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.  Discontinued items not available. For items not included in the iCloud list, or locations or computer systems where iCloud is not (yet?) available, you only get one download per fee paid.  Apple notes it is your responsibility to back up your purchases.

  • Reference field with sales order number in accounting document (FB03)

    Hello!
    Does anybody know if it is possible to display in FB03 in accounting document a refference field with sales order number?
    Can parameter AUN be used for this purpose? If so, how can it be set up?
    Thank you in advance for every help,
    Sylwia.

    You can config the rule of copy control for billing by tcode VTFL. for the reference number field you can choose B-sales order number. then when you invoice, the field reference number in the invoice header will be filled with the SO No. And this number will be displayed in FB03.
    hope it will be helpful to you.

  • Im trying to change the credit card number but i cant load the page in order to do that - why is that?

    im trying to change the credit card number but i cant load the page in order to do that - why is that?

    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting -creative-cloud.html

  • It ask for a credit card number in order to use itunes?

    signing into my itunes account it ask to review account and also makes me put in a credit card number... no option to put NONE...will not let me browse store unless i add credit card number... please hlep..connacted apple care and they said i shouldnt im waiting for a response from support...

    Yes.  With a standard account you need a valid payment method even for free apps and updates. You can create a new free apps-only iTunes account that is good for free app.  You will still need a valid payment method to update any apps purchased with the other account.
    See:
    Create an iTunes App Store account without a credit card

Maybe you are looking for

  • Installing Windows XP on Macbook Pro 17 inch with broken screen...

    My Macbook Pro 17 inch's (2.16 ghz, 2006) screen is broken, and displays only the top 1/4 accurately, with the lower 3/4 a series of lines, etc... Up until recently, the screen would work after a period of time so long as I did not move it. However,

  • Format conversions not working in Numbers 3.0?

    Hi, Converting text to dates, numbers etc are not working for me in Numbers 3.0.  Is anyone facing this issue? A cell that is initially labeled as text is very difficult to change to a hard-coded type (like Date).  The type "Automatic" works however

  • "Advanced Settings" missing! (Verizon Wireless)

    The "Advanced Settings" option in BIS is missing... I'm not sure if this is an issue with just Verizon or what? It's missing in the regular desktop browser version and the mobile version. Verizon didn't know what was going on and referred me to Black

  • What is going on with Flash Player

    Every website I have gone to like youtube as said to download the latest version of adobe flash player which I have done like 15 times now and not will still not play. I am using IE9 and windows 7. Has anyone had the same problem and was able to get

  • Movies will not play in itunes

    Help, moives, tv shows will not work in itunes.  itunes shuts down. Get message "itunes has stopped working" "A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."