Customer balance confirmation does not equal to customer line item display

Hi All
When I run F.17 transaction (program SAPF130D) the totals don't equal to "customer line item display" program (FBL5N) totals.
When I run it for a specific customer and company code, I can see that some items from the customer line item display are missing. These are regular items (invoices) like other documents that appear in the balance confirmation.
The selection parameters are the same and the date is equal - I run the report as of today.
Can anyone advice please?
Thanks
Ofer

Hi
The problem was because of a customer hierarchy issue. Some of the invoices were issued to different sold to but with the same payer.
It can be displayed also in the balance confirmation. I just need to mark the two check boxes:
"Head offices and branches" and "check alternative head offices". Excellent.
Now I have another problem, that in this case, this issue is mentioned in the output: "Dear customer, in this balance confirmation we added the next branches...etc."
Can this remark be eliminated from the output?
Thanks
Ofer

Similar Messages

  • Why do I receive Error 200378 "Custom scale specified does not exist"?

    I am trying to perform offset nulling using an NI-9237.  I receive and error in regards to the custom scale even though I programmatically create the scale prior to the task.  I am experiencing the erro whne using LV8.2.1 but with LV8.6 the problem disappears (same code, just open in LV8.6 and run)
    The error is the following:
    Error 200378 "Custom scale specified does not exist" 
    Possible reason(s):
     Measurements: Custom scale specified does not exist.  Custom Scale: test
    Channel Name: LoadCell_StrainGage_Sim/ai0
    Task Name: _unnamedTask<F>
    I have attached the code in LV8.2.1
    Thanks
    Dan
    Attachments:
    test.vi ‏38 KB

    Dan,
    I tried your VI and it worked for me after I changed the channel from "LoadCell_StrainGage_Sim/ai0" to something that was on my system.  Before that, I got the same error.  So...are you sure that there is LoadCell_StrainGage_Sim/ai0 configured in MAX?  Stupid question, I know, but it was the only thing I changed.
    -Matt
    -Matt Bradley
    ************ kudos always appreciated, but only when deserved **************************

  • FS10N balance not tie with FBl3N line item totals

    Hi
    I searched the forum for posting on FS10N and FBL3N incorrect balances and I did not any post appropriate for my issue. Hence I am posting my issue here.
    For a particular month, say 072010, FS10N GL balance does not tie with FBL3N line item totals. I am not sure why. In our case, we did not archive any line items and this is not related to year end carry forward. Year beginning GL balances look fine. We dont have any negative postings. Only few GL balances are off. We are using 4.7 version.
    Do you know why this inconsistency and how to rectify it? Is there any program which I run apart from Yead End carry forward?
    any ideas really appreciated.
    Thanks

    Hello
    We have already this trouble.
    To correct it you need to proceed like this (when NewGL is not activate, with new Gl there is one new programm)
    Without newGL
    - Block account to be posted (transaction FS00 Block for posting in the company view)
    - Delete open item, by using the programm RFSEPA03 (you need to adapt it by a copy because if you don't you can't run it), also this programm will unflag your account in the company view
    - Delete line item by the standrd program RFSEPA04
    - Create the line item by the standard program RFSEPA01
    - if this account is managed by open item, run the programm RFSEPA02 (you need to do the same adjustement of the RFSEPA03)
    With NewGL, there is something new. the program RFSEPA02 is linked with a new transaction and you don't have to adjust it FAGL_ACTIVATE_OP. The difference is when you create the open item, you have to define the default profit center and default value depending of the customizing of the leading ledger.
    BBest regards
    Philippe,
    Thanks for the rewards.

  • Vendor/Customer balance confirmation lists print

    Hi,
    when we want to print vendor/customer balance confirmations, transactions f.18/f.17 always print:
    - form set
    - reconciliation list
    - results table
    - if there is some error - error list
    We want to restrict the printing only to FORM SET and we DO NOT want to print reconciliation list and results table.
    Is there some way to configure F.18/F.17 to print only FORM SET?
    Thank you.
    Ľubou0161

    Hi Lubos,
    I have the same problem...how did you solved this?
    Thanks and regards,
    Victor

  • Vendor/Customer balance confirmation prints

    Hi,
    when we want to print vendor/customer balance confirmations, transactions f.18/f.17 always print:
    - form set
    - reconciliation list
    - results table
    - if there is some error - error list
    We want to restrict the printing only to FORM SET and we DO NOT want to print reconciliation list and results table.
    Is there some way to configure F.18/F.17 to print only FORM SET?
    Thank you.
    Ľubou0161

    Hi Lubos,
    I have the same problem...how did you solved this?
    Thanks and regards,
    Victor

  • Logic to get customer balance confirmation at profit center level.

    Hi All
    Please help me understand the logic to get customer balance confirmation at profit center level.(not at company codewhichis available)
    On what basis developments can be done.
    Detailed and early Inputs will be appreciated
    Thanks in advance.
    vadapav

    Hi
    First of all, I liked your user name...
    I have a basic question with regards to your requirement... Customer is an external party... he has got nothing to do with your internal definition of profit centers..
    Hence, if Customer A is buying goods from you belonging to Pr Ctr B and C - He wlil expect you to send a balance conf letter which aggregates total balance... He will be, in no way, concerned with your internal division of profit center wise balance
    Still, if you would like to go ahead with your requirement ,  then identify the open line items from BSID or BSAD (I dont know which one of these stores open line items) , Take that document no to table FAGLFLEXA and identify your profit center... This is assuming you are on ECC 6.0 and use New GL
    If you are not on ECC 6.0, then identify the open line items from BSID or BSAD and Take that document no to table  BSEG and read the profit center from revenue line item.. These revenue accounts can be included in a SET created in GS01 rather than hard coding in the program
    Regards
    Ajay M

  • Regarding custom print program does not recognize elements in new windows..

    Hello Experts,
    I copied the standard print program RFFOUS_C since I need to add new windows and routines. But when I
    inserted my 'WRITE_FORM' to call the element in the new window it has an exception of '1' which I think it does not
    recognize the custom elements in the new windows. Below is my code:
    CALL FUNCTION 'WRITE_FORM'
                   EXPORTING
                     element                        = 'CHECK'
                     function                       = 'APPEND'
                    TYPE                           = 'BODY'
                     window                         = 'PAYEE'
                  IMPORTING
                    PENDING_LINES                  =
                   EXCEPTIONS
                     element                        = 1
                     function                       = 2
                     type                           = 3
                     unopened                       = 4
                     unstarted                      = 5
                     window                         = 6
                     bad_pageformat_for_print       = 7
                     spool_error                    = 8
                     codepage                       = 9
                     OTHERS                         = 10.
                  IF sy-subrc <> 0.
                   MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                           WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
                  ENDIF.
    So I added the window 'PAYEE' and the code above was inserted in the routine 'SCHECK'. Hope you can help
    me guys. Thank you and take care!

    r u using the ' check' text element in your script window?, if u don't delcare in the script  window than only this kind of error will come.
    Thanks,
    Tirumal.

  • Change print program of Customer Balance Confirmation (F.17)

    Hey experts,
    I created a customer print program "ZSAPF130D" which is going to replace the standard print program "SAPF130D".
    However, I found no possibility to change the print program for transaction F.17 in the customizing (SPRO) section.
    In customizing
    SPRO--> Financial Accounting (New) --> Accounts Receivable and Accounts Payable
    --> Business Transactions --> Closing --> Count --> Balance Confirmation Correspondence --> Make and Check Settings for Correspondence
    --> Define Form Names for Correspondence Print
    I was able to attach my new custom form (sapscript) to the Customer Balance Confirmation but found no way to change the pring program.
    I could be able to change the attached program via se93 but i don't know if this is the right way to do so.
    Could you please give me some advice,
    thanks in advance,
    treee111 - Ben

    Hi Gordon,
    you are right, I'm sorry that I posted here.
    Could a moderator please delete this post since I have already postet in the right forum.
    Thanks,
    Ben

  • Error " M7 185 " consignment stock does not exists with Customer/vendor

    Dear SDN Team,
    The system is throwing the error "Special stock at customer/vendor 3000000001 does not exist (Notification E M7 185) .
    The consignment Process has been sucessfully maintained correctly with the customer/vendor in ECC system ,but the CRM system is but not able to recognize that the stock is available and throwing the error "Special stock at customer/vendor 3000000001 does not exist (Notification E M7 185).
    kindly suggest.
    Regards
    M.R.Reddy

    Hi Mirja,
    have you gaines any solution for this issue. I am currently facing the same problem and have no idea how to solve it
    Thanks
    Matthias

  • Skin for an x220 - Fathead does not have a custom skin

    I bought a skin when I ordered my x220, but I now see that fathead does not have a  custom skin for this model.  Is there another Thinkpad with the same dimensions.  Any thoughts on what to do?

    The Fathead website now has the X220 up ..
    But does anyone have any experience with these stickers? Do they fit the x220 well, with regard to the Lenovo/Thinkpad bezels? Thanks for any feedback on this.

  • [BUG] Adobe Bridge does not support OSX 10.10's "Go Back" keyboard shortcut and does not have a custom one.

    Adobe Bridge does not support OSX 10.10's "Go Back" keyboard shortcut which is `command + shift + [` and does not have a custom one.
    I tried "delete" key which is backspace for Windows. It will do delete identical to "delete X" key (which is delete key for Windows).
    Sidenote: `command + shift + \` is to go back in views (switch views), not folder structure.

    Exactly where do you want to use a GO BACK "shortcut" in Bridge?  Maybe I don't even understand what you mean by Go Back.  Bridge is only a file browser, nothing more. It doesn't open, edit, manipulate or save files at all.
    Are you simply referring to going back to view a folder that you viewed before?
    Please don't take this a criticism.  As someone who will gladly pay money not to have to learn any shortcuts at all, I'm just puzzled and curious, that's all.

  • E-Recruiting - Synchronization object u2018BPu2019 does not exist in customizing

    e-Recruiting Question: Version 6 u2013 patch 10
    The following error is presented when new eRec users are created or new external users are created.
    Synchronization object u2018BPu2019 does not exist in customizing
    I have concern that  customizing table CRMC_BUT_CALL_FU is not properly maintained as it initially dumped on creation, but after an update to the table the dump is resolved but I still receive the error. 
    Any hints or example of the configuration in this table for a working e-Recruiting system?
    Regards-
    b

    Update:
    After a lot of digging, we discovered that the JDO mapping is creating a lower bound with a one that should be a zero on the relationship... A forum suggested that adding cascade-delete will force the zero with no foreign key constraints...

  • Business partner ######### does not exist as customer, change not possib

    We are in the process of upgrading from CRM 4.0 to CRM 7.0
    I am currently testing our DEV system (that has been upgraded) and have found the following issue:
    When I create a customer in transx BP the customer is not going through to R/3 - this is the case for all roles, even when ALL data is completed that needs to be there for masdatory fields in R/3
    In SMW01 the BUPA_MAIN is set to green but but is not sent to R/3, when I look into the Error Segments there is an error stating that - Business partner 0005074626 does not exist as customer, change not possib
    Does anyone know what this means or how to fix the problem
    Regards
    Barry

    Arup
    I have checked all the mapping and all is ok.
    When a BP is created in transx BP as a 'Business Parter (GEN)' role it
    saves OK but when you change, or extaend into another Role,
    say 'Prospect' and update the classification etc there is an ERROR in
    SMW01 stating:
    'Business partner 0005074628 does not exist as customer, change not
    possib'
    If a BP is created in the Prospect Role all is well, the issue is with customers that are created in BP GEN first, we have thousands that are created in BP GEN then extended when they need to go through to R/3 for sales processing
    Regards
    Barry

  • I get unexpectedly logged out from my mail box and and recieve the following message: "The custom error module does not recognize this error."

    I am repeatedly and unexpectedly logged-out from my mail box when working on a document. It frequently happens when I choose Send or Save, but it could happen any time. The file that I worked on disappears completely. Before, the file could be found in the draft box or some other place categorized as Auto Recovery. Now, instead, I get the following message: "The custom error module does not recognize this error." I am working at home, connected to a university server. The same problem appears with both of my computers, which are connected by a router. I have a MacBook Pro and am working with Firefox 6.0.2. I have a wireless broadband connection with Internet. AirPort is connected to Lindstrom and has IP address 192.168.0.198. Router: D-Link Model DIR-635. Modem: ZyXEL Model No. 660H D Triple Play Modem.
    Best wishes,
    Lars Lindström, Professor
    <[email protected]>

    Hi Phil,
    Generally, when a user sends an incoming request to an Exchange 2010 Client Access server using Outlook Web App and the user’s mailbox is on an Exchange 2010 mailbox in a different Active Directory site,
    Exchange 2010 determines whether the Client Access server has the
    ExternalURL property set in that Active Directory site. If it is and the cross-site silent redirection has been enabled, the user will be automatically redirected to the specified URL.
    Thus, please make sure the External URL property is set properly in your environment. And also
    disable the WindowsAuthentication for OWA VD to have a try. If the issue persists, please try the following KB to reset the Outlook Web Access-related virtual directories:
    http://support.microsoft.com/kb/941201
    Thanks,
    Winnie Liang
    TechNet Community Support
    Sorry for the late reply.  Yes, the ExternalURL is set; otherwise, it wouldn't work at all.  98% of the time everything is fine.
    My issue described a problem that appears only during session timeouts.  I've pretty much verified that this is the case; Exchange 2010 does not appropriately handle the timeouts sometimes when using cross-site redirection.

  • Pages 5.52 does not open my custom templates from previous versions?

    Pages 5.52 does not open my custom templates from previous versions?
    Pages freezes and I have to force quit
    Whats happening

    Pages v5 (including v5.5.2) lacks about 100+ features found in Pages '09 v4.3. When Pages v5 encounters unsupported content in Pages '09 (or very early Pages v5) templates, it communicates this to you as an application freeze. As Pages '09 v4.3 runs on Yosemite, and you may still have it in /Applications/iWork '09, you may want to use it instead. Recreating templates is not the best use of your time.

Maybe you are looking for