BAPI_REQUISITION_CREATE/ with services and Contract

Dear Experts,
i must create with the BAPI "BAPI_REQUISITION_CREATE'" an REQUISITION with services and relation to an existing contract.
I fill the import table 
t_bapiesucc-con_number = '00482321732' " existing Contract number.
t_bapiesucc-con_item = '10'.  " order item
  CALL FUNCTION 'BAPI_REQUISITION_CREATE'
       IMPORTING
            number                         = lv_number
       TABLES
            requisition_items              = it_bapiebanc
            requisition_item_text          = it_bapiebantx
            requisition_account_assignment = it_bapiebkn
            requisition_limits             = it_bapiesuhc
            REQUISITION_CONTRACT_LIMITS    = it_bapiesucc
            requisition_services           = it_bapiesllc
            requisition_services_text      = it_bapieslltx
            requisition_srv_accass_values  = it_bapiesklc
            extensionin                    = it_bapiparex
            return                         = lt_return.
But the conecting of the contract does not works.
Greetings
Frank

What are the messages returned in the RETURN table?
Mathews

Similar Messages

  • If I get the iphone 5 with plan and contract with 2 years or 3 can i pay $25 each mouth for just ulimited texting and 250 min of talking.

    If I get the iphone 5 with plan and contract with 2 years or 3 can i pay $25 each mouth for just ulimited texting and 250 min of talking.

    Ask the carrier instead of making yourself look like a fool by posting such a question in a user to user technical support forum.

  • Prinitng a Service Contract with Terms and Contracts

    Hi All,
    I have a doubt on "Printing Service Contract with terms and conditions".I have searched numerous articles on web and as well as on metalink. But I couldn't find any solution yet.Can someone please suggest on how to print a service contract with terms and conditions on it?
    EBusiness Version: Oracle Applications 12.1.3
    Any suggestions are highly appreciated.
    Thanks in advance!!

    Hi,
    I'm waiting for your valuable inputs.
    I want to add one more thing,
    Please go through following pointrs:
    1. I have changed billing plan date for 1st line item ,then simultaneously system was adding one more line item in billing pan with -ve value.
    2. I have changed the billin plan in rest of the 3 line items then simultaneously system is adding one more line item but WITH POSITIVE VALE.
    Can anybody tell me beacuse of why system is creating one line item with -ve value and rest of the line item with positive value?
    which functionality or behaviuor of contract with priodic billing plan, is this happening in a system?
    Thanks in advance,
    Ujjawal

  • BAPI_REQUISITION_CREATE with service detail

    Hi,
    Happy new year to all.
    I'm having a problem working with BAPI_REQUISITION_CREATE.
    I used that BAPI and was able to successfully create a PR. When I tried to view the PR in ME53N, the service detail was there. However, when I run the BAPI_REQUISITION_GETDETAIL it doesn't return the service details. I checked the code of BAPI_REQUISITION_GETDETAIL and found out that when I used the BAPI_REQUISITION_CREATE to create a PR it did not save the service header detail (which is table ELSH). I'm wondering why this happened to me. Anyone knows why? By the way, I was able to put an outline indicator to the REQUISITION_SERVICES table parameter.
    Pls. help.
    Thanks!

    Hi,
    I have already read the FM documentation. But it seems that the documentation lacks information and explanation on how to use it.
    It's strange that the outline of my service doesn't get inserted in table ESLH.

  • Need urgent help with service and file removal

    Hi,
    I need a powershell script that would stop a windows service ,wait for 2 mins, delete a particular file from C:\documents&settings and then start the service again.Is this possible ?
    Thanks

    Thanks for the reply chen. May be i was not clear in my query
    I plan this because a particular file of configmgr is corrupt on workstations. So the service has to be stopped first before the deletion. I need to run this on many computers remotely. The import file will have the machines that need the script to be run.
    The script has to run all the four steps on the machines based on the import file and export to a file with the results.How can i modify ?
    The sequence will be as follows
    Stop-Service -Name BITS -Verbose
    Start-Sleep -Seconds 120
    Remove-Item -Path C:\documents&settings\***** -Force -Verbose
    Start-Service -Name BITS -Verbose
    Regards
    Sd

  • Oracle 10.2 issues with services and listener

    Hi,
    I have successfully installed ORACLE 10.2(SID= ANK) and uninstalled 10.1(SID= ANB) on same machine(Hostname INLD50057853A port 1521) .
    but I am not able see listener services in windows service box for ANK I only see previous one, though I have uninstalled 10.1 with proper steps.
    Below are only services I can see in my windows box
    1) OracleANB101TNSListener (not able to start this service...it gives some error)
    2) OracleANK102iSQL*Plus (not able to start this service also)
    3) OracleOraDb10g_home1TNSListener (not able to start this also)
    Could you please let me know what can I do in such case now.
    If I do command lsnrctl it gives me successfull message
    C:>lsnrctl
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 01-JUN-2009 11:53
    :10
    Copyright © 1991, 2005, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    If I do command tnsping ANK.WORLD it give me error message
    C:>tnsping ANK.WORLD
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 01-JUN-2
    009 11:52:03
    Copyright © 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    c:oracleANK102
    etworkadminsqlnet.ora
    TNS-03505: Failed to resolve name
    If I do commant sqlplus /nolog it says
    C:>sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jun 1 11:55:06 2009
    Copyright © 1982, 2005, Oracle. All rights reserved.
    SQL> conn sys/your_pass @ ank.world as sysdba
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    my lsnrctl.log says
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 01-JUN-2009 11:59:44
    Copyright © 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    sending you listener.ora , namespace.ora and sqlnet.ora
    C:oracleNetworkadmin
    listener.ora
    1. Filename......: listener.ora
    2. Created.......: created by SAP AG, R/3 Rel. >= 6.10
    3. Name..........:
    4. Date..........:
    5. @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/LISTENER.ORA#3 $
    ADMIN_RESTRICTIONS_LISTENER = on
    LISTENER =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = IPC)
    (KEY = ANK.WORLD)
    (ADDRESS=
    (PROTOCOL = IPC)
    (KEY = ANK)
    (ADDRESS =
    (COMMUNITY = SAP.WORLD)
    (PROTOCOL = TCP)
    (HOST = INLD50057853A)
    (PORT = 1521)
    STARTUP_WAIT_TIME_LISTENER = 0
    CONNECT_TIMEOUT_LISTENER = 10
    TRACE_LEVEL_LISTENER = OFF
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SDU = 32768)
    (SID_NAME = ANK)
    (ORACLE_HOME = C:oracle)
    tnsnames.ora
    1. Filename......: tnsnames.ora
    2. Created.......: created by SAP AG, R/3 Rel. >= 6.10
    3. Name..........:
    4. Date..........:
    5. @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/TNSNAMES.ORA#3 $
    ANK.WORLD=
    (DESCRIPTION =
    (SDU = 32768)
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = SAP.WORLD)
    (PROTOCOL = TCP)
    (HOST = INLD50057853A)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID = ANK)
    (GLOBAL_NAME = ANK.WORLD)
    sqlnet.ora
    1. Filename......: sqlnet.ora
    2. Created.......: created by SAP AG, R/3 Rel. >= 6.10
    3. Name..........:
    4. Date..........:
    5. @(#) $Id: //bc/700-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/SQLNET.ORA#3 $
    AUTOMATIC_IPC = ON
    TRACE_LEVEL_CLIENT = OFF
    NAMES.DEFAULT_DOMAIN = WORLD
    NAME.DEFAULT_ZONE = WORLD
    SQLNET.EXPIRE_TIME = 0
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    TCP.NODELAY=YES
    I hope this information is enough for you to know what issue I am facing now. but if you need some more logs do let me know. Its very tricky situation and I am sure solution is very small which I dont know currently and need experts point of view
    Kindly suggest.
    Regards,
    Ankit Baphna

    will close this and open new as I am having some issue with editor

  • Portal integration with workflow and contracts

    gurus,
    are there any whitepapers on the integration of the portal with oracle workflow and oracle contracts.
    it would be great help ...
    has anyone done this before ...?
    pls reply ...
    thanx a bunch ...

    reposted for attention ...
    has anyone done this ??
    oracle contracts integrated with oracle portal ...

  • Comcast's equipment, service, and contracts completely suck.....to be blunt

    Well I go to my local comcast service center today to upgrade from the old standard definition tv converters to the ones with the HDMI output. Well I drive 40 miles round trip to go get these things only to come home to find out that one of them doesn't work. I mean it seems like everytime I think comcast is getting better they take two steps back. Not to mention I have been a customer of theirs for over 10 years and yet someone who recently signs up with them gets a better plan than me. I have to fight with this stupid company every year just to keep my payment the same from year to year however they seem to always jack the price up on me by at least $10. I'm begining to think I'm just going to go to Verizon DSL and get rid of tv, internet and home phone service from comcast for good. They claim they are a customer first company. Well not when it comes to your wallet. Money sucking leaches. And Tom Karinshack can stick it, everything I read on his letter is a lie. If they really cared about their customers they would find a way to put the long term customers on a set plan that doesn't change and is reasonably priced. I shouldn't be paying almost $200 a month for a service a new customer gets for $99. Comcast has its priorities all wrong.

    ComcastPhil, Yes my questions and concerns were addressed and in order to get a device replaced, rather than being able to ship a device to me overnight (tech said they are not allowed to ship on the weekends....rediculous) they are having a technician that could be helping other customers bring a box to me. I can't believe a company that provides a 24 hr service cannot overnight a peice of equipment in order to get a customers service restored. Instead they can waste the time of a technician who's services are not needed at my residence just to deliver a device. I feel this is a complete waste of mine and the technicains time. Now I have to waste my Saturday morning waiting for a service technician that is not needed to resolve my issue. So in a wasteful manner, yes my issue was resolved. P.S. all of this hassle because someone was to lazy to test a device before it was put into service. I really shouldn't have expected it any other way since I'm dealing with this terrible company.

  • My phone completely lost service and Apple sent me a knew one. Hours before my new one arrived, my old phone receives service. Now i have my old phone with service and no information on it and a new one with my backed up information. What do I do?

    Does anyone know what I should do next?

    You can restore the older one with the backup from the newer phone if both phones are running the same iOS version.
    iPhone: Transferring information from your current iPhone to a new iPhone

  • WORST CUSTOMER SERVICE AND CLIENT SUPPORT OF ANY COMPUTER COMPANY EVER

    i bought the new thinkpad and recd the end of dec 2012. I recoomended it to many in my company and am sorry they all started buying them. We all got the ultra book think pads. My was core 17-quite expensive/4333 SERIES. I bought iT with the warranty. NOTE- WHEN YOU BUY THE THINK PAD - YOU NEED THE EXTRA WARANTY NO ONE TELLS YOU ABOUT -PRO WARRANTY.THE WARANTY YOU GET FOR 3 YEARS IS BOGUS. 
    i USED MY THINK PAD LIGHTLY AND ALWAYS TOOK GOOD CARE OF IT. I PREPARED FOR 6 MONTHS A PROJECT AND HAD IT SAVED TO MY HARD DRIVE BUT NO COPIES. THE MACHINE WENT COMPLETELY DEAD. I PANICKED AS THE INFO WAS NEEDED FOR A MAJOR PRESENTATION I AM MAKING NEXT WEEK. 
    i CALLED LENOVA IMMEDIATELY AND THEY FGAVE ME 5 PHONE NUMBERS SO I CAN BRING IT IN AND HAVE IT SERVICED. IT WAS UNDER WARANTY UNTIL 2015.
    ALL 5 PLACES THEY GAVE DO NOT FIX THE COMPUTERS. I CALLED LENOVO BACK BECAUSE THEY COULD NOT EVEN FIND A DEALER THAT COULD FIX THE MACHINE. I SENT IT TO THEM ON THE 25TH. ON THE 27TH I USED MY CASE NUMBER AND FOUND IT WAS IN REPAIR. I CALLED ON THE 27,28,29,30,1,2,3, I SPOKE TO EVERY DEPARTEMT AND COLLECTIVELY SPENT 30 HOURS OF TIME(YES I WAS HING UP ON, SENT TO WORNG DPARTMENTS, PLACED ON HOLD FOREVER) TRYING TO TRACK MY COMPUTER AND THE PROBLEM. EVERY PERSON SAYS "I AM SORRY, I UNDERSTAND , ETC. THEY DO NOT. I NEEDED TO EITHER RETRIEVE THE INFO FROM THE HARDRIVE OR HAVE IT REPAIRED BEFORE I LEAVE FOR EUROPE IN 2 DAYS FOR A POWER POINT PRESENTATON THAT TOOK 6 MONTHS TO PREPARE AND NO BACK UP. FINALLY I WAS TOLD THE ADAPTER PORT WAS BROKEN AND THE COMPUTER BOARD BURNT OUT AND TO GIVE THEM 950.00 TO FIX A COMPUTER I DID NOT DROP, TAMPER WITH OR BREAK. i USED THE POWER CORD THEY GAVE ME AND CANNOT UNDERSTAND HOW THEY CAN CHARGE ME FOR A COMPUTER THAT IS NEW-WITHOUT A SCRATCH AND UNDER THE WARRANTY THEY SOLD ME. WHY DID I BUY A WARRRANTY?. SHAME ON IBM AND LENOVO. 950.00 . SHAME ON YOU OVER AND OVER.
    I SPOKE TO EVERY DEPARTMENT AND THEY KNOW NOTHING EXCEPT HOW TO TRANSFER ME FROM ONE DEPARTMENT TO ANOTHER DEPT. ONE  MAN TOLD ME THE COMPUTER IS UNDER WARRANTY AND HE WOULD HAVE IT FIXED AND THEN TRANSFERED ME TO A MANAGER TO REVIEW ALL HE CONFIRMED. . AGAIN I WAS SENT TO TECH SUPPORT AND THEN SALES AND THEN WARRANTY AND BACK AGAIN. THERE IS NO MANAGER, JUST PEOPLE THAT PASS THE BUCK AROUND WITHOUT RESPONSIBILITY. i WROTE EACH PERSONS NAME DOWN -AND THE LIST IS LONG. i DID SPEAK TO THE WARRANTY DEPT AND I WAS TOLD I COULD NOT GET THE RIGHT WARRANTY AS THE MACHINE IS MORE THAN 90 DAYS OLD AND NOW IN REPAIR. . LENOVO KNOWS ONE THING- CHARGE THE CUSTOMER AND THEY DO NOT CARE ABOUT WHAT THEY DID WRONG OR THAT THE MACHOINE I RECIEVED WAS FAUTLY. I AM TO BLAME AND HELD HOSTAGE FOR 950.00. I FINALLY SPOKE TO A WOMAN WHO SAID SHE WOULD SEND MY CASE TO  A MANAGER  TO ESCALTE. SHE WAS CONDESCENDING AND HORRIBLE. I EXPLAINED THE PROBLEM AND TIMING AND SHE IS SORRY AND SHE UNDERSTANDS- BUT I DO NOT THINK ANYONE UNDERSTANDS THE WORDS THEY ARE SPEWING. IF THEY UNDERSTOOD- WHY IS IT GOING TO TAKE 3-5 MORE DAYS TO GET THE CASE TO ESCALATE.I WILL LEAVE ON A TRIP WITHOUT MY WORK AND ONE OF THESE DAYS -SOMEONE TILL WAKE UP AND JUST START THE WHOLE PROCESS OVER AND ASK ME THE PROBLEM AND DEMAND THE 950.00.  WAKE UP IBM AND LENOVO AND KNOW I WILL DO ANYTHING I CAN TO DISCOURAGE MY COMPANIES AND ANYONE I AM ASSOCIATED WITH TO NOT CONSIDER IBM PRODUCTS.YOUR CUSTOMER CARE IS HORRIBLE. YOUR SYSTEMS AND TRAINING OF PERSONAL IS TERRIBLE. i WANT MY COMPUTER BACK, FIXED AND NO CHARGE AND ACCEPTED AS IT WAS UNDER THE WARRANTY I BOUGHT. iF THERE IS AN EXTRA PRO THNKPAD WARRANTY I NEED TO BUY- I AM MORE THAN HAPPY TO DO SO. i AM POSTING THIS BLOG ON ALL MY COMPANIES WEBSITES INCLUDING FACEBOOK, TWITTER ,LINKED IN -GLOBALLY. PERHAPS I WILL DO SOME GOOD IN WARNING ANYONE THAT WAS THINKING OF IBM PRODUCTS TO NOT BUY THEM 

    Dave,
    Sorry to hear about your troubles - I can only imagine your frustration and the time crunch.
    The best approach is to ask that your case be escalated to customer relations - this will usually take 24-48 hours and it sounds like that may be already in the works.   Customer relations should be able to work with service and depending on the circumstances have the system repaired under your exisiting standard warranty terms.
    A standard or extended warranty should be enough in most instances - the accidental damage upgrade is really to cover drops, spills, physically broken parts - cracked LCDs, hinges, etc.   These types of damages are often rulled as "customer induced" and not covered under normal warranty which results in a billable ammount quoted for the repair.
    Service applies their best judgement on these, but we recognize that circumstances can vary and so there is an escalation and review process to make sure we can intercede and help customers as appropriate given the particulars of the case.
    Best regards,
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Virtual provider with services

    Hi experts,
    we have the same query on virtual cube(with services) and BW loacal cube.Both local cube and virtual cube contains the same data. But both are showing different query results.
    that is virtual provider query is not displaying all the values in master data table.
    for example we have 10 brands under one company code, the virtual cube query is only showing 5 among them. I would like to see all the values without any restrictions, so can you please guide me.
    when i checked from tcode /listcube it is displaying all the values without any restriction.
    Thanks for your time.

    Hi Anupama,
    My question is if u have same data in the both cubes ( virtal&Basic) u can create querry on u r basic cube only. But this not answer.
    R u using same conditions on both cubes. Means In querry designer.
    When u r using the virtual cube(with services) it is generally create on function module, this module properly maintainning the complete master data or not? Check it.
    Hope this will help
    HARI GUPTA

  • How to load data from a virtual cube with services

    Hello all,
    we have set up a virtual cube with service and create a BEx report to get the data from an external database. That works fine. The question is now:
    Is it some how possible to "load" the data from this virtual cube with service (I know that there are not really data...) into an other InfoCube?
    If that is possible, can you please give my some guidance how to set up this scenario.
    Thanks in advance
    Jürgen

    Hi:
    I don't have system before me, so try this.
    I know it works for Remote Cube.
    Right Click on the Cube and Select Generate Export Data Source.
    If you can do this successfully, then go to Source Systems tab and select the BW. Here, Right CLick on select Replicate DataSources.
    Next, go to InfoSOurces, click on Refresh. Copy the name of Virtual Cube and add 8 as a prefix and search for the infosource.
    If you can see it, that means, you can load data from this cube to anywhere you want, just like you do to ODS.
    ELSE.
    Try and see if you can create an InfoSpoke in Virtual Cube. Tran - RSBO.
    Here, you can load to a database table and then, from this table, you can create datasource, etc.
    ELSE.
    Create query and save it as CSV file and load it anywhere you want. This is more difficult.
    Good luck
    Ram Chamarthy

  • Vendor and Contract Hierarchy

    I have a question that is about making a link with Vendor and Contract Hierarchy. First it is not clear how I can set the Vendor Hierarchy, I want to upload vendors from R/3 and for that I can create a vendor group and then upload but then how I can make a Vendor Hierarchy and I am not sure that I understand the correct thing about Vendor Hierarchy?
    Thanks in advance if you clarify this on going issue in my mind.
    Best Regards,
    #Bill J.

    Hi Bill,
    For using Product Cat.\Vendor\Contract hierarchy activate follwing before any data replication in EBP .
    Spro->SRM Server->Cross. App.->Activate Hierarchies for Product Categories, Vendors, and Contract .
    Regards,
    Sachin S M

  • Problems with Customer Service AND unexplained charges!

    I've been with Verizon for I-don't-know-how-many years, and through the years you are bound to have a few problems here and there but some of the problems are just ridiculous! It's also the same reocurring problem!!!!!!!!!!!!!!!! I was with Alltel first, before it was bought out by Verizon. The years I was with Alltel, I didn't have near as many problems. It seems EVERY time I do the smallest change or something to my phone or bill, I get a ridiculous amount of charges that I was NOT aware of, nor told about... EVEN IF I ask "So this isn't going to change my bill, or there will not be any unexpected/unexplained charges that I don't know about?"... BUT not matter how many times I ask... and NO matter how many times I am told "no"... there always is. For example.... last year, I updated and signed a new 2 year contract and purchased the first Driod. Before, my 30 day warranty was up, I was having problems with my Driod, and decided to send it in and get a new one. Before I did this.. I called customer service to make sure there would be no interuption in my bill, and there wouldn't be any unexpect charges, and there would be no difference in anything. I was told there was not, and once I recieved my new phone, just send it in and nothing would be changed. Of course, when I get my bill.. I see I was charged $500 for the new phone. It was explained to me that my credit card was reimbursed (which I never check that card, because I never used it expect to purchase the phone) and that I was recharged for the new phone, since it was a new phone. So I had to fork out the $500 (on top of my bill) and then wait months to get the $100 rebate card. Months after that, I "assumed liablity of my line" because I was on a plan with my family. I decided to have my own line, so I "assumed liability." I was not told that when I did that, I "renewed" my contract date. So I just added 6 more months to my 2 year contract. Was NOT told about that! Then again...... I was recently having problems with my Driod (the screen went black and would not come back on.) I had to turn on an OLD motorola razor, so I would not be without a phone for two days while I was waiting on my phone to come in. As soon as my phone came in, I had my Droid turned back on. I recieved my bill recently, and my bill was $200 over what it normally should be.... so I called in... apparently, when I had my phone replaced, they dropped off my data package and when I recieved my replacement driod, they never put it back on. So I was being charged for alllll my data usage... again I was NOT told about this. I wasn't even aware that they had dropped off my data package, and when/where did they get the authority to do that??? These are just a FEW of the problems that I have had.................................
    Does anyone have these reoccuring problems!?

    I understand that my bill can be viewed online, and I do view it fairly regularly, so if there are any unexplained charges, I can call Verizon asap. The problem does not come from me not understanding my bill, but from customer service. I have been with Verizon for a very long time, and it is a continuing problem. Where did Verizon get the 'OK' to drop my data package off my plan? Who authorized that?
    After calling Verizon and trying to find out the problem, the gentleman told me that when I activated on old phone while I was waiting on my new Droid to arrive, my data package was dropped off and I "should" have been told about that. When I reactiviated my new Droid, I "should" have called and had them restart my data package. I was not aware that when you activate an old phone that data plan is taken off your plan. In all my years of having cell phones, I never make two years with one phone. I have always, at one point, had to turn on an old phone, and my data package has NEVER changed. Why would I have my data package dropped and why would I have to call Verizon to have it restarted. I would never know to do that unless I was TOLD that my data packaged HAD to be re-added when I recieved my new phone, but I was never told of that.
    All of that is beside the point, the point is, Verizon was never given the authorization to change my plan. Never. My bill was taken care of and readjusted, and I am thankful for that. It does not change the fact it is always a hassle with Verizon Customer Service and I am always the one having to PROVE that I am not at fault, or that I was NEVER told of certian things. EVERY TIME I HAVE CALLED CUSTOMER SERVICE, I AM TOLD "I'M SORRY, THEY SHOULD HAVE TOLD YOU THAT."
    "they should" does not help my bill with the extra armount of charges.

  • Since you don't allow emails any more – I suspect because of the numerous complaints with your service and the way you treat people that you don't want documented, I am calling and I want this call recorded for future reference. I have been a long time fa

    Since you don’t allow emails any more – I suspect because of the numerous complaints with your service and the way you treat people that you don’t want documented, I am calling and I want this call recorded for future reference.
    I have been a long time faithful customer of vzw and although the past year I have been late on payments many times and really couldn’t afford your exorbitant prices for services lots of other companies offer sometimes three times cheaper than what you charge, I have hung in there trying my best to meet my obligations.
    This month has been no exception. You don’t know the background; the whole story of people’s lives. I know you could care less because all you care about is the profit-the money that comes in.
    I was told when I agreed to pay my bill on the third per the recorded message that I had 14 days to pay…you cut me off anyway. The phones are not the tissue; your suspending my service means I cannot work. I may lose my job…how do you justify that? In any case? The least you could do would be to keep 4986 on and cut the phones off. But no. You refuse to compromise and meet the basic needs of your customer. What does that say about your company? I tried to call back on three separate occasions to tell you I couldn’t pay because of unexpected expenses but couldn’t get out of the automated system…sadly couldn’t get to a real person which also speaks volumes to me.
    All this tells me this is a company I don’t wish to be affiliated with any more. As soon as I can, I will discontinue service with you…I know you could care less. I will honor the remaining portion of the contract but that’s it. You don’t deserve my business. I am a good, hardworking person who, at the sacrifice of myself and my needs, always pays her bills…albeit late at times. I realize others tell you stories and lies to justify themselves. That’s not me. If you knew what I had been through the last 7 yrs you would marvel that I am  still on my feet…don’t judge too quickly. You could be wrong…and in my eyes you are by doing this to me.
    God will see us through this extremely scary time of that I have no doubt. No thanks to your company and lack of understanding and mercy. I am doing the best I can. Sadly you are not.
    See I have choices. MANY choices of providers for services you offer. I don’t have to be treated like this. I don’t have to succumb to your coldness and callousness. I intend to choose better (and cheaper). If your company doesn’t get the “people factor” back you will be sorry.

    Problem here is you admit you cannot afford the service.
    And you want to blame Verizon for losing a job because you have no cell phone.
    If your job depends on that phone I would pay it on time every time if you need a job to pay your bill.
    No other service is going to treat you any different. And if you cannot afford Verizon's monthly invoice how are you going to afford new devices, activation fees, possible security deposits on any other cellular carrier? You can't.
    Also if you made an arraignment to pay and then decide you cannot do so, why should Verizon extend you service or credit, or why is it you want to use the service and data and not pay for it as agreed.
    Get a prepay phone. Its evident the cost is too high for you to afford on post pay.
    Good Luck

Maybe you are looking for

  • Bypassing integration engine in pi 7.0

    Hi Am supposed to work on bypassing the integration engine in case of file to Jdbc. Am working on version pi 7.0. How can I bypass integration engine ?

  • ITunes and Quicktime conspire against me!!

    I can't get itunes to work at all and now quicktime's stopped functioning! I get the usual "Sorry for the inconvenience but itunes has encounted a problem and needs to close" every time I try and start it. I've installed quicktime from the main apple

  • Regarding select query Issue

    Hi ABAPERS,       I had written one written one 'select single' query to retrieve the data from PRPS table. but what the data was selecting for OBJNR (Object number)field based on PSPNR(WBS element) . That OBJNR values in the report is totally differ

  • Forms runtime info. - URGENT-

    I have an application developed in Forms 6. I have the following questions. 1. Should the end user purchase forms 6 to run the application? 2. If no, can he get forms runtime along with Oracle 9i, which can run the application? 3. Is Forms 6 runtime

  • Replicating workflow

    Hi, Is it possible to replicate a kind of workflow in Apex? We need to create something that would manage steps and validations like Oracle Workflow. Thanks