Payment method optional field

Hi guru's
Am creating the service SO in which payment method field is optional,  but still while creating the SO it is ask for payment method mandtory, I check the Incompletion log. In that this field is not mandotary,
Can any one help me to finout how can i make this field as optional
Please treat this is as a urgent

Dear Mr Surve,
Could you kindly verify by executing the incompletion procedure whether the payment method sought is in the order header or item?
Regards,
K Gopidas.

Similar Messages

  • I am trying to change my payment method, however to payment method options are showing. A nd I am not able to purchase any apps noteven free ones

    It won't let me change my payment method because there are no options, and I can't buy any apps. What do I do?

    Contact iTunes Support and request assistance...
    Apple  Support  iTunes Store  Contact Us

  • "Payment Methods" field mapping from R/3 to CRM

    Hello Experts,
    In R/3 BP we have a field " Payment Methods" the means of payment like DD, Cheque, Direct Cheque and E-Payment  as a radio button field with these four options.Thats a mandatory field there. Here we need the same info to be downloaded to the CRM system and we couldnt find the same field in CRM BP.So how can  I go with this?
    If suppose the ABAP people create the field in CRM BP, how can i map it with R/3 field to get the same data?
    What I need is the same payment method option should come and sit here in CRM BP master.
    Thanks in advance.
    kalyan

    Hi Kalyan
    you activate encryption of the payment card number. In Customizing, choose Customer Relationship Management -> Basic Functions -> Payment Cards -> Maintain Payment Card Type.
    You have assigned the payment plan type Payment card to the transaction types you use.
    In Customizing, choose Customer Relationship Management -> Basic Functions -> Payment Cards -> Settings for Transactions -> Assign Payment Card Plan Type to Transaction.
    for more information
    http://help.sap.com/saphelp_crm50/helpdata/en/3a/2354084dc111d5980e00a0c9306667/content.htm
    http://help.sap.com/saphelp_crm50/helpdata/en/dd/320d386fa18310e10000009b38f8cf/frameset.htm
    Regards
    Manohar

  • F111 and payment method field 'payment orders only' deactivated T042ZL-XNOP

    Hi
    F111 gives an error for a payment method: "Creation of payment orders is not supported. Message no. PZ588.
    Diagnosis
    Payment method B is configured so that a payment order is created. This function is not supported in the payment program for payment requests. This payment method is not permitted here."
    The cause is field 'payment orders only'T042ZL-XNOPO in FBZP of the payment method, which means no clearing of open items during payment run. Business reason for having this parameter activated: "As per the legal regulation in Poland, the vendor liability in your books cannot be cleared during Payment run.  The vendor liability in your books can be cleared only after receiving confirmation from bank about the payment having been made to the vendors account.
    Hence only Payment orders are created during SAP  payment run ( no FI posting) ..The DME files generated are sent to the bank. After the confirmation is received from bank ( via the bank statements imported thru EBS) that the funds  have been actually transferred to the vendor account, the vendor liability is cleared off form your books"
    I do not want to use F110 because I do not want to use customers or vendors but I want to use GL accounts. Business is against creating a separate payment method with field 'payment orders only' T042ZL-XNOPO deactivated.
    Any suggestion?

    Since your requirement is with reference to GL accounts then F111 is the correct tcode. Payment request is created (trx RVND) and in this case can be processed only by SAPF111S via trx F111.
    But to use tr. F111, a payment request should not contain a payment method, marked with "Payment order only" (tr. FBZP).
    In your case it is correct that such an error PZ588 is generated since such payment methods are not supported by F111.
    So please ensure that payment request may not contain a payment method, marked with "Payment order only".
    Hope this information helps.
    Kind Regards
    Soumya

  • Allowing the field "Payment method supplement" to be changeable in FB02

    Hi All,
       I have a requirement which is to allow the field "Payment method supplement" to be changeable in FB02. It is currently not allowed for change. How will I make this changeable? Is customizing enough? Or program enhancement must be done? Please advise the steps to do this.
    Thanks!

    Hi
    Please use tcode OB32 to make Payment method supplement field editable in FB02 transaction.
    In the screen "Change view: Document change rules: overview: screen" click F5 or New entries.
    In the subsequent screen enter * BSEG-UZAWE* in the Field Name and update all other fields like account type, transaction, company code.
    Activate the Field can be changed check box and save.
    Now after doing this change, when you try changing the document in FB02, the payment method supplement field can be changed.
    Please update the fields Account type, transaction with relevant values.
    Hope this will help you...
    Regards,
    Praisty

  • Show payment method in the invoice

    HI,
    Our client offers 3 different payment options:
    Credit Card
    30 Day Account
    Direct Deposit
    How can i show this in the invoice - I can't seem to find the correct tag to display the option chosen.
    Or is it not possible?
    Cheers,
    Henry

    I have the same issue with a new client that wants to provide cheque, money order, cash and direct deposit (i.e. EFT) payment methods.
    It is possible to display the payment method, there are a few steps involved though:
    Go to CRM - Extend CRM Database - Add CRM Form
    Name: Payment Details
    Form Fields - Add Field - Field Name: Payment Method. Field Type: Text (String)
    Apply Form - Orders - Save
    Now go to Site Manager - Web Forms - Online Shop Purchase Form (or whatever your order form is named).
    CRM Forms - Payment Details and add this to your existing form
    More Actions - Get Web Form HTML Code
    Copy/Paste this into something like jsbeautifier.org and format it so it doesn't read so horribly.
    Find the line that has the custom form on it, and change the type="text" to hidden. Mine looks like this (<input type="hidden" name="CAT_Custom_19971821_155241" id="CAT_Custom_19971821_155241" />)
    Find your payment method form elements on your form, and add this attribute to each payment method type:     onclick="ShowCCFields(this.value);"
    Now create a javascript function below your provided validation function like this:
    function ShowCCFields(val) {   
                            if (val == 4){
                                document.getElementById('CAT_Custom_19971821_155241').value = "Bank Deposit";
                            }else if(val == 3){
                                document.getElementById('CAT_Custom_19971821_155241').value = "Cash / Money Order";
                            }else if(val == 2){
                                document.getElementById('CAT_Custom_19971821_155241').value = "Cheque";
    And now add {tag_crmform} to your Invoice.html file located in Layouts - Outbound Emails - Invoice.html if you are using FTP, or System Emails - Invoice if you are using the Web based manager.
    This will do it, however, it leads to a new problem!
    What will happen is that when someone pays with say Cheque, the order invoice that is immediately emailed will say "Amount Outstanding: $0!!!!".
    If you want to ensure that it says that the amount is still to be paid, you need to read up on this forum post to change the order to a quote on the fly at the end of the checkout process. See post #3 by gcpa.

  • Checkout process error using 2 payment methods

    Hello,
    I would like to use COD and Paypal as my two methods of payment.
    However, I keep receiving the same error message during the checkout process.
    ERROR: Could not retrieve order [ERROR: 1]. Please go back and correct this.
    I have checked BC's Payment Gateway and Paypal Standard's settings, and both are set up correctly according to several tutorials.
    My Online Shop Purchase Form is set up with the following E-Commerce fields:
    - Payment Method Options
    - Billing Address
    - Shipping Address
    - Shipping Details
    I have removed the "Title" field and unnecessary "Payment Method" radio buttons.
    Any help would be greatly appreciated.
    Thank you.

    You removed all the Payment method radio buttons?

  • Payment Method supplement is not found while posting invoice thru' F-43

    Dear Gurus,
    I have configured Vendor Account group (OBD3) & created a vendor account (XK01).While posting thru' T code F-43,an error "Enter payment method supplement in line item 001" is found.But, payment method supplement field is not found while posting.Please solve my problem.

    hi ,
    In F-43 when you enter the document & posting date, company code, currency , And Vendor number PRESS ENTER it will take you to next screen There you can find the PAYMENT METHOD tab under invoice reference .
    hope this will help you .

  • Amount split in MIRO - payment method supplement

    Dear All,
    We have activated amount split functionality at the company code level and are getting an additional tab while doing MIRO. Requrirement is to get the payment method supplement field (ACSPLT-UZAWE) in the amount split screen.
    I have tried creating a variant by clicking on the yellow/blue configuration icon on top right of this dialogbox and the field is not marked invisible (infact none of the fields are invisible) yet am not able to see the PmtMthSupl in the "splitting of the final amount" window
    Can anyone help me with this. How can i get all the  visible fields on the miro screen
    Thanks & Regards
    Pooja

    hi,
    You need to enable an amount split via your company code settings so that you can post different amounts of your vendor invoice to different vendor accounts or different withholding tax accounts.
    Settings:
    SPRO >> Financial Accounting>> Financial Accounting Global Settings >>Company Code >> Enter Global Parameters
    here select your company code and on the Company Code Global Data: Details screen, select Enable amount split. and then Save...
    CHECK THE LINK IT COULD BE USEFULL:
    [AMOUNT SPLIT|http://help.sap.com/erp2005_ehp_04/helpdata/DE/2e/c5393cafb9de22e10000000a11405a/frameset.htm]
    Regards
    Priyanka.P

  • Reg : Payment method details in MIRO

    Hi All,
    In MIRO i have to populate Payment method supplement field with some data based on the vendor. I have to use an exit for this in MIRO.
    Could you please tell me from which table we are getting the data for payment method so that in the exit i can update that table for the corresponding vendor.
    Regards,
    Anil.

    The payment method info on MIRO gets populated from the Vendor Master Data which is LFB1.
    Nandita

  • Unable to give 'C' (Cheque) in Payment Method field in IT0009 (Bank Detai

    Dear Experts
    I am unable to give 'C' (Cheque) in Payment Method field in IT0009 (Bank Detail)
    It might be B'cos of availability of two options only
    ie
    By cash or by (ii) Transfer Not by Cheque ie 'C'.
    Kindly suggest how to input 'C'
    Rgds
    Kamal Singh

    Hi,
    If payment method "Cheque" is not there in the list, then you will have to create it in configuration. Following is the menu path:
    SAP Customizing Implementation Guide > Personnel Management > Personnel Administration > Personal Data > Bank Details > Define payment method
    Regards,
    Waqas Rashid

  • How do I change an Apple ID payment method to 'None'? I've tried everything and the only solution is to get a new e-mail and start all over again. Any other options?

    How do I change an Apple ID payment method to 'None'? I've tried everything and I found the only solution is to apply all over again with another e-mail address. Any other options?

    Buy an iTunes Music Card and redeem it to your account - the "none" option should be available then.

  • I previously had a credit card payment method, but i had my credit card canceled and i cannot select the none option. Please help. Thank you.

    My mom let me use her credit card as my payment method in the past. She then had her credit card canceled due to an issue with a company. This payment method is no longer valid, so i was wanting to change the payment method to "none" but it is not available as an option. I'd like to know if there is any way to deselect my payment method because i no longer have one. Thank you.

    I live in the Mid-West of the United States. This is an existing account and based on the research i have done on this issue, I've discovered that many people have been saying that the "None" option is only available if you're creating a new Apple ID. Also, when i attempt to change the payment to her new credit card(which i have given up on), it is declined. I've tried it many times but it's always unsuccessful, and i just ordered pizza with it last night so there is money on it. Thank you for the attempt to help me. Much appreciated.

  • Payment method field ZLSCH is hidden on FI doc item.When can it be visible?

    Hello,
    where can i customize which FI item is relevant for entering payment method value in tcode FB01, FB02, FB03. I supposed that every customer or vendor item should display (and insert during FI document posting) payment method field. If i double click on FI item (customer or vendor) sometimes i can see payment method field in subscreen "Additional details" but sometimes not. Is there any dependency with posting key or......  I tried to add this field in Fields groups but there is payment method field is not available there.
    Thanks, Zdenek.

    Hello Zdenek,
    Normally the payment method is never transferred from the master data.
    Not in the invoice, nor in the credit memo.
    If you go to the vendor's master data, use "F1" Help, you will see that the payment method (ZLSCH) is only taken by default for the automatic payment transactions. Thus it is not valid in transaction FB60 or MIRO.
    If you wish to fill the payment method in automatically, you could define a substitution rule.
    Please review the following notes to use fields in validations and substitutions:
    20637 Inserting Fields in Validations and Substitutions
    42615 Substitution in FI
    48121 User Exits in Validations/Substitutions
    Another important information is that for payment documents created by F110, if this document is reversed afterwards, payment method is cleared and this is standard behaviour.
    I believe that this answer your inquiry.
    Best Regards,
    Vanessa Barth.

  • Payment method field in Cutstomer invoice

    HI SAP Guru's
    Is it possible to add payment method field in the customer invoice
    in the first screen while entering Customer details we can see the bank details of the customer, is it possible to see payment method next to bank details?
    Thanks in advance
    venu

    OK
    I think I know you problem.
    You have posted some invoices, Vendor and you now want to change the payment method on them as this is missing.
    this is easy to fix.
    1/ go to FB02 for a document you want to change. Check if the payment method is greyed out. If not you should be able to manually change the value. If it is grey go to point 2
    2/ Go into config, SPRO, Go to ****, Document, Line item, Document Changes, Line items.
    Check for an entry for BSEG-ZLSCH. If there is one there, make sure the field is modifable. If it is not there, create an entry.
    After this config setting is made, go back to FB02 and the field should no longer be greyed out and you should be able to change it.
    If you have loads of fields to change, get an ABAP guy to create a program to use a file of document numbers to change the field.
    If this is useful please assign points.

Maybe you are looking for

  • Unable to edit users in UPA SharePoint 2013.

    Hi, I have created UPA service application just now, I am able to see 30 users in the site. Am able to search for the users but am unable to edit the users from the search result. Am not getting popup to edit profile after right clicking. I have prov

  • Data Collection in Campus Manager hung

    /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in

  • Audigy 2 H

    Hi just wanted to know if anyone has hacked or upgraded their Audigy 2 card by a soft mod or some way to something noticeable like an Audigy 4 or X-Fi? Thks

  • After upgrading to iOS5.1 on iPad I cannot upgrade apps

    Really frustrated, I have an iPad 1 and have been using it very hapily for over a year. I foolishly decided to upgrade to ios5, and since then have nothing but problems. Apps that I have downloaded from the AppStore as free trials work, but when i tr

  • Java technologies (JSP, Servlet, Reflection).

    Hello. I have questions about Java technologies. 3. what is it Stud&Skeleton and how are they created? 4. what is it Reflection? 5. what the relations between JSP and Java Servlets? 6. what is it Remote object and how is it created? Thanks in advance