Outstanding balances of vendor

hi all
how we will Transfer  Outstanding balances of one vendor to another vendor.
thks in adv
rgds
sree

Hello  Sree...
If I tell ur answer how many marks u will give to me...
If u want to know the answer cal me...
Regs,
Bhaskar

Similar Messages

  • Not billed and now have an outstanding balance.

    I have been using the iTunes store for some time now (few years), and too see this happen is a surprise. I have the funds in my bank, credit source for instant funds, but never even received a receipt from PayPal or Apple. So this appears to be a fault on Apple.
    When showing purchase history, I see this:
    The billing of a previous purchase has failed. Your last PayPal transaction was declined because some action is required by you regarding your PayPal account. For example, you may need to add funds to your cash balance if you have no other instant funding source. A bank account does not normally qualify as an instant funding source but a credit card or cash balance do. Please provide payment information and click Done to pay your outstanding balance and continue using the store.
    Thing is, I only had found out when I reported bad sound quality on one of the songs in an album (crackling sound).
    Argh! I definitely want to pay, but am not touching my payment options incase it double charges. Any ideas? Is Apple having billing problems? Because of this, I can NOT purchase anything in the store now.

    Have you contacted PayPal to make sure that it's not their problem? Just because you can buy from another vendor doesn't mean that PayPal is able to connect to and pay to the iTunes Store without problems. I'd suggest you contact PayPal first to confirm that they don't show a problem on their end.
    If PayPal doesn't report any known problems, contact the iTunes Store Customer Service department using the form on their Support page (select the category and subcategory closest to the issue you're reporting) and explain your situation to them.
    As regards not having gotten receipts, log into your iTunes Store account and go to your account information and confirm that it shows a valid email address. Then check any spam filters on your email account or email application and make sure that email messages from Apple are not being filtered out.
    Regards.

  • Opening & Closing balances of Vendor

    Hi Experts,
    I am doing a report where in i need to get the opening & closing balances for Vendor(s). I am using BSIK & BSAK tables. Are there any more tables involved and how do i carry out the calculations?
    Please help.
    Thanks
    Dany

    hi Dn,
    That would suffice for your requirement .
    Regards,
    Santosh

  • Opening & closing balances for Vendor

    Hi Experts,
    I am doing a report where in i need to get the opening & closing balances for Vendor(s). I am using BSIK & BSAK tables. Are there any more tables involved and how do i carry out the calculations?
    Please help.
    Thanks
    Dany

    Hi,
    There are various t. code to check line items for vendor like: S_ALR_87012103 but Any table is not helping to check opening/closeing balance for vendor.
    Table BSIK and BSAK are having are records for open items and close items for vendor and system calculate the balance by using these tables.
    Regards,
    Vinod

  • Deifference between GL balance and Vendor Subledger account

    Dear
    I have found the difference between GL A/C balance and vendor Balance report on the reconciliation account for the comapny code.
    What i haev observed is that every year , the balance carry forward amount if difference on General Ledger report (S_ALR_87012277) and Sub Ledger report (S_ALR_87012082)..
    Why the amount is different on these two report. Principally, when ever we post any amount to vendor account , the entry is passed on to Subledger account.
    Here when i do run Gl report and Subledger report for same account lets say 1610000 recon account, he balances are different.
    What can be the reason and how to correct it?
    Thanks

    Hi
    There could be many reasons:
    1. You have posted Special GL Transactions to vendor, which is a subledger A/c. In such a case, system would post to different reconciliation accounts.  Check for totals of all the reconciliation a/c
    2. There is a change in the reconciliation a/c  in the vendor master and you have not run F101 for the same
    Regards
    Sanil Bhandari

  • Asset balance report Vendor/supplier wise

    Dear All,
    I want to take asset balances report vendor/ supplier wise.
    Is any report avaliable like this?
    Thanks & Regards,
    Pritam

    Hi,
    you can use sort variants which contain the vendor information. You can find some information in SAP notes 98739 and 546856.
    Regards,
    Markus

  • Opening balance for vendor in debit

    Hi
                                  When I post the opening balances for vendors it is showing the vendor balance as debit.(+) Is this correct or it should show vendor balance in credit and customer balance as debit ?
    Regards
    Sekar

    Hi,
                              This was the JE:
                                                                                    VENDOR                         1000 (Debit)
                                                              OP BAL(Asset)               1000(Credit)
    Remarks: BPartners  Opening Balance       
    Thanks and Regards,
    Sekar
    Edited by: S. Gamaliel Sekar on May 17, 2011 11:38 AM
    Edited by: S. Gamaliel Sekar on May 17, 2011 11:39 AM

  • Need Help to build a report "GL Account-wise Outstanding Balance as on"

    Hi All,
    i have a requirement to build a GL Account-wise Outstanding Balance as on date...
    report format
    1.Date of Transaction     
    2.Journal Source     
    3.Journal Category     
    4.Opening Balance     
    5.Debit for the period     
    6.Credit for the Period     
    7.Closing Balance
    Parameters
    Company Code
    Account No
    Account Description
    GL Date(As on)
    Currency
    my query
    select trunc(gjh.posted_date) "Date of Transaction",je_source "Journal Source",je_category"Journal Category",
    abs(sum((begin_balance_dr-begin_balance_cr))) "Opening balance",sum(period_net_dr) "Debit for the period",sum(period_net_cr) "credit for the period",
    abs(sum((begin_balance_dr-begin_balance_cr)+(period_net_dr-period_net_cr)))"Closing Balance"
    from gl_je_headers gjh,gl_je_lines gjl,gl_code_combinations gcc,gl_balances gb
    where gjh.je_header_id=gjl.je_header_id
    and gjl.code_combination_id=gcc.code_combination_id
    and gcc.code_combination_id=gb.code_combination_id
    and gjh.currency_code=gb.currency_code
    and gjl.set_of_books_id=gb.set_of_books_id
    and gjh.period_name=gb.period_name
    and gcc.segment1='01'
    --and gjl.code_combination_id=12854
    and gjh.currency_code='USD'
    and gb.actual_flag='A'
    and gjh.status='P'
    and gjl.status='P'
    and gjh.period_name=to_char(sysdate,'Mon-yy')
    group by gjh.posted_date,je_source,je_category
    pls someone help me to correct the query

    Well, you may want to look at the activity for one specific account, in detail, before you try to get involved in summarizing/grouping the detail. That way you will begin to understand what the grouping function in the SQL statement is going to do to you. You do not say what is wrong with your query, but I am assuming that your numbers for the Opening Balance and the Closing Balance are too high. Would that be a correct assumption? The problem, as I see it, is that you are joining the gl lines detail to the gl balances table. That means every record (row) in the join for that account for the desired period is going to have the beginning balance dr and cr columns. So if you sum up that column, you are going to sum up the beginning balances multiple times. What you need to do is first summarize your detail activity by the date, journal source, and journal category, and the debits and credits sums, for the period in question, and store that result, Then do a second query that joins that result set to the gl_balances table. Also not sure what null values are doing to you, if you have them in the debit and credit fields. You may have to convert the null values to a 0 as part of this whole process. Or do this via a custom program. Or if you have a data warehouse, you might want to see if you can handle this in the data warehouse. So some options to thiink about.
    John Dickey

  • Agewise Outstanding Report for Vendors report

    Hi All,
    In SAP, Agewise Outstanding Report for Vendors report coming with Vendor Master Details  along with Address details in the report S_ALR_87012085 - Vendor Payment History with OI Sorted List  which is not really required. Hence we need to remove all un necessary details. We need only a signle line report for each vendor like below.
    Vendor Code Vendor Name  Due - 30  days  Due - 60  days  Due 90 Days  Due  120 days and more than above
    The selection of period option is already available in std SAP. We have to change the output report only. This is rquired for Audit purpose.
    Please help me in the above issue.
    Regards
    Vinu

    Hello,
    The following example I have given is for customers.
    The only difference is in transaction codes. For customer you go to FDI1, for vendor you go to FKI1 (reports).
    For Customer you go to FDI4, for vendor you go to FKI4 for forms.
    Remaining all are the same.
    Hello,
    Go to transaction code FDI4
    Select Form Type RFFRRD20 Line item analysis
    Give your form name and description
    Structure (Two axis) - as defaulted
    Click on Create
    You will have lead column
    Delete the rows 2, 3 and 4
    Double click on column 1
    Enter the customer numbers from 1 to 999999
    First column double click  (A)
    Slelect following values
    Due date analysis 1
    Days for net due date 0 to 30
    Give the short name, medium name and long text for the column.
    Repeat this step in next columns like 31 to 60, 61 to 90, 91 to 120 and 121 to 99999 days etc in other columns and select due date analysis 1. (B,C,D,E)
    Create one more column by way of formula. To create a new column you need to double click on blue line. Put formula add all five columns you have created above. (F = ABCDE)
    You prepare one more column with
    Due date analysis 2 (G)
    Now you prepare one more column add (F+G) = This will be total open items = over due and not due.
    Now go to FDI1 and prepare a report - assign the form created in FDI4 to the report.
    Characteristics you need to select are
    Account Type (Select Account Type as D for customers)
    Currency
    Customer
    Document Type
    Special G/L Ind
    Company Code
    Change the output types and options according to your requirement.
    Refer FDI2 and FDI3 for other standard reports created.
    Refer FDI5 and FDI6 for other standard forms created.
    Save your report and execute.
    Regards,
    Ravi

  • How do you pay the outstanding balance on your iTunes account?

    I have an outstanding balance on my iTunes account somehow, and o can't download anything or update anything on my phone, it just tells me to update my card info and then tells me my security code is invalid. Which it's not. I could update my stuff on the computer but I had to uncheck the box that says "authorize this card to pay the outstanding balance on your account" I have enough money to pay the balance, but I just wanna know know
    How to pay the dang thing so I can fix everything and make it so
    I can download the stuff again.

    Settings>iTunes and App Stores>Apple ID>View Apple ID>Sign-in>Payment Information

  • I cannot pay my outstanding balance as Apple will not let me.

    How in the world would I pay my outstanding balance of 40 dollars If apple will not let me? I had already voiced my concerns to apple via  email and the only means I could pay my outstanding balance as per their instruction is through itunes gift card. I am unable to use credit cards or debit cards as my apple id account is associated with too many cards (Yeah Right) so in effect I am compelled to  purchase an itunes gift card which I did from an online store. HOWEVER, I am unable to use the said gift card as it is only for the US itunes store as I found out in my attempt and my account is set on the Philippine itunes store which renders the gift card absolutely useless; furthermore I cannot switch countries due to the RESTRICTION. I went to support AGAIN and still got the intstruction that I need to use itunes gift cards to pay the balance. This time I went to a Power Mac center and told me that they do not sell itunes gift card for the itunes Philippine store and in fact they and all other branches are not engaged in selling itunes gift cards anymore. I went to other retail stores and told me itunes gift cards are readily available for purchase but it is for the US store only and NEVER for the Philippine store. In fact, they told me that itunes gift cards for the Philippine store DOES NOT EXIST. I went back to the Power Mac center, told them this and they did confirm with the fact that there is no such thing as an itunes gift card for the Itunes Philippine store and they even suggested that I need to make a new account. ***? I emailed apple about this and up to this moment no reply. Now, how am I supposed to pay my outstanding balance? This is such a huge inconvenience in my part, I wish apple would have been more wiser in giving instructions. Now, anyone... Suggestions?

    The Three Best Alternatives for Security Questions and Rescue Mail
         1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • I have been with Verizon since 1995 (I was an employee for years). I attempted to upgrade 2 of the 4 lines on our account today, but couldn't. We have an outstanding balance (though we have received no past due notice via mail, email, or text and make reg

    I have been with Verizon since 1995 (I was an employee for years). I attempted to upgrade 2 of the 4 lines on our account today, but couldn't. We have an outstanding balance (though we have received no past due notice via mail, email, or text and make regular payments every month) that I would love to pay, but our bank account number was stolen, so we can't access our account until Monday. Because we were unable to pay our outstanding balance, we were told we can't order the phones today during the special promotion (that ends today). No one can help us, though we have no way of doing anything until Monday when our bank reopens and can reimburse us for the money that was stolen from us. No one in customer service can help us (they can't process the order but not ship until after we make payment on Monday, they won't honor today's promotion on Monday due to our special circumstance, nothing). They stated that "corporate" makes the rules and they have no idea how I can reach corporate to discuss the matter. Without the promotion, we will be charged full price for the phones on Monday, which will cost us an additional $300.00. Any help would be appreciated. Thanks.

    I hope that you aren't complaining about dropped calls INSIDE your condo because no amount of switching or upgrading devices will solve that.
    VZW will not guarantee service inside of any structure. There are just too many factors. If the problem is inside then you might want to look at one of the following:
    1.) Network Extender (may cause issues for others in a condo or apartment style setting)
    2.) A Google Voice Number (Free with a Gmail email address), downloading Google Hangouts Dialer and forwarding your calls to the GVN so that you can make and receive calls over Wi-Fi.

  • Payments and outstanding balances of a customer

    hi,
    we are using CRM 4.0. whats is the t-code to check the outstanding balances and pyaments made by a specific customer. similar to FBL5N in ECC. Pls help.
    I need to check the product availability[stock status[ while placing an order online. what is the t code for the same.
    Rgds,
    Anitha J

    hi,
    As CRM does not support accounting directly, CRM transaction is not available for checking Customer balances and payments.
    You have to use  backend transaction FBL5N to check that.
    reg,
    chait

  • Rec.acc balance with vendor wise

    Hi all,
    one rec. acc using for many vendors
    how i can get the report
    one rec acc balance with vendor wise.
    thanks!!
    lakshmi,

    Hi Lakshmi
    you can take this report with the help of ZFBL1N- mention the details and here you can give your recon account towards GL Account. mention the vendor code in the range- genearate report. this will give exactly the same as you are in need.
    Regards
    Shridhar

  • Balance in vendor recon account is not matching with the balance in subsida

    Dear All
    Balance in vendor recon account is not matching with the balance in subsidary ledger, the recons accounts inthe masters have been changed,how do i reconcile them

    Hi Surya,
    check f101 - tab parameter, flag Change recon acct.
    f101 carries out postings or gives you a simple list to determine all the open items with changed recon accounts.
    Best regards
       Horst
    Edited by: HorstRn on Jun 24, 2008 6:22 PM
    By the way.... this is the AM forum... Chance to get a solution is much higher in financials....

Maybe you are looking for

  • Is there a way to set up LDAP on OSX 10.4 client?

    I am already running Apache and Postfix servers from my 10.4.4 client machine, and would also like to be able to use LDAP on here as well. Everything I have found in my searches has said it comes with OSX Server, and how to configure it on the server

  • Mac Mini crashes when connected to USB mouse!

    This problem just happened all of the sudden--I came into my office a few days ago and there was the multi-lingual screen of death telling me I needed to restart my computer. Tried numerous times, no success--same message. Took Mac Mini to Genius Bar

  • Help on import server

    Hi friends, please provide full configuration file for mds.ini(server), mdis.ini(import server) and mdss.ini (syndication server) [email protected] Thank you S Naidu shankar

  • Weblogic portal vs webcerter portal

    Hi, I am newbie, start working on WebCenter Portal, but what is the difference b/w WebLogic Portal & WebCerter Portal? Thanks

  • Servers are slow again - anyone else?

    The Apple servers are VERY slow tonight - I can barely even load trailers. Anyone else seeing this? I'm the the Southeastern US. I purchased an AppleTV for my parents this weekend since we've loved ours so much - now Apple has gone and messed things