F110 - How to group two payments for a single costumer

Hello experts,
I'm having an issue here. The user has 14 invoices, 11 of them are DR document type, 3 are DM doc. type. All of the 14 invoices have payment method 4. When we create the proposal for this costumer, two payments are created, one for all the DR invoices, and another one for the DM invoices.
What the business want is to be able to create only one payment, including both DM and DR invoices. I tried looking into FBZP for payment method "4", both in company code and country. I flagged "Single payment for marked item" and nothing changed, 2 different payments are still created for the same customer.
Also I looked into the customer master data, on the "Payment Transaction" tab, flagged the "Single payment" but it works exactly the other way, one payment document per invoice, which I do not need. I saw something about Grouping keys, created one with GL Account, Customer and Posting key but did not work, still two payments for the same document.
Is there anything else that I can try? Any help will be appreciated. Please let me know if something is unclear.
Best regards and thanks in advance,
Ivan

Hello DSK,
First of all thanks for the reply. I tried with the grouping key in the customer master data, I created one grouping key "02" and assigned it the customer but it did not work.
The grouping key is composed by:
KUNNR
BSCHL
HKONT
Which I think are common values between the DM docs and the DR doc.s
Regards,
Ivan

Similar Messages

  • How to Maintain Two Countries for a Single Plant in OX10

    Hi Experts
    I need the solution for the below settings for OX10 ( Plant Overview ) .
    For a single Plant i have to maintain two countries .
    1) One country in details screen of Plant ( Country Key )
    2) Second country in Address details of the same plants ( In the Street Address - Country )
    while i am doing that the country in main screen is getting copied as same as address country after saving .
    Pls Help .
    Regards
    Sameer
    Edited by: Saxena Sameer on Oct 20, 2011 7:46 AM

    It is not possible and not logical to have one plant in 2 countries.
    And the 2 screens you talk about should actually have the same values, otherwise it is just inconsistent data.
    The first screen was all what SAP had for a plant address before central address management was implemented with 4.0 release.
    Since central address management is in use, you only need to define you address behind the envelope button and the necessary information is adopted to the first screen automatically.
    Knowing this background should make you aware that these 2 address screens are not designed to be maintianed for different purposes.

  • How to assign two url for a single picture?

    I have a picture and put it into sprite,like follows:
       var loader:Loader=new Loader();
       addChild(loader);  
       loader.load(new URLRequest("logo.jpg"));
    At the right top of logo.jpg,and there are two word location in the logo.jpg,one is 'home' and another is 'about us',I want to add two url on 'home' and 'about us',how to do it?
    Thanks

    add your loader to a sprite or movieclip and, after loading is complete, add two transparent children to overlay your words.  add listeners to your transparent children.

  • How do you configure two counters for a single task?

    Hello Everyone,
    I would like to know how to configure two counters for a single task. At first, I have put two start task for two counters and it did not work. Now, I have put Control Task to control the task of the other counter. Appreantly, all what it does is that it makes one counter work while other is stopped or not working. I have attached a picture of the VI below.
    Thanks.
    Mechanical Engineer

    Hello Mike,
    We are currently using NI-cDAQ 9191 chassis with NI 9401 Digital I/O module that can use counters. I don't know if the lines for the counters are multiplexed or not. I have attached the VI for you to look at it.
    Thank you for your effort.
    Mechanical Engineer
    Attachments:
    VI_Degrees(test2).vi ‏187 KB

  • How can we give two name for a single material ??

    Hi friends
    how can we give two name for a single material ??
    e.g.. if single material is sold to different customer by different names
    then how can we do that ??

    Yes
    you can achieve it thro CMIR in T code VD51
    Go to T code VD51 choose that customer and material combination and click on to its details blue lens on application tool bar
    In the screen which is coming ,enter your description in the CUSTOMER DESCRIPTION tab the second one and save
    Now create a sales order and see
    Your requirement will be fulfilled
    If a material is pen description is ball pen in material master and for customer A you have defined it as Pen 1 and description as Super ball pen in VD51
    If a material is pen description is ball pen in material master and for customer B  you have defined it as Pen 1 and description as  VerySuper ball pen in VD51
    Now in sales order the description will appear as Super ball pen for Customer A
    Now in sales order the description will appear as Very Super ball pen for Customer B
    Hence the material pen whose description is ball pen in MMR will appear as super ball pen for customer A and very super ball pen for customer B
    Hope you have checked the field info record in VOV8
    I have tried this tested this and getting it
    Regards
    Raja
    Edited by: ramanathan raja on Dec 8, 2008 5:54 PM

  • How do I make payment for Creative Cloud when monthly payment declined?

    How do I make payment for Creative Cloud when monthly payment declined?

    In this forum, we can't help with purchasing issues.
    My suggestion is to call that phone number.

  • How to call two RFC in a single JAVA method.

    Dear all,
    I just want to know that how to call two RFC in a single java method which is defined in CRM implementation file. I'm using NWDS as the customization IDE & working on ISA 7.0.

    Hi Sunil,
    In the Backend Implementation class, in any method you can call multiple RFCs.
    It will be the same way as you do for the single RFC call.
    Following syntax is for your reference.
    Get the JCO connection
    JCoConnection  connection = getDefaultJCoConnection();
    JCO.Function func = connection.getJCoFunction("ZXXXXXXX");
    set the import parameters
    Execute it.
    connection.execute(func);
    get the data from export / table parameters
    Now call the second RFC
    func = connection.getJCoFunction("ZYYYYYYYYYY");
    set the import parameters
    Execute it.
    get the data from export / table parameters
    close the connection
    Hope this will help you.
    -Chandra.
    Edited by: Chandra Sekhar Seeli on Jan 13, 2011 2:04 PM

  • How to set Compatibility Mode for a single site in ie10

    This question was originally posted on the Answers forum -
    http://answers.microsoft.com/en-us/ie/forum/ie10-windows_7/how-to-set-compatibility-mode-for-a-single-site-in/187152e3-142a-4d96-8d1b-af82ef571eec
    I am having problem with getting ie10 to set ie9 compatibility for a single site (sharepoint.contoso.com).
    When I add this website in Compatibility View Settings (Alt > Tools > Compatibility View Settings > 'Add this Website') it adds the domain 'contoso.com' and not the individual website (sharepoint.contoso.com).
    This cause other sites (www.contoso.com) to be configured to use compatibility mode. Because this is a separate site (different web server) to the site sharepoint.contoso.com (sharepoint 2010 server) we need different compatibility settings.
    Using a different example to explain the issue -
    Microsoft has three websites that are different websites created by different developers written in different programming languages and they only work with certain browsers.
    microsoft.com (Website1 created by Developer1) - compatible with ie8/ie9/ie10
    msdn.microsoft.com (Website2 created by Developer2) - compatible with ie8/ie9
    technet.microsoft.com (Website3 website created by Developer3) - compatible only with ie10
    The only thing the three website share is the URL contains 'microsoft.com'.
    Marking 'msdn.microsoft.com' to run in compatibility mode affects the other 2 websites - mainly technet.microsoft.com which will not work now since it only runs in pure ie10 mode. 
    Should you be able to add an individual site to the compatibility list instead of all sites that have  .microsoft.com in the URL? Am I missing a simple setting in the ie10?
    As a workaround I am using the F12 Developer Tools to set the Browser Mode which temporary sets the compatibility mode. However this is not a nice solution to the end users at our organisation. 

    problem is not solved for non corporate environments...
    You could start your own thread.  Then if you got that answer and it was marked Answered you would have the ability to unmark it.  The OP of this one seems satisfied.  Also note that this is TechNet.  Consumers can get help on Answers
    forums.
    Robert Aldwinckle
    Oh! I wrote it wrong: I should have said: This is not solved for NON-AD environments. No demands what so ever to use Window 7/8 professional in a small corporation or on a big corporation with Island of smaller departments for example offshore.
    The problem is that the thread is not "Answered" by the OP, its is marked answered by a moderator (and same moderator that did the answer) so no way of telling if the OP is satisfied.
    But you are right in the fact that I am almost kidnapping the thread. But a complete answer would benefit all in this case I would presume.
    Regards
    /Aldus

  • How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?

    Hi All,
    How to create a Platinum,Gold and Silver Customer and how to set different price for a single material based on customer?
    Assume Material is Pen.
    While creating Sales Order in VA01 how to bring different price for the same material for Platinum,Gold and Silver Customers.
    Kindly help me out.
    Thanks,
    Renjith Jose

    A good place to start is http://www.javaworld.com/javaworld/javatips/jw-javatip34.html
    Also, do a search in this forum on HttpURLConnection. That class allows you to use POST method to send form data to a web server.
    "Hidden" variables are only hidden in HTML. The HTTP that gets POSTed to the web server doesn't distinguish between hidden and not hidden. That is, the content you would write to the HttpURLConnection.getOutputStream() would be something like:
    hidden=1&submit=ok(Of course, the variable names would depend on what the web server was expecting from the form.)
    Also, be sure to set the Content-Type request parameter to "application/x-www-form-urlencoded"

  • How to Append two  word documents into single  using   java

    How to Append two word documents into single using java
    we tried this but it's not append the one word document to other
    source code:public class AppendTwoWordFiles {
         public static void main(String []arg)throws IOException
              FileInputStream fi=null;
              FileOutputStream fo=null;
              try {
                   System.out.println("Enter the source file name u want to append");
                   BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
                   File f1=new File(br.readLine().toString());
                   System.out.println("Enter the Destination file name ");
                   File f2=new File(br.readLine().toString());
                   fi = new FileInputStream(f1);
                   fo = new FileOutputStream(f2,true);
                   byte b[]=new byte[2];
                   while((fi.read(b))!=-1);
              fo.write(b);
    System.out.println("Successfully append the file");
              } catch (FileNotFoundException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              finally{
              fi.close();
              fo.close();
    plz reply me quickly ,,,what can i follow

    Use this code ..
    and give the path of the both file like this.....
    source file ---- C:/workspace/Practice/src/com/moksha/ws/test/practice.text
    destination file ---- C:/workspace/City/src/com/moksha/ws/test/practice1.text
    import java.io.*;
    public class AppendTwoWordFiles {
         public static void main(String[] arg) throws IOException {
              FileInputStream fi = null;
              FileOutputStream fo = null;
              try {
                   System.out.println("Enter the source file name u want to append");
                   BufferedReader br = new BufferedReader(new InputStreamReader(
                             System.in));
                   File f1 = new File(br.readLine().toString());
                   System.out.println("Enter the Destination file name ");
                   File f2 = new File(br.readLine().toString());
                   fi = new FileInputStream(f1);
                   fo = new FileOutputStream(f2, true);
                   byte b[] = new byte[2];
                   int len = 0;
                   while ((len = fi.read(b)) > 0) {
                        fo.write(b, 0, len);
                   System.out.println("Successfully append the file");
              } catch (FileNotFoundException e) {
                   e.printStackTrace();
              } catch (IOException e) {
                   e.printStackTrace();
              } finally {
                   fi.close();
                   fo.close();
    }

  • Can we call two layouts for a single script?

    Can we call two layouts for a single script?
    Where dow e assign print program to a script?
    in NACE transaction is it possible.......
    Thanks in advance.
    Regards.
    Abhilash.

    Hi Abhilash.
    Greetings for the day.
    U can use one script in diffrent programs.
    Yea u can do it in NACE transaction.
    procedure would b as foloows:-
    1.NACE
    2.Select the apllication
    3.Output types (press tab).
    4.again selet the output type which u require
    5.then press "procedure routines"
    here u can give the program name and fom name.
    plz reward if found helpful.
    regards
    prashant tiwari

  • Dispaly of two tables for a single tab in tabstrip

    Hi Experts,
    I have three tables,one is the consolidated table of another one and the third one is completely different but the requirement is ,
    for a SINGLE TAB click of a tab strip both the tables which are related have to be displayed
    and for the the third table a new tab has to be clicked.
    ,i know to display only one ui element for one tab .
    please help me out with this problem of displaying of two tables for a single tab

    Hi Shanmukha,
    Suppose you name of name of tables which need to be displayed in one tab is table 1 and table 2. To get this you can try these steps:
    method 1:
    - create  a view with 2 tables in it i.e table 1 and table 2. create a view container UI element in tab strip and embed this view in it.
    method 2
    - create  view1 containing table 2 only.
    - create view 2 containing table 1 and a view container UI element. Embed view 1 in the view container of this view. Now your view 2 contains both the tables.
    - In the tab strip's tab, create another view container UI element and embed view2 in it.
    I hope it helps.
    Regards
    Arjun

  • F110 : How to group payments by assignement field (ZUONR)

    Hi,
    I have created a Grouping key '02' and I assigned this grouping key to a vendor for which I will run a payment program.
    In customizing I assigned field1 ZUONR (Assignement) to my Grouping key '02'
    I run Tcode F110 to pay 3 invoices :
    Invoice 1 : Assignement = Investment
    Invoice 2 : Assignement = Exploitation
    Invoice 3 : Assignement = Exploitation
    When I run a payment program (F110) the system create one Payment document and one Check for the 3 invoices !
    However, for my case I want to create 2 payment documents and 2 Checks, one for invoice 1, an other for invoice 2 and invoice 3
    Please Have I forget a Customizing point ? how to do to have 2 payment documents in my case ?
    Regards.

    see this in OSS note 305414 - F110: Unintelligible grouping of documents:
    2. A grouping key is stored in the master record of the vendor/customer.The fields according to which the payment program groups the documents are defined per grouping key in Customizing (Transaction OBAP).
    If this grouping key does not work the way you expect it to, check whether report RSZGR000 contains the respective source code (the keys defined in Transaction OBAP have to exist in the CASE statement for G01-ZGRUP). If this not the case, you have to generate the report. You can do this by changing one of the entries in the transaction and subsequently saving it.

  • How to create down payment for contract

    Hi Gurus,
    Can any one tell me the process of Initial Down Payment
    for Value Contract?

    Hi Marcin,
    As far I know, the functionality of entering down payment in header will not allow you to post the DPR at header level, it has been given an option to enter the DPR as against at line item level available before.
    Looking from a logical point of view, if a PO has more than one line item then then how to determine against which item the DPR has been entered, there may be line items with different delivery dates say one line item requires a down payment to be made, and the other doesn't and also it may come in much before than the item against which the DPR has been made, then it will be a mess for Finance to decide whether to pay for this item or balance the invoice against DPR.
    Regards
    Chandra Shekhar

  • How to group two apple identifiers name

    hello
    By the pass I was connected with a gmail identifier, later on I bought a Mac, and generate an Apple identifier
    But i have few troubles to share access on my various pole device of my old purchases
    How could be group two identifier
    thanks

    What do you mean by 'have few troubles to share access on my various pole device of my old purchases' ?
    If you have two iTunes accounts then you can't merge them, nor transfer content from one account to the other - all downloads will remain tied to the account that downloaded it.

Maybe you are looking for

  • Error while creating SQL Subscription control in Web Analysis...

    Hi, I created a report using SQL Spreadsheet object. I want to associated a filter for this result set so that the user can use a drop down box to select the desired date. When I drag and drop the SQL Subscription control it prompts me to select a da

  • EJB 3.0 AND Eclipse

    Hi, I'm looking for a good tutorial on eclipse and ejb 3.0. I started using the book Beginning Java EE 5: From Novice to Professional: http://www.apress.com/book/view/1590594703 however I have come across a problem. I cant seem to get the example for

  • "Look for Apple TVs" is missing from iTunes10 prefs.

    based on apple's kb http://support.apple.com/kb/TS1453 : Choose iTunes > Preferences (Mac) or Edit > Preferences (Windows), click Apple TV, and make sure "Look for Apple TVs" is selected" I don't have the ATV in itunes 10.1 (10.6.5): !http://www.gbal

  • Simple JMS Configuration on OC4J Developers Preview

    What is the minumum required to configure the default OC4J JMS. I have a client deployed with the server that tries to get a Topic Connection Factory .... InitialContext ctx = new InitialContext(); tConFactory = (TopicConnectionFactory)ctx.lookup("ja

  • Can we call Remote Endable Module  from another Remote Enabled Moduel

    Hii experts... I have a problem regarding Remote Enabled Module Function Module.... Actually i want to call the standard BAPI 'BAPI_GL_GETGLACCBALANCE' into the BAPI which i hve created... is it possible??? or can anyone tell me if it is not possible