Iterator Interface.A question please......respond

I am unable to grasp the meaning of the following below :
As we all know,Interfaces have abstract methods,(ie methods that
have no body) and any class that implements the Interface has to
implement the methods defined in the interface.That is,write the body for those methods.
So far so good.
Now coming to Collections called Vector.
We have the 'Iterator' interface implemented by the vector class.
The Iterator interface has the methods hasNext(),next().
and we have the following code in the our class which iterates thru'
the vector:
MyClass item;
while(iter.hasNext())
item = (MyClass)iter.next();
// Do something here.....
Now we are using the methods hasNext() and next() above.
But as they belong to the Iterator interface,(which means they
are basically methods with no implementations) then how is iteration
possible? We havent defined anything in the hasNext() method or the next()
so how does Java automatically start iteration
Has any one understood my question?Arent hasNext() and next() supposed
to be methods with no body???
If I am saying iter.hasNext(),that means hasNext() has been defined
somewhere to iterate thru the vector?
I am just confused regarding this issue as to how is hasNext() and next()
being implemented as I as the programmer have not implemented them
in my code
Please can some one answer my question?
Regards
Ajay

Thanks for yr reply.
So you mean to say the the Iterator methods hasNext()
and next()
are being implemented by the Vector class.right?Not exactly. The Vector class defines an inner class, and it is this class that implements the Iterator interface, and so these two methods. When you write code like
Vector myVector = new Vector();
// code to fill myVector...
Iterator it = myVector.iterator();the call to the iterator() method tells myVector to give you an instance of this inner class. The Vector class itself doesn't implement next() or hasNext().
Then why define an interface with these methods at
all?
Why not give concrete bodies to these methods and put
them in
the Object Class.If you did that, then all classes would inherit them - all classes would be iterators. That wouldn't make sense, though, as clearly not all classes are meant to be used to iterate over collections of objects.
Iterator is an interface so that a consistent API can be defined for iteration. As iterators are used in lots of different places, it is very helpful to have all of them guaranteed to have next() and hasNext() methods (amongst others). It is also very helpful to be able to call the iterator() method on any Collection class and know that the object that is returned, regardless of its implementation, will be of type Iterator.
Then we can call them polymorphically.???But that's what you're doing - Vector and ArrayList (for example) have different implementations of Iterator, but code that iterates over them doesn't need to know that. As both return objects that implement the Iterator interface, they are interchangeable; that's polymorphism at work.

Similar Messages

  • Iterator Interface.A question please.

    I am unable to grasp the meaning of the following below :
    As we all know,Interfaces have abstract methods,(ie methods that
    have no body) and any class that implements the Interface has to
    implement the methods defined in the interface.That is,write the body for those methods.
    So far so good.
    Now coming to Collections called Vector.
    We have the 'Iterator' interface implemented by the vector class.
    The Iterator interface has the methods hasNext(),next().
    and we have the following code in the our class which iterates thru'
    the vector:
    MyClass item;
    while(iter.hasNext())
    item = (MyClass)iter.next();
    // Do something here.....
    Now we are using the methods hasNext() and next() above.
    But as they belong to the Iterator interface,(which means they
    are basically methods with no implementations) then how is iteration
    possible? We havent defined anything in the hasNext() method or the next()
    so how does Java automatically start iteration
    Has any one understood my question?Arent hasNext() and next() supposed
    to be methods with no body???
    If I am saying iter.hasNext(),that means hasNext() has been defined
    somewhere to iterate thru the vector?
    I am just confused regarding this issue as to how is hasNext() and next()
    being implemented as I as the programmer have not implemented them
    in my code
    Please can some one answer my question?
    Regards
    Ajay

    Thanks Will.
    Regarding the question,then why define an Iterator interface when
    the collection class implements the functionality?
    Why not define the methods hasNext() and next() in the Object
    class?
    So by default,all classes extends the Object class ,we
    cud use the hasNext() and next() method?
    No??? Or am I wrong?

  • Macbook air hinge repair question please respond!!!!

    Hey everyone, I have a question that hopefully someone can answer I've never sent anything into apple repair so don't know if they're a pain. Anyway in 2008 I bought a macbook air off of a guy I knew, he informed me there was a flaw which was the bottom right hand side of the bezel looked like bent a little toward the user, the computer worked fine and I love it! Anyway after like 8 months I opened it up and the left hinge thing cracked and this little piece came off??? I walked into an apple store while travelling without the air and talked to a genius he said its a common defect and they would fix it. I called tech support told. My story including the bezel thing and they said they would fix it.. should I be worried they will get it see the bezel and say well fix the hinge only somehow? What do you guys think? They can't be as liberal as dell who. Will repair anything...I mean I suppose once they get it they'll have to replace the bezel anyway because it seems to go together. The computer and hinge work 100% but. Would be sweet if repaired.. any thoughts? Sry for typing I'm on my mobile. O and I bought the air for 1000 still loving it..

    I would suggest sending it in. I believe they will replace everything. They replaced parts on my MacBook once that I didn't think need replacing. Also, about six months ago, one fan went out in my current MacBook Pro. I called Apple on a Friday. Monday morning FedEx brought a box. The gal helped me pack it quick and she took it along back with her right away. Wednesday morning at 9:10AM she was back with it. Apple had replaced BOTH fans in it.
    Dave M.
    MacOSG Founder/Ambassador  An Apple User Group  iTunes: MacOSG Podcast
    Macsimum News Associate Editor  Creator of 'Mac611 - Mobile Mac Support'

  • Serious Question: Please Respond

    I have an iphone 4 and a laptop and I am thinking about buying an ipad??? Is it really worth it to have all three?

    I do not have an iPhone but I do have an iPod Touch, an iPad and MacBook Pro. The iPhone, iPad and the iPod Touch all have similarities. Obviously you can't make a phone call with the iPod or the iPad and you can not take photos or videos with the iPad.
    The real beauty of the iPad is the light weight and portable nature of the device. It is similar to a netbook or a laptop but not as powerful as either. I use my iPad every day and it has virtually taken the place of my MacBook for most of my day to day needs. Email, web surfing, games, music, videos, some light word processing, reading, etc, etc,. There is no question that the much larger screen makes it a no brainer for me when choosing between my iPod Touch or the iPad. I can not make a fair comparison to the iPhone since I do not own one. However, that will probably change for me in February when Verizon offers it and I can make the switch.
    The battery life is incredible - I tried to get the battery to run down to nothing last night in order to fully charge/calibrate - and after 12 hours of using it and being on, it still had 2% of a charge.
    You probably don't need it. I didn't "need it", but I wanted one badly and I do not regret the purchase one bit. All of these tech devices have their pros and cons, good points and bad, but to me, this is the most incredible "all purpose" tech device that I have ever owned. If your iPhone and laptop serve your needs, then I think you know the answer already. Check one out in an Apple Store and see what you think for yourself. If you haven't already done so, I think you will be quite impressed.
    Is it worth it to have all three -absolutely for me!

  • Short and important lapping question - please respond

    hey all
    online guides for heatsink lapping recommend using a piece of glass to insure the bottom is 100% flat. However our MSI mega heatsink has these bolts on it which prevent running the whole thing over a glass surface. Did you remove the bolts before lapping or just manually sanded the main part till it was shiny and smooth, leaving sort of a valley in the middle of the heatsink?
    if you removed the bolts, how did you insure they would return to the same spot when you rescrewed them?
    thanks a lot!

    I'll be doing it tonight. I removed the bolts, the screws go trough the bolts and their fixed with lock tight (it's kind of like a steel glue but it's not hard to break) if you hold the bolts with a plyers or something and just keep unscrewing the bolts will come right off. The aluminum shell sticks up a bit on one side I used a grinder to file it down to just below the copper. The other problem I had was the screws on one of the fans are to short when you turn the fan around (it's counter board on the side) you will need new screws.
    For polishing the heatsink after the sanding is unipol copper polishing compound ok?
    I'll let ye know how it goes.

  • Installation question please respond

    I don't see JDeveloper 11g in related download section at the below site. Can't I use current version of BPEL with JDeveloper 11G? Thanks.
    http://www.oracle.com/technology/products/ias/bpel/index.html

    Please go for : http://www.oracle.com/technology/software/products/jdev/index.html

  • Iterator Interface. A question?

    I am unable to grasp the meaning of the following below :
    As we all know,Interfaces have abstract methods,(ie methods that
    have no body) and any class that implements the Interface has to
    implement the methods defined in the interface.That is,write the body for those methods.
    So far so good.
    Now coming to Collections called Vector.
    We have the 'Iterator' interface implemented by the vector class.
    The Iterator interface has the methods hasNext(),next().
    and we have the following code in the our class which iterates thru'
    the vector:
    MyClass item;
    while(iter.hasNext())
    item = (MyClass)iter.next();
    // Do something here.....
    We are using the methods hasNext() and next() above.
    But as they belong to the Iterator interface,(which means they
    are basically methods with no implementations) then how is iteration
    possible? We havent defined anything in the hasNext() method or the next()
    so how does Java automatically start iteration
    Has any one understood my question?Arent hasNext() and next() supposed
    to be methods with no body?.
    Arent they supposed to be empty()?
    If they have no body,then how are they being implemented?
    If I am saying iter.hasNext(),that means hasNext() has been defined
    somewhere to iterate thru the vector?
    I am just confused regarding this issue as to how is hasNext() and next()
    being implemented as I as the programmer have not implemented them
    in my code
    Please can some one answer my question?
    Regards
    Ajay

    public Iterator iterator()
    Returns an iterator over the elements in this list in proper sequence.
    This implementation returns a straightforward implementation of the iterator interface, relying on the backing list's size(), get(int), and remove(int) methods.
    Note that the iterator returned by this method will throw an UnsupportedOperationException in response to its remove method unless the list's remove(int) method is overridden.
    This implementation can be made to throw runtime exceptions in the face of concurrent modification, as described in the specification for the (protected) modCount field.
    Specified by:
    iterator in interface List
    Specified by:
    iterator in class AbstractCollection
    Returns:
    an iterator over the elements in this list in proper sequence.
    See Also:
    modCount
    So based on the above JavaDoc for java.util.AbstractList, which Vector sub-classes, the iterator() method returns an implementaion of the iterator interface. This is where the methods are defined.

  • IPhone 5 screen is black, when I connect to ITunes it says "to allow access please respond to your Iphone". Impossible with a black screen, does anyone know what the prompt is?

    IPhone 5 screen is black, when I connect to ITunes it says "to allow access please respond to your Iphone". Impossible with a black screen, does anyone know what the prompt is?

    Hey 11doski,
    Thanks for the question. After reviewing your post, it sounds like the display has a dark screen. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    iPhone: Hardware troubleshooting
    Display has no backlight or dark screen
    Toggle the ringer switch to see if the unit vibrates. If it does, it could be that iPhone is getting power, but is not displaying any image.
    Try turning iPhone off and then on again.
    While connected to the iPhone charger, try to reset the iPhone.
    If the low-battery screen appears, charge the iPhone.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • I signed up for the edge program and need to send back my old phone.  The instructions say I need to put it in the edge bag provided with my new phone order, but no bag is in the box.  Can I get one at a store?  Please respond!!

    I signed up for the edge program and need to send back my old phone.  The instructions say I need to put it in the edge bag provided with my new phone order, but no bag is in the box.  Can I get one at a store?  Please respond!!

        monkeybuttqueen,
    Thank you so much for reaching out to us today. I hope you are enjoying the new device! I do apologize that you didn't get the proper info sent to you to send back your old device. You can always print a label online from My Verizon. You can do that at www.verizonwireless.com/printlabel Pleaes keep us posted if you have any questions or concerns.
    KevinR_VZW
    Follow us on Twitter @VZWSupport

  • Apple won't send me the e-mail to reset security questions, please help me.

    When the security questions first showed up, I didn't know them. I did the reset questions link, and visited my rescue e-mail. Didn't show up. The next day, I re-checked and kept re-sending it day after day. It has been three weeks and I still have not gotten it. Is there a way to check my rescue email is correct, or is it that I have another issue. Please respond. Thank you.

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (121163)

  • VERY BIG PROBLEMS WITH MY ZEN MICRO AND MEDIASOURCE! PLEASE PLEASE PLEASE HELP ME! PLEASE RESPOND

    Ok so a while back I had to give up my computer because it wasn't working.
    I thought that with my new computer I'd be able to transfer all of my music from my zen micro onto my new computer.
    Now my new computer is set up and I have installed creative mediasource and everything. I started to transfer my music from my zen onto my computer. My first 2 songs transfered successfully onto my computer. On the third song, I get this message:
    "Unable to read file, file may be in use, missing, or corrupted."
    I thought that maybe it was just that one song so I shrugged it off. But then it says the same thing for every single other song that i have! Only my first 2 songs out of my entire music library on my zen will transfer!!!
    Please i really need your help!!!
    And say that there is no hope in getting the rest of my songs to transfer and i have to download 094 songs from limewire? I'll surely be arrested for downloading that much! What should i do if i must download all of them?
    And one more problem with my zen: Some of my Jump Little Children songs are doing something weird. The song will be fine and then a clip from another song will play during it! And then press next and it just keeps playing all of my Jump songs in order even though my player is on shuffle and they do the same thing with the clip from another song interupting it. Whats going on?
    Most importantly though, i really need the questions answered about transfering from my zen to my computer because i'll be getting a new player soon. But this is my entire music library at stake!! PLEASE RESPOND!!!

    Might try this:? http://forums.creative.com/creativel...mp=true#M95059

  • OEM v.4 questions please

    We installed the beta version of OEM v.4
    For my project I have 3 important questions please:
    1) Can we monitor application servers other than Oracle 9iAS like BEA Weblogic ? ( if yes how ? )
    2) Can we monitor JSP applications deployed on other application servers ( BEA, Apache-Tomcat, ... )
    We always have an Oracle DB but not all of our app.servers are Oracle.
    3) Did Oracle announced an estimated date for production of OEM v.4 ?
    Many thanks for help/info. Cheers & kind regards. Mehmet

    Oracle Enterprise Manager 4.0 lets administrators manage from anywhere.
    End-to-end monitoring of a company's entire IT infrastructure—databases, Web and application servers, business applications, Web services, operating systems, hardware platforms, storage devices, and networks—is the biggest benefit Enterprise Manager 4.0 provides. With this updated unified management tool, administrators can diagnose and fix problems across the enterprise faster than ever before.
    "Being able to get a total snapshot of the entire stack lets us determine what the problem is faster for our customers and engage the proper group in Digex to resolve it," says Lee Harris, manager of database services at Digex, a managed-hosting provider in Laurel, Maryland, which beta tested Enterprise Manager 4.0. Once the tool is completely implemented at the company, Digex will support more than 550 databases.
    Managing from Anywhere
    Enterprise Manager 4.0, with its new HTML-based console, lets administrators manage from anywhere. Enterprise Manager's Web-based architecture consists of the HTML console, a management service with database repository, and agents on monitored targets.
    "The HTML interface lets us reduce the complexity of managing through firewalls," says Martin Peña, director of product management for Oracle's Enterprise Manager group. Because communication between each tier is via HTTP, any part of the framework can work through firewalls that allow HTTP communications to pass through them. Enterprise Manager employs Secure Socket Layers to ensure that communication with the infrastructure is secure.
    "In our environment, being able to get away from a lot of firewall configurations is a big benefit," says Chuck Wolfe, principal DBA at Digex, whose customers have multiple firewall levels. Administra-tors can also rely on Enterprise Manager-to-Go (EM2Go) to diagnose and fix problems remotely. With EM2Go, administrators can access the management console through a wireless device such as an HP iPAQ pocket PC.
    Built-in Metrics
    Oracle has made Enterprise Manager easier to install and configure, and ensured that it provides value right out of the box. In previous versions, administrators had to define performance metrics for the system to monitor and set threshold levels for alerts. The new version contains predefined metrics and thresholds defined by Oracle Consulting.
    Knowledge Center
    At the heart of the new version is a repository-based Knowledge Center that collects historical data and real-time metrics on availability, performance, and system configuration. Admini- strators can tap into the Knowledge Center to make informed decisions on capacity planning, system upgrades, and performance tuning. They can also get real-time information on patches and configuration recommendations.
    Another new feature is a configuration-management agent that tracks database metrics, Oracle and non-Oracle applications, hardware platforms, operating systems, and Oracle configuration parameters. This tool lets administrators compare configurations between two databases or hosts when problems occur. Administrators can also quickly tap into MetaLink to determine the patch they need and install it, says Oracle's Peña. Next Steps
    READ about Oracle Enterprise Manager
    oracle.com/ip/deploy/ias/em/enterprisemanager.html
    oracle.com/ip/deploy/ias/em/EM4_FO.html
    Digex's Chuck Wolfe is impressed with the ability to pull up complete host-configuration information and do a comparison across other hosts.
    Enterprise Manager 4.0 also enables administrators to monitor performance of Web-based applications from an end-user perspective. By tracking the performance of Web pages that are faster or slower for certain user groups, administrators can diagnose problems that may be related to network configuration, rather than the database. What's more, administrators can set up mock transactions that monitor real performance and send notifications when it is slow.
    http://otn.oracle.com/oramag/oracle/03-mar/o23oraclenews.html
    Joel Pérez

  • MOVED: MSI-6378 Question please....

    This topic has been moved to AMD SocketA based board.
    MSI-6378 Question please....

    I am sorry I am being so slow to respond to these questions: I'm at work and will look at the post properly when at home.
    However, I have seen this Crucial RAM being advertised. Is it compatible with this Motherboard can anyone tell me??
    Begins:
    Virtually BRAND NEW opened and tested Crucial 512MB ECC Registered SD-RAM!!!
    Module Details:
    * Module Size: 512MB
    * Package: 168-pin DIMM
    * Feature: SDRAM, PC133
    * Configuration: 64Meg x 72
    * DIMM Type: Registered
    * Error Checking: ECC
    * Speed: 133MHz
    * Voltage: 3.3V
    * Memory Timings: CL=3
    Selling on Cricial.com/uk for over £90!!!!! LOW starting bid! Cricial part no. CT64M72S4R75
    PLEASE ONLY BID if you KNOW and UNDERSTAND that this is ECC REGISTERED RAM and does NOT work in most standard Motherboards, as this RAM is designed for servers.
    ECC stands for Error Correction - this ram can correct certain memory paging faults itself, which is why servers normally run ECC to keep them stable. Ends:
    I'd appreciate all and any help with this as I have some irons in the fire which will be helped immensly by increasing the RAM.
    God Bless & Thank you for looking ( even if you are unable to help )
    Hackbridge

  • I am unable to dial India toll free numbers from my iphone, these numbers are like 1800-***-1515. There is nothing as dial assist in Ios7.1.1 which i can disable and dial in india toll free numbers.Please respond if anyone has any solution

    I am unable to dial India toll free numbers from my iphone, these numbers are like 1800-***-1515. There is nothing as dial assist in Ios7.1.1 which i can disable and dial in india toll free numbers.Please respond if anyone has any solution

    Check this post, the dial assist is part of the iOS 7.1, according to page 49 of the iphone_user_guide
    Make calls to your contacts and favorites while traveling abroad. (GSM) Go to Settings > Phone and turn on Dial Assist. Dial Assist automatically adds the prefix or country code for calls to the U.S.
    This user had a similar problem and solved it by switching off the dial assist feature in Settings/Phone/Dial Assist
    Re: How to save toll free no starts with 1800?

  • SD Questions Please Send The Answers

    Hai
                Here i have attached some SD Interview Questions .Please Send the Answers .
    Awaiting For Ur Replay - Please Mail Me [email protected], And [email protected]
    Thanks
    S.Siva
    1.     Five steps of implementation with full details.
    2.     What is ticket? Process flow ticket?
    3.     What is ticketing tool? What is SODA?
    4.     How to stop PGI?
    5.     Details about SLS.
    6.     Details about the Gap analysis. (What are the gaps you have faced?)
    7.     What is meant by landscape? (Landscape of your project for example)
    8.     In which scenario we go for different pricing procedure at orders and billing?
    9.     Cut over activity means what?
    10.     In real-time project, how many pricing procedures to be used?
    11.     What are the tools used to communicate with the client?
    12.     Any three major issues faced in the support project?
    13.     Difference between SD account key and FI account key?
    14.     How to post goods receipt from storage location to warehouse? What is the movement type?
    15.     Tcode for listing blocked documents?
    16.     What is the advantage of using the text as reference instead of duplicating it?
    17.     Have you ever applied BPR (Business Process Reengineering) in an implementation project?
    18.     To perform material configuration, which system one has to use in landscape?
    19.     What is the tcode for creating number range for a sales order type?
    20.     Difference between centralized credit mgmt and decentralized credit management.
    21.     Where do u configure in development server or application server or in testing server?
    22.     Details about clients.
    23.     What is an abap query? Why it is used?
    24.     What are the steps for end user training in sap SD module?
    25.     Difference between discount and rebate.
    26.     When is material determination got triggered?
    27.     A customer wants to buy two materials / one is 3rd party material (Item category: TAS) / another one is normal material (Item category: TAN). His requirement is he wants a single invoice for both items without splitting? How can we do this?
    28.     In consignment fill up, we deliver goods to customer site, is there any agreement with customer? If yes means, what type of agreement relating price?
    29.     Details about VAT configuration.
    30.     What is the use of pricing date in condition type?
    31.     In R/3, we represent a company’s structure by defining and assigning corporate structure elements. What is the purpose of doing that?
    32.     What are the different partner functions can a customer master record serve?
    33.     What is the difference between condition type EK01 and EK02?
    34.     What is retroactive billing? Who will create that?
    35.     In your functional role, how you gather technical specifications for your technical team members from your client?
    36.     Is it possible to change existing item categories?
    37.     For cash sale, how will availability check be done?
    38.     How is the access sequence controlled?
    39.     User specific parameter means what? How to create that one?
    40.     What is the difference between listing and exclusion?
    41.     Difference between customization and configuration.
    42.     How to customize rebate processing in sap sd?
    43.     LSMW important step is what?
    44.     What is the extract used in condition technique of pricing?
    45.     Can we create credit management separately for two different materials?
    46.     Work center means what?
    47.     If the client logon screen deleted while requirement is urgent, then what to do?
    48.     What is meant by time bond deliveries?
    49.     After implementing sap in production environment, while creating sales order, client wants to give discount for first 10 sales orders? How to do this?
    50.     What are the Three different kinds of messages? What is the difference between them?
    51.     Details about testing at sap sd.
    52.     What is the access sequence for header conditions?
    53.     Details about actual GI date and planned GI date .Can actual GI dt differ from planned GI dt?
    54.     Influencing factors for account determination for invoices.
    55.     Details about sap best practices.
    56.     To start a transaction, how many ways are there? And what are they?
    57.     Who will create transportation request?
    58.     In realization phase, what will be doing?
    59.     Is it possible to release change request without releasing task?
    60.     Details about lean warehouse management.
    61.     How to customize excise duty, insurance and cess condition type in pricing procedure?
    62.     How to stop PGI?
    63.     Data dictionary or repository means what?
    64.     How do you transfer request from development instance to production or quality instance?
    65.     What is the importance of release status in condition table?
    66.     Why does account group controls customer?
    67.     What are the deliverables in your blue print?
    68.     If you generate bill more than credit limit, then what will happen?
    69.     What is the value class used for material creation?
    70.     Why do we maintain sales office?
    71.     Is it possible to substitute one product for another? If so, how it can be achieved?
    72.     What is the difference between ATP check and availability check? How these reflect in sales order?( Which check system considers) what are the img steps for the same?
    73.     Explain process and steps involved in returns third party order processing.
    74.     What is the client specific data? Give 2 examples of client specific data.
    75.     What is the most critical field in delivery document?
    76.     What is the relation between sap sd and ABAP?
    77.     What is the functionality of negative posting in billing document?
    78.     In real time, when we start system in first, what screen we get and tell me the process how to log on screen? (IBM question)
    79.     How can you check in sap system, how, when and by whom, which fields in the customer master record were changed?
    80.     What is variant and its configuration?
    81.     After logging into R/3 system, if you want an end user to see a specific menu…. How could you do that?
    82.     Is it possible to automate output processing?
    83.     Which data is relevant for crediting credit and debit memos?
    84.     In system landscape, where the sandbox and golden box client exists?
    85.     What is the user exists? /how can we create user exists? What is the purpose of that?
    86.     Details about value sap.
    87.     Is there any difference between product selection and material determination?
    88.     How do you transfer request from development instance to production or development instance?
    89.What part of the company is responsible for the type of shipping, the necessary shipping materials and the means of transport?

    What is ticket? Process flow ticket
    Handling tickets is called Issue Tracking system. The errors or bugs forwarded by the end user to the support team are prioritized under three seviority High, Medium and Low. Each and every seviority as got its time limits before that we have to fix the error.
    The main job of the supporting consultant is to provide assistance on line to the customer or the organisation where SAP is already implemented for which the person should be very strong in the subject and the process which are implemented in SAP at the client side to understand,to analyse,to actuate and to give the right solution in right time.This is the job of the support consultant.
    The issues or the tickets(problems) which are arised is taken care of on priority basis by the support team consultants.
    The work process in support projects are given below for your reference.
    1. The customer or the end user logs a call through any tool or by mail (RADIX).
    2. Each one of the support team is a part of support group.
    3. Whenever a customer logs a call he /she has to mention to which work group (by name).
    4. Once the calls came to the work group the support consultant or the team need to send an IR (Initial Response) to the user depending upon the priority of the calls. (Top,High,Med,Low,None)
    5. Then the error is fixed, debugged by the support consultant or the team. Then after testing properly by generating TR(Transport Request through the basis admin)
    6. Then it is informed to the end user/customer/super user about the changes which have moved to the production server by CTS process.
    These are the process. In summary, what I understand is that if any configuration or customization is required to solve the issue, then the consultant have to work on DEV Client, then the end user will test it in the QA client and after approval the BASIS consultant has to transport it to the PRODUCTION client.
    An example:
    Tickets in SD can be considered as the problems which the end user or the employee in the company face while working on R/3. Tickets usually occur during the implementation or after theimplementation of the project. There can be numerous problem which can occur in the production support and a person who is working in the support has to resolve those tickets in the limited duration, every ticket has the particular deadline alert so your responsibility is to finish it before that deadline.
    To begin with , we should give "TICKET" to you for not knowing it.
    Here is an eg of a ticket raise:
    End user is not able to
    1. Create Sales order for a customer from a New plant , since shipping point determination is not happened . ( Without Shipping point the document becomes INCOMPLETE and he will not be able to proceed further like DELIVERY, BILLING).
    He raises a ticket and the priority is set in one of the below:
    1. Low 2. Medium 3. High.
    Now you need to solve this ticket. You would analyze the problem and identify that the SP configuration has to be done for the new plant.
    You would request a transport for DEV CLIENT to BASIS. You do the change and Request one more Transport to BASIS for QA client. The End user will test the same by creating a sales order for the new plant and approve it.
    Finally, you request a transport to move the changes to PRODUCTION. Once the change is deployed in production the TICKET is closed. What I have given is a small example. You would get some real issues with severity HIGH in your day-day support.
    Regards.

Maybe you are looking for

  • Open letter to Adrian Ludwig and others involved in the Open Screen Project

    Since Microsoft decided to abandon the Windows Mobile 6.5 platform, Adobe shifted it's focus toward Windows Phone 7. As evident from Adrian Ludwig's video, some progress has been made. The video demonstrated Flash on the HTC Leo and Nexus One handset

  • Quick Time + Itunes Not working

    I upgraded my itunes to the new 6.0 version,And now It wont open. Ive tried to reinstall itunes again but still it wont work. Next i tried to open QuickTime and it only opens for 2 seconds and then closes. I think thats the problem,But i dont know ho

  • How can I get my ipod nano to play on my stereo?

    I used to be able to use my nano to play on the stereo at work and since I got my new IPod nano and downloaded my music into it nwither of them will work on a stereo.

  • Post query question

    Hello everyone, I need your help with this problems. I have a master detail 10g form. In the detail block there is a balance field which is populated automatically based on the amount you enter in the amount field. This works fine if I am adding a re

  • Copy out of JTable

    I have a problem copying a float value out of my JTable. In my model I have a Float which gets formatted in the renderer and the editor. If I select the cell and press Cntl+C the value in the clipboard is eg. 1.2. If the local is set to DE I should b