Including Payment Method field BSEG-ZLSCH in Down Payment (T code F-29)

Hi There;
Can any one help me in creating an extra field in Down Payment document?
There is a requirement to include the SAP Standard Payment Method field in Down Payment screen layout.
I appreciate your help.
Thanks
Arshad

Hi Arshad,
Pl goto FBZP tcode.
Select 'All company code' tab->select your co code->give spl gl indicator which you want use under Customer-Sp. G/L transactions to be paid field and Save.
I hope this solves your issue.
Regards,
Shaik.A
Edited by: shaik A on Feb 8, 2009 8:31 AM

Similar Messages

  • Payment Method field in F-48 Down Payment

    Hi Gurus,
      I'm trying to enable the the Payment Method field in transaction F-48 ( Down Payment ). I'm trying to find the field status variant under
    FInancial Acc -> AR and AP -> Business Transactions -> Down Payment Made -> Make and Check Document Settings -> Define Field Status Variants.
    But Im unable to find one for field Payment Method.
    Thanks in advance.

    Hi,
    I think the payment method field is not avaiable in f-48. when you clear down payment against invoice the system does not clear the down payment document and invoice document automatically, you can only see the balance figure how much is left after clearing. Both the documents will be under open condition.
    you can manually clear the down payment document or you can clear the down payment and invoice balance when you run APP. For automatic payment you must specify an incoming payment method in the parameters tab for payment methods (specify both incoming and outgoing payment methods), then run APP the system automatically clears the down payment document
    Regards,
    Satish Muvva.

  • Adding Payment method field- VBKD-ZLSCH in initial screen of VA01

    Hi All,
    I would like to add payment method field - VBKD-ZLSCH in initial screen of VA01.
    This field can be seen in the VA41 under "Item overview" tab. But not visible in VA01 screen.
    Please advice.
    Ghassu

    Hi
    The Payment Method field is very much available in the VA01 screen.
    Go to Item-->Billing, there you can see the Payment Method field.
    This field is automatically populated if you have maintained it the Customer Master.
    This can also be entered manually in the sales order.
    Thanks
    Madhu

  • GB01 Table - Include the field BSEG-ZLSCH for the substitution rule

    Dear all,
    I am facing a problem in the configuration a Substitution Rule. I need to create a new substitution rule for the field BSEG-ZLSCH (Payment Method). 
    I am trying to include the field BSEG-ZLSCH in the table GB01, but it is impossible, the GB01 Table is not changeable.  I not found out any Notes to solve this issue..
    Does any body know how to change the GB01 table? Is it necessay to open an OSS to SAP?
    Thanks in advance
    Aguinaldo Masetto
    Accenture do Brasil Ltda.

    Hi,
    To make BSEG-ZLSCH substitutable you would need to write a short (10 lines or so) ABAP program to remove the 'X' from the field BEXCLUDE in the GB01 table. or You can remove this in debugging mode.
    The 'X' marking meaning that the field is not available for Substitution as outlined in the note: 42615
    Please note:
    If you release fields other than the ones listed for substitution, then you must take responsibility for all the consequences!
    Regards
    Ravinagh Boni

  • 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.

  • Adding Payment Method Field ( ZLSCH) to the Remuneration Statement (pc00_m99_cedt)

    Dear Experts,
    I want to add the payment method field in the pnp logical database to be displayed in the further selection as follows

    Hi
    The Payment Method field is very much available in the VA01 screen.
    Go to Item-->Billing, there you can see the Payment Method field.
    This field is automatically populated if you have maintained it the Customer Master.
    This can also be entered manually in the sales order.
    Thanks
    Madhu

  • 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.

  • ESS - Bank Details - Payment method field

    In the ESS --> Bank Details --> Payment method field , we would like to restrict the drop down values that are shown. In R/3 we (IT 0009) we have different values such as Direct deposit, Check , Cash etc.. but on the ESS we want only direct deposit to appear in the drop down value.
    How can this be achieved? We are on ERP 2005 , ESS 1.0 , EP 7.0

    The table "help_values" that is referred to in the code has an "Associated Type" of HRPAD_HELP_VALUE_DATA_TAB which has a "Line Type" of HRPAD_HELP_VALUE_DATA which looks like this:
    Component          RType       Component Typ   Data Type    Length    Decimal Pl    Short Desc
    FIELDNAME                      TYPENAME        CHAR         30        0             Name of Dictionary Type
    KEYCOLUMNNAME                  CHAR30          CHAR         30        0             30 Characters
    VALUECOLUMNNAME                CHAR30          CHAR         30        0             30 Characters
    DATA               <checked>   DATA                          0        0
    When I debug, before my code executes, <tabs> has three rows and two columns:
    1:   <blank>  Cash Payment
    2:   B        Bank Transfer
    3:   Q        Payroll Checks
    My code executes, deletes the "Cash Payment" line and then <tabs> has two rows and two columns:
    1:   B        Bank Transfer
    2:   Q        Payroll Checks
    And as I said, the dropdown on the screen in the portal still has three lines.  The first is blank and the second and third are "Bank Transfer" and "Payroll Checks" respectively.
    Just for fun (argh!), I experimented with an additional scenario in debug mode just to see what would happen.
    First, I commented out the line of code that deleted the "Cash Payment" line from <tabs> and then from within debug I manually altered the first line in <tabs> from <blank>   "Cash Payment" to "X"   "Test". 
    Result:  The portal screen now displayed 4 values in the dropdown box.  The first is still a blank line, followed by "test", "Bank Transfer" and "Payroll Checks"
    So it seems that there's code somewhere down-stream that is adding the blank line if there is no record anywhere in tabs where the first field is blank. (I actually ran a couple of other tests to definitively arrive at that conclusion)  Now I just have to find it.

  • Payment method fields?

    Where can I find the payment method fields.
    For example I want to write a func.spec. in which I want to know the payment method for a final bill. I want to know whether the customer paid by cash, check, routing/direct debit or credit card?
    Can anyone pls. advise in which table and fileds can I find these?
    Thanks
    Dan

    Just posting the answer that I researched and found.
    Table: DFKKKO........Doc.type (BLART)........................Origin(HERKF)..............Pmt.Method
                                           CR                                                 06                               Credit Card
                                            AC                                                06                               Routing/Debit etc.
                                            IP                                                  05                                In Person
                                            CH                                                25                                Check
    Hope this will be useful to anyone who needs it. Comments on the accuracy of the above welcomed. !
    Thanks
    Dan

  • 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

  • Trying to set up Fam Sharing but can't get past the prompt telling me to add a payment method. I already have a payment in my iTunes account and wish to use it for FS. How do I do this?

    Trying to set up Fam Sharing but can't get past the prompt telling me to add a payment method. I already have a payment in my iTunes account and wish to use it for FS. How do I do this?

    Hi printspat,
    From what I gather, you have a payment method selected for your iTunes Store account which isn’t being accepted when setting up Family Sharing.
    Take a look at the he article linked below provides, which provides a lot of great information about Family Sharing, and make sure you're trying to use a valid payment method for setting up Family Sharing.
    Set up Family Sharing - Apple Support
    One adult in the family—the family organizer—can set up Family Sharing for the group from their iOS device or Mac. When you set up Family Sharing, you'll be asked to confirm that you agree to pay for purchases initiated by the family members you invite and that you have a valid payment method on file. Valid payment methods for setting up Family Sharing include credit cards and debit cards.* 
    Cheers,
    -Jason

  • KO88:Not possible to post down payment clearing. There are no down payments

    Hi,
    We are doing Full Settlement of an order in TCode KO88. There are few Down payments against a PO. Initially, system gave an error as follows: -
    You cannot post comp.retirement for asset 120002 0 with this trans.type
        Message no. AA341
    Diagnosis
        A down payment was posted to asset 120002 0. In depreciation area 01, if
        not elsewhere, all down payments were not cleared.
    Procedure
        Before posting a complete retirement on this asset, you have to first
        clear the down payment in all depreciation areas.
    We cleared the down payments and ran KO88 again, but a new error popped as given below.
    Not possible to post down payment clearing. There are no down payments.
        Message no. AA571
    Any help will be acclaimed.
    Regards,
    CMC Team
    Edited by: CMC Team on Jan 18, 2012 2:59 PM
    Edited by: CMC Team on Jan 18, 2012 3:01 PM

    Friend,
    Probably you did not take the trouble to search the SAP Oss for notes on this error message.
    Please search for 'AA571' in the notes section of SAP oss and you will find several notes addressing the exact issue you are having.
    For your convenience.
    www.service.sap.com/notes
    Best regards,
    Vishal Thakur.

  • Not possible to post down payment clearing. There are no down payments:CJ88

    Hi Experts,
    When I settle WBS Element cost to the Asset Under Construction using transaction CJ88, I receive following error.
    AA571 Not possible to post down payment clearing. There are no down payments.
    Please help.
    Thank You.

    Hi,
    first please check if the message AA 571 is right:                                                                               
    -  Please check table ANLC. If ANLC-KANZA + ANLC-ANSAZ < 0    AA 571                                                                               
    -  Check asset values (AW01N, ANEP, ANLC) and find out where the negative down payments come from (tty 180, 181)                                                                               
    However, in some cases a negative down payment balance cannot be avoided  (for example through translation differences in foreign currency  areas). This is the problem of AA 571. Sometimes it is not justified. For this                
    cases we have the following note:                                                                               
    860038  Error AA571 not justified                                                  
    Using SM30, for the T100S table, create an entry for the message                      
    class AA, message number 571, allowed message type "AEW" and                          
    standard message type "E". Select the entry as 'Switch off'.                                                                               
    If when you post to a fixed asset the down payments are negative, or                  
    become negative through the posting, you continue to receive an error as              
    a default with these changes.                                                                               
    Recommended procedure:                                                                               
    o  Change this message to a warning message for one or several                    
           special users. This user should then be used to post to any such               
           fixed asset that has down payments that are already negative or                
           become negative through posting.                                                                               
    o  This should only be permitted in the cases where a negative down               
           payment balance cannot be avoided due to foreign currency                      
           rounding.                                                                      
    regards Bernhard
    Edited by: Bernhard Kirchner on Feb 11, 2011 9:27 AM

  • After trying many times with two different debit cards still does not allows me to buy a game from the app store gives error "YOUR PAYMENT METHOD WAS DECLINE.PLEASE ENTER VALID PAYMENT METHOD INFORMATION"  Please help me out

    I WANT TO PURCHASE NFS MOST WANTED GAME FROM APP STORE BUT IT DOESN'T ALLOW ME TO PROCEED FURTHER
    after trying many times with two different debit cards still does not allows me to buy a game from the app store gives error "YOUR PAYMENT METHOD WAS DECLINE.PLEASE ENTER VALID PAYMENT METHOD INFORMATION"  Please help me out

    In most cases, you can't use a Debit card anymore. So, either redeem an iTunes gift card or use a credit card.

  • I have a problem when I loading application. It shown your payment method was declined due to last payment problem which I've already  paid.

    I have a problem when I loading application.
    It shown your payment method was declined due to last payment problem
    which I've already  paid.

    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

Maybe you are looking for