ERP_H Component is not having Payment Card funtionality in CRM 7.0 Web UI

Hi Experts,
In ECC 6.0 while creating sales order in header we have "Payment Card" tab which can be used to enter credit card details and some authorization functionlity.  But this functionality is not available in ERP_H component. 
I hope the Payment Card functionality should be already available in SAP.  Please advice which component is holding Payment Card details and how to update the Payment card details through Web UI to ECC.
Thanks and Regards,
Kannan.Ja

Hi,
you are right, this information is not yet there in ERP_H.
ERP_H component works with ERP data in background, where the functionality of payment cards is available.
You could programm your own assignmentblock and add it to the usage of ERP_H.
Or you could raise an OSS message and describe that you can´t use ERP_H without payment card functionality.
Hopefully SAP will add the important missing options from SD order soon to ERP_H component.
Kind regards
Manfred

Similar Messages

  • HT204053 I'm having APPLE ID. While using in app store it asks Credit Card details, but i'm not having credit card or any(as mention). How to download free apps. pls solve my problem

    I'm having APPLE ID. While using in app store it asks Credit Card details, but i'm not having credit card or any(as mention). How to download free apps. pls solve my problem

    There are instructions on this page for how to create an account without giving a credit card number : http://support.apple.com/kb/HT2534 - i.e. select a free app an create an account when 'buying' it (this only works for new accounts, not for updating an existing account)

  • "Cipher not initialized" when trying to invoke CRM On Demand web service

    Hi,
    I'm try to invoke CRM On Demand web service for which there is a pre-req to get a session ID by making an https request. I've the below java embedded code which does that. It works fine if I run the below code in my desktop as a java program, but when I deploy it on SOA 11g I get "Caused by: java.lang.IllegalStateException: Cipher not initialized" error (find below the stack trace). Please let me know what's going wrong here?
    String sessionString = "FAIL";
    String wsLocation =
    "https://secure-********.crmondemand.com/Services/Integration";
    String headerName;
    try {
    // create an HTTPS connection to the OnDemand webservices
    java.net.URL wsURL =
    new java.net.URL(wsLocation + "?command=login");
    java.net.HttpURLConnection wsConnection =
    (java.net.HttpURLConnection)wsURL.openConnection();
    // disable caching
    wsConnection.setUseCaches(false);
    // set some http headers to indicate the username and password we are using to logon
    wsConnection.setRequestProperty("UserName",
    wsConnection.setRequestProperty("Password", "***********");
    wsConnection.setRequestMethod("GET");
    // see if we got a successful response
    if (wsConnection.getResponseCode() ==
    java.net.HttpURLConnection.HTTP_OK) {
    // get the session id from the cookie setting
    for (int i = 0; ; i++) {
    headerName = wsConnection.getHeaderFieldKey(i);
    if (headerName != null &&
    headerName.equals("Set-Cookie")) {
    // found the Set-Cookie header (code assumes only one cookie is being set)
    sessionString = wsConnection.getHeaderField(i);
    if (sessionString != null ||
    sessionString.startsWith("JSESSIONID")) {
    break;
    String formattedID =
    sessionString.substring(sessionString.indexOf("=") + 1,
    sessionString.indexOf(";"));
    setVariableData("SessionID", formattedID);
    //System.out.println("Session ID: " + sessionString);
    } catch (Exception e) {
    e.printStackTrace();
    setVariableData("SessionID", e.getMessage());
    System.out.println("Logon Exception generated :: " + e);
    throw new RuntimeException(e);
    Caused by: java.lang.IllegalStateException: Cipher not initialized
    at javax.crypto.Cipher.c(DashoA13*..)
    at javax.crypto.Cipher.update(DashoA13*..)
    at com.certicom.tls.provider.Cipher.update(Unknown Source)
    at com.certicom.tls.record.MessageEncryptor.compressEncryptSend(Unknown Source)
    at com.certicom.tls.record.MessageEncryptor.compressEncryptSend(Unknown Source)
    at com.certicom.tls.record.MessageFragmentor.write(Unknown Source)
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessage(Unknown Source)
    at com.certicom.tls.record.handshake.HandshakeHandler.handleHandshakeMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
    at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
    at com.certicom.tls.record.WriteHandler.write(Unknown Source)
    at com.certicom.io.OutputSSLIOStreamWrapper.write(Unknown Source)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
    at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
    at java.io.FilterOutputStream.flush(FilterOutputStream.java:123)
    at weblogic.net.http.HttpURLConnection.writeRequests(HttpURLConnection.java:158)
    at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:363)
    at weblogic.net.http.SOAPHttpsURLConnection.getInputStream(SOAPHttpsURLConnection.java:37)
    at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:952)
    at orabpel.productquerybpelprocess.ExecLetBxExe0.execute(ExecLetBxExe0.java:93)
    Thanks!

    Same question...did you ever got this resolved...for me, even the simple java program, when run on JDev 11g is ALSO not working. I am getting this.
    Using JDev 10g on the same machine (or for that matter SOA 10g) works perfectly.
    Have posted this thread too - Getting SSLHandshakeException when trying to login to OCOD using Jdev 11g
    Thanks,
    Amit

  • How come i cant remove my card info and i dont have a choice of not having a card on my account it wont let me update or get any free games pleasee help

    I added a card to my account and now it wont let me remove the card and it wont let me update any of my apps or let me download any free apps

    Sign in to your iTunes Store account. From the menu bar click Store > View My Account
    Click the Edit button to the right of Payment Type
    Select None then click Done.

  • Payment Card processing - SAP CRM 4.0

    We are in the implementation of CRM 4.0 with R/3 4.6c
    Card Types- Credit and Debits
    I have confusions in the following, I hope the experts would help-
    1. Manual Authorization - I understand from SAP help that CRM does not support manual authorization. The requirement here is to have the functionality in place for the manual authorization. Is this possible? I am sure it could be through custom way but do not have any idea as to how this can be achieved.
    2. Encryption - We need the Encryption to happen at BP as well as Transaction level. Can you please help me as to how this can be done? I am aware that at transaction level, SAP does it automatically, but it is not happening right now.
    thanks
    Yash

    resolved by self

  • Custom screen for Payment card information in Sales Order

    Hi All,
    I want to know if its possible to develop a custom screen to accept multiple payment card information in Additional data tab and save it in normal payment card information at the time of saving sales order. This sounds little
    Nilesh

    Hi Nilesh,
    Please, see SAP Note 914603 - FAQ/Collective note for payment cards (Consulting/modif). Here you have the relevant notes related with this topic, so, in point 4, the note says:
    4. Payment cards in the order (with billing plan)
    - 914811 FAQ: Authorisation Problems - Why?
    - 915193 No authorization in the order
    - 313416 Installment plan payment with payment cards
    - 361790 No Authorization or only pre-authorization executed
    - 701569 Incorrect value to be authorized in the order
    I hope this helps you
    Regards
    Eduardo

  • Payment card details to Sales Order

    Hi,
    I have created the customer master and entered the payment card details. Could you please let me know how to get it copied to the sales order?
    Thanks & Regards,
    Keshini

    Hi
    See Note 914603 - FAQ/Collective note for payment cards (Consulting/modif). Be careful with legal requirements related with encryption of this data in sales documents and master data. (see 836079 FAQ: Credit card encryption and master data)
    Regards
    Eduardo
    Edited by: E_Hinojosa on Feb 15, 2011 10:10 AM

  • Payment  Card Processing - CRM 4.0

    Hi,
    I have done all the config and customisation required for the Payment Card Processing in CRM 4.0.
    I was wondering if I have to make some changes on the R/3 4.6 c side?
    Right now the authorisation is happening in CRM. Once the document goes to R/3, it returns an error saying that the Credit card payment failed in R/3.
    Do I need to switch off the authorisation determination in R/3 (its not required, since its already been done in CRM), if yes, what needs to be done?
    Anything else on the R/3 side which I have missed?
    thanks
    Yash

    Hi Ash,
    You also have to do a bunch of configuration activities in R/3, apart from CRM. Basic authorization takes place in CRM order, and when this order flows into R/3, the approved authorization has to be validated for follow-up processes like invoicing, payment posting etc. Sometimes the order need to be re-authorized in R/3, if the quantities and or line items changes.
    List of all the required R/3 payment card configurations must have been provided by the payment card interface vendors like verisign, paymetric etc.
    By the way who is the payment card vendor for your project? Request them a copy of R/3 configurations docuement.
    If you don't get the copy, then let me know. I should be able to give you the list of configuration activities.
    Reward if helps.
    Regards,
    Paul Kondaveeti

  • Payment card category

    hi all.
    I need to create a new payment card category in CRM.
    I tried to do it in spro cross-application components/payment cards/basic settings/maintain payment card category, but when I try to assign that category to a payment card type, there is not the new category. Is something bad? What do I need to do?
    Somebody can help me?
    Best regards, Mauricio.

    Hello Mauricio,
    Define the payment card category in the area menu PACA, under Control -> Payment Cards -> BDT: Payment Card Categories. Select the payment card categories defined in the control using the input help.
    Regards,
    Frédéric

  • Payment card fail to authorize

    hi all,
    the sales order fail to rise authorization check when saving. i found the possible reason, the Next service/delivery (FPLAA-LEIWR) and next date (FPLAA-CMNGV) in payment card tab were not filled with any value. but i can saw values in the material availability date and order value fields.
    when billing, the system doesn't create accounting document, and gives warning, the order need authorize again. when i reopen the order, i find the two fields all filled with values. and when i save it, the authorization raised normally.
    who can help to tell me what's wrong indeed?
    thanks a lot.
    Daniel

    Hi
    See Note 914603 - FAQ/Collective note for payment cards (Consulting/modif). Be careful with legal requirements related with encryption of this data in sales documents and master data. (see 836079 FAQ: Credit card encryption and master data)
    Regards
    Eduardo
    Edited by: E_Hinojosa on Feb 15, 2011 10:10 AM

  • Billing document not cleared when processing Payment cards in Sales order

    Hi,
    I am having an issue with Payment card processing (credit card). We are using SAP R/3 4.7. When I use manual authorization, the status of billing document still shows "A" incomplete. The status shows authorization successful but not settled in billing document.The accounting document when billed shows not cleared.We are not using any interface for credit processing. The authorization check is done outside of the system manually. We are planning to use manual authorization for all such transactions. I am not sure if any specific config is to be done or am I misssing something.
    Any inputs in this regard would highly be appreciated.
    Thanks!
    Sanjay

    Hello Sanjay,
    Please also check to see if the field VBAP-ABFOR is filled for the line item (This is the Form of payment guarantee). Without this field filled the billing does not know that the item will be covered by payment cards.
    VBAP-ABGES (Guaranteed (factor between 0 and 1)) should also be filled with 1.
    I hope this helps.
    Best regards,
    Ian Kehoe

  • Payment Card field not required when terms Credit Card is selected

    Hi all,
    I am trying to make Payment Card fields required when the user selects Credit Card as Payment terms. Right now it allows to save the Sales Order even if there is no credit card number entered, even though the Payment Terms has been selected as Credit Card. I found a note 606494 but it has to do with a component we don't even have installed, so I could not implement it. Did not have any luck searching the forums. Please help!
    Thanks,
    Sergiy

    Check the settings -
    Set Up Payment Guarantees
    Define Forms of Payment Guarantee
    Transaction: OVFD
    Tables: T691K
    Action: R/3 is delivered with form “02” defined for payment cards. Other than the descriptor, the only other entry should be “3” in the column labeled “PymtGuaCat”
    Define Payment Guarantee Procedure
    Transaction:
    Tables: T691M/T691O
    Action: Define a procedure and a description.
    Forms of Payment Guarantee and make the following entries Sequential Number “1”
    Payment Guarantee Form “02”
    Routine Number “0” Routine Number can be used to validate payment card presence.
    Define Customer Payment Guarantee Flag
    Transaction:
    Tables: T691P
    Action: Define a flag to be stored in table.
    Create Customer Payment Guarantee = “Payment Card Payment Cards (All Customers can use Payment Cards)”.
    Define Sales Document Payment Guarantee Flag
    Transaction:
    Tables: T691R
    Action: Define the flag that will be associated with sales document types that are relevant for payment cards
    Assign Sales Document Payment Guarantee Flag
    Transaction:
    Tables: TVAK
    Action: Assign the document flag type the sales documents types that are relevant for payment cards.
    Determine Payment Guarantee Procedure
    Transaction: OVFJ
    Tables: T691U
    Action: Combine the Customer flag and the sales document flag to derive the payment guarantee procedure
    Payment Card Configuration
    Define Card Types
    Transaction:
    Tables: TVCIN
    Action: Create the different card types plus the routine that validates the card for length and prefix (etc…)
    Visa , Mastercard, American Express, and Discover
    Create the following entries for each payment card
    AMEX American Express ZCCARD_CHECK_AMEX Month
    DC Discover Card ZCCARD_CHECK_DC Month
    MC Mastercard ZCCARD_CHECK_MC Month
    VISA Visa ZCCARD_CHECK_VISA Month
    Regards
    Sai

  • I'm trying to purchase iTunes Match with my prepaid credit card.  It's actually a one vanilla Visa card.  It's not working is there anyway around not having to have a valid credit card.

    I'm trying to purchase iTunes Match with my prepaid credit card.  It's actually a one vanilla Visa card.  It's not working is there anyway around not having to have a valid credit card.

    Valid methods of payment vary from country to country.  Which country?

  • I purchased an apple gift card, but i am not having any success adding the money to my itunes account or apple account so i can purchase music or apps, how can i do this

    I purchased an apple gift card, but i am not having any success adding the money to my itunes account or apple account so i can purchase music or apps, how can i do this

    If you bought an Apple gift card, then you cannot use it in the iTunes store.  You can only use it in the Apple store for hardware.
    You would need an iTunes gift card to buy anything in iTunes

  • HT1267 I bought My Iphone 4s from Iran, I need to make an Apple Id but Iran is not in the registered countries?! I dont know what to choose? Also From Iran we do not have Credit card facility for payment option?!! Any idea how I can get FREE APPS on my Ne

    Hi there,
    I bought My Iphone 4s from Iran, I need to make an Apple Id but Iran is not in the registered countries?! I dont know what to choose? Also From Iran we do not have Credit card facility for payment option?!! Any idea how I can get FREE APPS on my New Phon?!!
    Please let me know how I can get this sorted as soon as possible!! Thank you very much

    You can create an Apple ID without a credit card, see this article:
    Create an iTunes App Store account without a credit card
    Check this post about iPhones from Iran:
    Re: Why Apple does not support from Iran? And why not open a store in Iran?

Maybe you are looking for