Outstanding of bills

Hi friends,
When we create sales order is there a possible to view the number of bills based on the payment term for that particular customer?
In other words,we know the outstanding bills in SAP are based on the number of days based on the payment terms,But can it be made based on the number of billls as outstanding.
EX: we say if two bills are pending for payment from the customer the billing sales order should not be created in the system.
AJ

Hi AJ
AS you know number of outstanding bills can view at T code FBL5N for customer.
we say if two bills are pending for payment from the customer the billing sales order should not be created in the system.
for your requirement that sales order should not created if bills are pending, you need to go for User exits.
Consult your ABAP consultant and user USEREXIT_SAVE_DOCUMENT userexit.
try and revert

Similar Messages

  • ITunes will not accept my Credit Card Billing address

    I tried to update my credit card in iTunes, and each time, it tells me "Your credit card information does not match your bank's records. Please enter a U.S. credit card and matching billing address. Which I've done repeatedly. Apple keeps pre-authorizing an outstanding iTunes bill on my card, 11 times now! and the funds are blocked on my card, - close to $100.00 dollars. I've talked to iTunes CS for at least 2 hours, they keep telling me it's my bank. I spoke to my bank and they say that my card is fine. I charged something on Amazon, it went through fine. Charged something on Netflix, went through fine. B&H Photo, again fine.
    I realized that iTunes adds the 4 digit extended Zip Code, which my bank does not use, so I logged in appleid.apple.com and took out the extended 4 digits there, logged back into iTunes, and updated it, so it didn't have the extended 4. Then hit Done. - It came back with the same "does not match" error message, and it ADDED the +4 code again! - Of course it won't match if you keep adding things that aren't there!
    Has anyone else been able to resolve this matter? iTunes C.S. won't take responsibility and keeps putting the fault on me or my bank.

    iTunes Store: My credit card's security code or zip code does not match my bank's records - http://support.apple.com/kb/TS1646 see also tips in https://discussions.apple.com/thread/4245338

  • Debt collectors chasing me for an account that was...

    Hello all,
    Received a phone call this afternoon from quite an aggressive lady from a company called Advantis and representing a third party called TDX.  She was quite cryptic at first and started out by asking me for lots of my personal details.  I went along with this for a while then decided I had had enough and I wanted to know what was going on.  
    She informed me that I owed (either her company or TDX, I'm not 100% sure as I had just woken up) for an outstanding BT bill of £197.  I told her I thought she must have made a mistake but she was not interested and just wanted to talk about payment.  She wasn't even able to give me exact dates or even the reason for the charges but did inform me that she worked for a debt collection agency.
    I told her I would commit to nothing until I rang BT.  I got through to the BT call centre about an hour later and was indeed told I had owed broadband and line rental frees from July, August and September 2010 that they having tried to collect from me unsuccessfully had sold onto a collection agency.
    I'm not currently a BT customer - I cancelled my last account with them at the end of May 2010 as I was moving house.  I told the call centre advisor this and he admitted that he could see on my account a phone call I made on the 29th May 2010 to cancel my account.  I had at that point paid the following months (June) fees.
    However he then informed me that the cancellation had been cancelled!  He did not tell me by who though.  I assumed this was just a minor problem and he would be able to see that my usage (MBs) of the service ceased at the end of May and obviously a mistake had been made cancelling the cancellation.  I never used a phone from this line so it was all just rental and broadband.  He sounded positive that a favourable outcome could be arrived at but he would have to ring me back in 30mins.  Hate these ring back promises as I've been lied to in the past by some BT reps.
    He did ring back, after an hour, but did apologise for this so I was happy enough - the conversation started well but then he informed me that the service had been used as he could see data totals for 3 months after I left my address.  I asked him how this was possible as I had moved out of the property and he basically said this was only possible if I had still been living there and using the service.  He basically implied I was lying and would have to pay the bill with the third party.
    I have a letter from the company I rented the flat from informing me that I had given notice on the flat in April 2010 and would have to move out at the end of May - If I was still there and using the service I'm sure the new tenants would have spotted me!!!
    I was then informed again that this was my debt and he could do nothing for me and I would have to pay it.  I re-iterated that I had left the address at the end of May and asked if there was any possible way this could have happened by accident - he said no the account must have been accessed by me or somebody who knew my password and from my flats landline!  I had never told anyone my password.
    The account was finally cancelled after three months of non-payments and I was told they will have tried all ways of contacting me - nobody thought to Email me at my 10 year old BT Internet account though!
    He ended the call by saying his manager would ring me in 2 hours time, 3 1/2 hours have passed since then!
    From what I have read this seems like a friendly forum - If possible could anyone comment on the following please:
    How and why would a cancellation be cancelled?
    When investigating this before sending to debt collectors did nobody see the cancellation on my account and notice that my direct debits had been cancelled and think it was a bit odd?
    How can my account run up data usage when I no longer lived in the flat or used the router or landline - I had moved 200 miles up the country and was using a Virgin service?
    Does this cast doubt on the amounts of data I was being billed for prior to the cancellation, some of my monthly bills were very high?
    Is my credit rating now trashed?
    Why do BTs overseas call centres only ring back 50% of the time?
    Sorry its so long but I wanted to give as much info as I could, hoping for opinions

    Nobody from the call centre bothered to ring me back as promised yesterday.
    I waited until 12.45 today to ring them again - spent 15 minutes on the phone explaining again to be told the they were having system problems and couldn't help me.
    Was again promised a call back - 8 hours later still no call back!
    If the debt collectors ring again I'm reporting them to the police and BT to the Office of Fair Trading.
    If anyone from BT does read this can I have a job in one of your offshore call centres please - it sounds great, just keep promising callbacks that you never have to make!

  • Simplify the select query to get single record

    Please let me know what is wrong with my query.
    Max(p_received_date) is returning null columns too. But i need to have only null record per period, if there is date and null record for the same billing then return the date record. please check november and september records. september should return only 09/13/10 record but it is returning null record too. please help to get expected out put.
    SELECT DISTINCT B_BILLING_KEY,
    to_char(to_date('01/'||trim(substr(B_REPORT_PERIOD,5,2))||'/'||
    trim(substr(B_REPORT_PERIOD,1,4)),'DD/MM/YYYY'),'Month YYYY') Billing,
    B_company_id company,
    sum((nvl(T.B_ORG_SURCH_AMOUNT,0)+nvl(T.B_ORG_PI_AMOUNT,0))-(nvl(T.P_AMOUNT,0))) "PeriodBalance",
    Max(to_char(P_RECEIVED_DATE,'MM/DD/YY')) LastPaymentDate,
    decode(sign(
    (nvl(T.B_ORG_SURCH_AMOUNT,0)+nvl(T.B_ORG_PI_AMOUNT,0))-(nvl(T.P_AMOUNT,0))), 1,'Yes','No') Outs
    FROM mv_program_dict P, tuff_balance_view T WHERE
    b_company_id = 'U-7052-C' group by B_REPORT_PERIOD,B_company_id,B_BILLING_KEY,B_ORG_SURCH_AMOUNT,
    B_ORG_PI_AMOUNT,P_AMOUNT
    order by B_BILLING_KEY desc
    Actual
    Billing key Billing company periodbalance lastpayment date outs
    110631534073 November 2010 U-7052-C 270 Yes
    110631534073 November 2010 U-7052-C 690 Yes
    110631534073 November 2010 U-7052-C 66 Yes
    110461533197 October 2010 U-7052-C 4740 Yes
    110461533197 October 2010 U-7052-C 27000 Yes
    110461533197 October 2010 U-7052-C 0 No
    110251532527 September 2010 U-7052-C 0 09/13/10 No
    110251532527 September 2010 U-7052-C 0 No
    110251532527 September 2010 U-7052-C -18 09/13/10 No
    110251532484 August 2010 U-7052-C 0 09/13/10 No
    110251532484 August 2010 U-7052-C 2001 09/13/10 Yes
    110251532484 August 2010 U-7052-C 0 No
    Expectedoutput(need only following columns)Outs is outstanding balance
    Billing key Billing company l astpayment date outs
    110631534073 November 2010 U-7052-C Yes
    110461533197 October 2010 U-7052-C Yes
    110251532527 September 2010 U-7052-C 09/13/10 No
    110251532484 August 2010 U-7052-C 09/13/10 YES
    By using below query i am getting all output as NO. HOw to modify this query.
    SELECT company,
    billing,LastPaymentDate,
    CASE
    WHEN SUM (DECODE (outs, 'YES', 1, 0)) > 0 THEN 'YES'
    ELSE 'NO'
    END Outstanding
    FROM (
    SELECT DISTINCT B_BILLING_KEY,
    to_char(to_date('01/'||trim(substr(B_REPORT_PERIOD,5,2))||'/'||
    trim(substr(B_REPORT_PERIOD,1,4)),'DD/MM/YYYY'),'Month YYYY') Billing,
    B_company_id company,
    sum((nvl(T.B_ORG_SURCH_AMOUNT,0)+nvl(T.B_ORG_PI_AMOUNT,0))-(nvl(T.P_AMOUNT,0))) "PeriodBalance",
    Max(to_char(P_RECEIVED_DATE,'MM/DD/YY')) LastPaymentDate,
    decode(sign(
    (nvl(T.B_ORG_SURCH_AMOUNT,0)+nvl(T.B_ORG_PI_AMOUNT,0))-(nvl(T.P_AMOUNT,0))), 1,'Yes','No') Outs
    FROM mv_program_dict P, tuff_balance_view T WHERE
    b_company_id = 'U-7052-C' group by B_REPORT_PERIOD,B_company_id,B_BILLING_KEY,B_ORG_SURCH_AMOUNT,
    B_ORG_PI_AMOUNT,P_AMOUNT
    order by B_BILLING_KEY desc)
    GROUP BY company, billing,LastPaymentDate;
    Note:in the actual out put max(lastpayment date) is returing null values. if there is any date in one billing return that date only remove null example is september. in september it should return only 09/13/10 this date not null date. but if there is no other within one biling then consider that as null example november..
    Thanks,
    v

    Another solution is setting NLS_SORT to CI - case insensitive (or whatever_your_language_is_CI) and NLS_COMP to ANSI:
    SQL> with t as (
      2             select 'HARI' name from dual union all
      3             select 'Hari' name from dual union all
      4             select 'HaRi' name from dual
      5            )
      6  select  *
      7    from  t
      8    where name = 'hArI'
      9  /
    no rows selected
    SQL> alter session set nls_sort = binary_ci
      2  /
    Session altered.
    SQL> alter session set nls_comp=ansi
      2  /
    Session altered.
    SQL> with t as (
      2             select 'HARI' name from dual union all
      3             select 'Hari' name from dual union all
      4             select 'HaRi' name from dual
      5            )
      6  select  *
      7    from  t
      8    where name = 'hArI'
      9  /
    NAME
    HARI
    Hari
    HaRi
    SQL> SY.

  • COMPLAINT - Debt Collection from Pastdue Credit So...

    Hi, 
    I've received a letter from Pastdue Credit Solutions stating that I've outstanding BT Bill of £156.41 for property which I vacated in Oct, 2010.
    As far as I know, before vacating the property, I contacted  BT and paid all the outstanding amount.
    But after 3 years, I'm being informed about this amount. No e-mail or call was made by BT to me for this amount immediately after I vacated the property.
    During my tenancy period at that property, it was shared among three people. How I'm expected to get the amount from them if I'm receiving the letter after 3 years.
    I've dropped mail to BT and tried to get answer from BT Chat/Call as well as from Debt Solution company, but I still haven't got any answer.
    Can I get any help in this forum?

    Were you the account holder hence you have received the demand? Are you still a bt customer?
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Reward card scam

    Hello ,
    I am sorry about the issues you had with getting the reward card. We will be glad to help. If you could please send us a detailed message by clicking here. Be sure to include your name, account number, phone number, and the best time to reach you.
    Keep an eye on the at the top right corner of your screen for a response.
    In the meantime, let me know if you have any other questions or concerns!
    -David T
     

    If you look at the topics on this forum and other ATT boards, you will see that this is an ongoing problem that ATT can't seem to solve. ATT owes me $250 in gift cards. I finally got tired of their rude customer service and calling their customer service both wireless and cable AND their rewards center customer service. After months of trying to resolve this, I finally placed a complaint with the FTC and in my complaint referred to this board and other boards showing that this problem is common and on-going. I have two cellphones, internet, and cable TV with ATT. When I signed up online, I was promised $400 total in Rewards Cards. I was supposed to receive certain amount for signing up for cable, another amout for signing up for internet, another for signing up for those two online, and an extra mount for already haveing two cell phones with them. When it came down to it, I never received the notifications in the mail telling me how to redeem my cards. After calling the reward center customer service, I was about to get $200 in cards. The customer service agent claimed that she didn't see the other $200. Really?! That led to dozens of calls to the general customer service trying to figure out how to get what ATT promised me. Every time I called, the agents that answered would give me a different excuse or different reason as to why I haven't gotten the cards. All of them claimed that they could not see what promotion I was offered. Again, really?! So, when customers log in to their website to pay a bill and an offer for additional service pops up, ATT does not keep track of what they are actually offering customers? Not only this, but the email confirmation I received when I signed up for the internet and cable didn't have what was offered to me either. That's so convenient. So, when customers complain about not being given what they were offered, there is no way for customers to prove the offer because ATT does not include in its confirmations what they actually offered you. Nor does what they offered you show up anywhere on your account online. To make matters worse, the last time I called to try to get this straightened out, an agent offered me a $50 gift card to upgrade my TV service. Being stupid, I accepted it. Do you think I got that one either? No! So, all in all, ATT owes me $250 in rewards cards. Don't waste your time and energy trying to settle this with customer service. You will never get anything resolved dealing with them; even after months of calling them to try to straighten things out.  Just file a complaint with the FTC so that ATT can stop scamming their customers with these offers of gift cards that they don't intend to actually give to their customers. I filed my complaint online with the FTC about two weeks ago and I'm waiting to hear back from them.  After this gift card debacle is taken care of, I STILL have to settle another thing with ATT. A few years ago, at another apartment, one of their servicemen damaged my landlord's property while installing cable and internet. I had to pay my landlord out of my own pockets for the damage they cause. One of their regional managers told me that the installation charge and my first month's bill would be taken care of by ATT. I thought that they took care of both of those charges as they promised. A few years later, I'm adding another cellphone to my ATT wireless account and was told by an agent that I had an outstanding cable bill with ATT and that I would have to pay it before I got the phone. When I asked her the account number and address where the account is listed, lo and behold, it's the address where their tech damaged my landlords property. Turns out that ATT never took off the charges for the installation and the first bill. So, I was forced to pay over $200 just to add the new phone. That's the next issue I have to deal with when it comes to ATT and I'm sure that one won't be resolve either and that I'll be forced to file another FTC complaint. Thank goodness I kept the pictures of the damage and the emails between me and the manager regarding it. Otherwise, as with the gift cards, I'd have not proof. Being an ATT customer is such a hassel. Can't wait until my current contract is over on the two cellphones I have. I plan on going to another cell phone provider and changing my internet and cable to another provider as well. ATT has wasted so much of my time and energy with their horrible business practices and useless customer service. 

  • Challenge 195

    Some nice work on the griffin this week:
    ALEX B: Great cloning as usual -- love the 'sox' on the griffins in #1.
    ANNE T: I like the oriental feel the the rectangular framing in the branches gives #1. Is that the cutout filter in #2?
    Great snow job in #3.
    BEN M: The fluid gold look is outstanding.
    BILL Z: Alas, poor wienerdog -- nice work on the fence.
    CHARLES Y: Good work on the colorization.
    ELLEN H: Love the way you used the leaves as background and emphasized the eyes.
    JODI C: The harvest moon backdrop is great.
    KIMIOO: Great use of the forest scene, nice application of the veined marble surface and wonderful light beams.
    LAURA B: Nice insertion of the griffin behind the tree -- evil eyes, too!
    MALCOLM D: Wow! Love the use of the wing feathers to make petals -- great image.
    MARILYN L: The jeweled necklace really caps the revamped statue -- I like the way you used the wings as background texture as well.
    PAT C: Nice work on the spirit mist -- what did you use for your background?
    PAULINE W: Nice work on the flames and skull, but the ghost is just great -- any hints on how you did that?
    RED S: I count four challenge subject in amongst the rocks -- any more hiding? Displacement maps, perhaps?
    RITA G: I like the 3-D effect you achieved with the jack-o'-lantern -- nice work with the shadows.
    ROBIN L: An impressive set of images -- did you scan in the bottom of a glass vase to get the root patterns? Nice work on the clouds and lightning in #1.
    TAB A: Love the spiders and the niche setting.
    TOM M: Wonderful patterns -- what did you use to create the gem-like coruscations on the griffin?
    WARD G: Pink with birdies! I love the irony. Great job on the jack-o'-lantern carving in #2. The starfish in #3 is nicely done.
    WENDY W: Have to love the light fractured skulls -- neat concept. Now for #3 we need a little song from the Aldridge Sisters to go with that bubble machine, ah one and ah two...
    Bob Warren
    http://www.rewarren.com/challenge/chl195.htm
    RANDOM GALLERY:
    http://www.rewarren.com/challenge/random.html

    Hey Bob.
    "coruscation", I like that!
    From the bottom up;
    1. Original layer.
    2. Layer with that curves setting to make it look silver.
    3. Duplicated it, applied gold colored gradient map, difference mode.
    4. Inserted a photo of some rusted metal, then the displace filter, hard light mode.
    5. Duplicated that and changed to soft light.
    Blended with layer masks.
    Flattened.
    Highlighted some areas with a white, color dodge brush, 10% opacity.
    250kb version here.

  • Business Area Wise outstanding Bills During Vendor Payment

    Hi All,
    We have two Business Area, Vendor and Customer Invoices are generating Bus Area wise, During  Payment to Vendor Or Customer i am getting both the Business Area outstanding bills, but our requirement is when doing payment only respective business area bills should show for the users.  So kindly help in this regard as soon as possible.
    Regards,
    Sahil

    Hello Dear
    When you are making payment for Vendors through F-53,  then in the additional selection choose Others
    then from the pop up choose Business Area
    then enter the required Business Area and click Process Open Items Tab
    the open item related to this Business Area will Appears
    Hope it Helps
    Cheers
    IMK

  • Bill paid, but still shows as outstanding

    Hi, i recently contacted billing about this but haven't had a response.
    I paid my bill 2 weeks ago but it still shows as outstanding on my account. I don't want to be cut off again so i really need it resolved.
    I used an old bill to pay it as i couldn't find the most recent. But paid it has been.
    I have the receipt here with the APS number etc. Would a member of staff here be able to help?

    Did you pay your bill at the paypoint, by a bt payment card or with the slip on the bottom of the bill as it takes time to clear. What day did you make the payment.
    If you still have concerns you can e-mail the forum mods at this email address [email protected]
    If you e-mail the mods please include a link to this thread so they can reference back to it, your BT account number. Also make sure you include as much information as possible about your issue. One last thing make sure you state what day the payment was made by what method and include any numbers you have on your receipt to help them trace the missing payment.
    I am sure they will be able to help you get to the bottom of your issue.

  • Bill Wise Outstanding

    Hi ,
    Our Client needs to know what are the JE's and A/R Invoices  that has been invoiced for some particular items.
    We need a report like this.
    Cust Code==Cust Name==Inv No==Inv Date==Inv Value==JE No==Bal Due Debit==Bal Due Credit
    Cust 1
    Cust Subtotal(Bal due Debit and Credit)
    Cust 2
    Cust Subtotal()
    Cust n
    Cust Sub total()
    I am using the below query for bill wise outstanding and they need the item details in that bill..
    SELECT T2.CardCode, T2.[CardName],T0.[RefDate],T1.[BaseRef],T1.[Debit],T1.[Credit],
    T1.[BalDueDeb], T1.[BalDueCred], T1.[LineMemo],T2.[MailCity],T3.GroupName
    FROM dbo.OJDT T0 
    INNER JOIN dbo.JDT1 T1 ON T0.TransId = T1.TransId
    INNER JOIN dbo.OCRD T2 on T2.CardCode = T1.[ShortName]
    INNER JOIN dbo.OCRG T3 on T2.GroupCode = T3.GroupCode
    WHERE T1.[RefDate] BETWEEN '[%0]' AND '[%1]' AND T1.[BalDueDeb]<>'0'
    union all
    SELECT T2.CardCode, T2.[CardName],T0.[RefDate],T1.[BaseRef],T1.[Debit],T1.[Credit],
    T1.[BalDueDeb], T1.[BalDueCred], T1.[LineMemo],T2.[MailCity],T3.GroupName
    FROM dbo.OJDT T0 
    INNER JOIN dbo.JDT1 T1 ON T0.TransId = T1.TransId
    INNER JOIN dbo.OCRD T2 on T2.CardCode = T1.[ShortName]
    INNER JOIN dbo.OCRG T3 on T2.GroupCode = T3.GroupCode
    WHERE (T1.[RefDate] BETWEEN '[%0]' AND '[%1]') AND  T1.[BalDueCred]<>'0'
    Group By
    T2.CardCode, T2.[CardName],T0.[RefDate],T1.[BaseRef],T1.[Debit],T1.[Credit],
    T1.[BalDueDeb], T1.[BalDueCred], T1.[LineMemo],T2.[MailCity],T3.GroupName
    Order By
    T2.CardCode, T2.[CardName],T0.[RefDate],T1.[BaseRef],T1.[Debit],T1.[Credit],
    T1.[BalDueDeb], T1.[BalDueCred], T1.[LineMemo],T2.[MailCity],T3.GroupName
    Pls help me in achieving the desired report.
    Thanks,
    Vams

    Hi Vams,
    Try the below Query, it will display single database Outstand Details.
    SELECT
    T2.CardCode, T2.[CardName], T4.[ItemCode], T4.[Dscription],
    T0.[RefDate], T1.[BaseRef],T1.[Debit],T1.[Credit],
    T1.[BalDueDeb], T1.[BalDueCred], T1.[LineMemo],T2.[MailCity],T3.GroupName
    FROM OJDT T0  INNER JOIN JDT1 T1 ON T0.TransId = T1.TransId
    INNER JOIN OCRD T2 on T2.CardCode = T1.[ShortName]
    INNER JOIN OCRG T3 ON T2.GroupCode = T3.GroupCode
    INNER JOIN INV1 T4 ON T2.CardCode = T4.BaseCard
    WHERE (T1.[RefDate] >= '[%0]' AND T1.[RefDate] <= '[%1]')
    AND
    T1.[BalDueDeb]!='0.00'
    OR
    If you need to print bill wise Outstanding Report. Try the below Query.
    SELECT T0.[DocNum] As 'Doc No.', T0.[DocDate], T0.[DocDueDate], T0.[CardCode] As 'Customer Code',
    T0.[CardName] As 'Customer Name', T3.[Dscription], T3.[Quantity], T3.[PriceBefDi],
    T0.[DocTotal],(T0.[DocTotal]-T0.[PaidSys]) As 'O/S Balance'
    FROM OINV T0 INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode
    INNER JOIN OCRG T2 on T1.GroupCode = T2.GroupCode
    INNER JOIN INV1 T3 ON T0.DocEntry = T3.DocEntry
    WHERE T0.[DocStatus] ='O'
    AND
    (T0.[DocDate] >='[%0]' AND T0.[DocDate] <='[%1]')
    Regards,
    Madhan

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

  • Homemove cancelled, Outstanding bill

    Hi I had a home move booked on the 7th june. when the engineer didnt turn up i called up bt and was told it had been cancelled because our new property didnt exist on 'some' of bt's systems. long story short i have spent almost 2 months without internet and more importantly without a phone line.
    trying to sort it out had been a nightmare. it seems ive been on the phone every day or evry other day trying to sort it out. firstly i was told that my account had been passed onto the offline team and to await a phone call. after a week nothig happend so i called bt and it seemd evry department i spoke to were trying get me to take out a new contract.
    because of outstanding bills for services that wernt used after my line was disconencted i had to pay a £50 deposit to bt when creating a new contract. and i was told i was unable to get fibre because bt had to maunally add my address on the database. ive had 2 accounts cancelled and redone to get me the right services.
    my services were eventually installed on 16thjuly. but im left with an outstanding bill at the old property from over 2 months ago and ive been told on at least 3 occasions over the phone this was sorted. this whole experience has been a mess and very stressfull being told something different evrytime i phone up which is why ive registed here to hopefuly get some resolution.
    thanks. sam

    have you tried the live chat
    live chat
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Need to show all outstanding billing documents

    Which table can I use to show all billing documents where the accounting document has been created but not yet cleared?

    Hi Jon
    Check in <b>BSEG</b>
    Thanks
    G. Lakshmipathi

  • HT204088 I can't download from app store due to billing problem,but I do not know what is the outstanding

    I unable to download from app store, due to account billing problem!but I do not know how much is the outstanding

    HI George ..
    You can use the email form to contact Apple here > Apple - Support - Mac App Store - Contact Support

  • Billing Doc. No in Incoming payment.

    Dear Gurus,
                 I made a sales document in SD module say "12345" and the billing doc. no as "123" for customer "xyz" for amount "1000".
    I receive payment via- T.code f-28 for this customer for exact amount. My query is when I check the ledger in FBL5N for this customer it is not showing billing doc. no"123" for the incoming payment (doc.type "ZP" ),however it is showing billing doc. for sd document . Kindly guide . Also is there any way to view customer ledger via billing document no. For ex. how much payment due?Please guide

    Payment document can be posted based on the accounting document.
    If you want you can maintain invoice number in reference field, also there is one option to make reference field mandatory.
    In OBA7 activate reference document number as mandatory for the document type DZ. So, while doing the transaction in F-28, value should be mandatory to this field.
    If maintain invoice value in reference field, then you can do sorting and totaling based on the reference field in FBL5N.
    there are no standard reports to check the outstanding amount based on the invoice number.
    Rgds
    Murali. N

Maybe you are looking for