How to cancel and redo a service confirmation?

Here is the scenario (Service management):
A Service confirmation has been created with status "Completed".
As a result the status of the originating service order is set to "Confirmed" (standard behavior).
Say the confirmation data was wrong and postings in R/3 needs reversing (for example for a spare parts goods issue).
Standard SAP allows you to Cancel the items in the Service confirmation which will automatically reverse all the postings in R/3. So far so good!
The problem is that I can't see how to recreate a new service confirmation. The status "Confirmed" on the Service order prevents you from creating any new follow up service confirmation.
Does anybody know the answer to this puzzle?
Thanks in advance for help !

Hi
to redo the service confimation, you need to change the status of the service order to "released'.
Permanent solution:
The way service oder status changes automatically when service item is confirmed,trigger a action when a service cofirmation is cancelled so that the status of that service item changes back to released.

Similar Messages

  • How to Create and Deploy Web Services Using Oracle 9i JDeveloper

    Hi,
    My Question is how to create and deploy Web Services using Oracle 9i JDeveloper.Anybody please give me a detailed Reply.Please Reply to [email protected]
    Hopr to Hear From you,
    Regards,
    G Sreekumar

    You could use datasources. You should do this in your BC4J Configuration. Then when deploying your applicaiton use the command -installDataSource (from admin.jar) to create the right datasource.
    You could probably use the name of your connection + "DS" so you can also use it locally in JDeveloper as JDev seesm to create this automaticly for your Connections.

  • How to Stop and Start Scheduler Service

    Does anyone know how to stop and start the Scheduler service for Hyperion Financial Reporting in release 9.3.1?

    please see the metalink note
    How to Start/Stop MWA Services Using Control Scripts adstrtal.sh/adstpall.sh? [ID 731320.1]
    This is how i startup and shutdown WMA
    for stopping :
    1) login to Applications tier
    2) To see if the MWA (telnet) server is running use:
    ps -ef|grep DPID
    3) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx stop_force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa
    for starting
    1) login to Applications tier
    2) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx start _force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa

  • How to cancel and disactivate my adobe creative account?

    I would like to cancel and disactivate my adobe creative account. How can i do this? tnx

    Cancel the Cloud http://forums.adobe.com/thread/1439535?tstart=0 may help

  • How to cancel an order with service item - Reg

    Hi,
    We have invoiced an order for one service item later we have cancelled the invoice and order status has become as open.
    We have to cancel that order without deleting it.
    We rejected the line item despite it is showing as open order due for billing. Please let me know How can we cancel the order without deleting it.
    Thanx & Regards,
    Sp.Balaji
    Message was edited by:
            balaji soundarapandian

    Hi Prase,
    Thanks for your reply, Checked the status overview also, it shows item is fully rejected and open for billing.
    While generating billing due list the orders which are rejected by us is also reflecting as due for billing.
    Where as if we are rejecting any deliverable items in order it is not showing as open order.
    Please help.
    Thanks & Regards,
    Sp.Balaji

  • How to read and process oData service's ATOM XML output?

    Hi,
    I have a RFC created in system A which will call oData services of system B. I am calling this in a report using class methods,  cl_http_client. I will get the response in a ATOM XML format. Is there a standard way to read and process such ATOM XML in abap report without using further addons?
    Regards,
    Vinay

    You need to pass your filename String as a parameter to your functionality. It depends how you're currently set up though. We can't really see the top of your call so it's difficult to determine what you are calling and we don't really know from where you're calling either.
    If you're running standalone, then on launch of the application, you can feed in a file name as an argument that you can read in in String args[] in the main function and pass down to your XML splitter.
    If you're a method in a class that's part of a bigger pile, you can feed the file name as a String to the method from wherever you call from if it makes sense architecturally.
    You might also want to pass down a File object if that makes sense in your current code (i.e. if you're using your file for other purposes prior to the split, to avoid recreating closing/opening for no reason).
    Depends what you're trying to do. If I put together a piece like this, I would probably create an <yourcurrentrootpackage>.xml.splitter package.
    Also, on a side note, you're problem isn't really reading and writing XML in java, but seems more to be making your functionality generic so that any XML file can be split with your code.
    Regards
    JFM

  • How to cancel and recreate a new account in Itune?

    I want to give my old Iphone 3gs to a friend but before I would like to cancel the account that I used to purchase apps for this Iphone and then how can my friend to creat an account for his own in Itune?

    Why would you cancel the iTunes account you used? You aren't going to use your apps anymore, or buy music or anything?
    Your friend can just go into iTunes and create his own account.

  • How to start and Stop Running services with Java Programme

    I have some Service Runinig on My Windows machine like Tomcat Server,i want to update some file in Tomcat server through java program ,it works only when my tomcat stops ,I want to write peice of Code so that i can stop service with my prog and start after updating my files

    heres something that may help yeah
    http://wrapper.tanukisoftware.org/doc/english/introduction.html

  • How to start and stop oracel services mannully

    I want to start oracle services (Database(SID) and listner) manually when i want to use database, by default i services are not started (as i set in service properties).
    I want to start them from some desktop shortcut to avoid going to control panel cuz i dont have rights to use control panel in my domain user.
    Regards,
    Aslam

    Please make .bat or .cmd files and those shot-cut.
    Example of script in bat file (to use net command).
    :dbstart.bat
    net start OracleServiceE1020
    :dbstop.bat
    net stop OracleServiceE1020
    Here OracleServiceE1020 is service name displayed Control Panel->Service->Propety->General->ServiceName. You could get it by 'net start' command with non argument, also.
    C:\>net start
    These Windows services are started:
    (snip)
    OracleServiceE1020
    (snip)
    The command completed successfully.
    Another example (to use oradim)
    :dbstart.bat
    oradim -startup -sid E1020 -starttype srvc,inst
    :dbstop.bat
    oradim -shutdown -sid E1020 -shuttype inst -shutmode normal
    oradim -shutdown -sid E1020 -shuttype srvc
    Here, E1020 is sid. Please execute oradim with no argument for your help.
    C:\>oradim
    ORADIM: <command> [options]. Refer to manual.
    Enter one of the following command:
    (snip)
    Startup services and instance by specifying the following options:
    -STARTUP -SID sid | -ASMSID sid [-SYSPWD pass]
    [-STARTTYPE srvc|inst|srvc,inst] [-PFILE filename | -SPFILE]
    Shutdown service and instance by specifying the following options:
    -SHUTDOWN -SID sid | -ASMSID sid [-SYSPWD pass]
    [-SHUTTYPE srvc|inst|srvc,inst] [-SHUTMODE normal|immediate|abort]
    Query for help by specifying the following parameters: -? | -h | -help
    Message was edited by:
    ushitaki
    add example of 'net start' results

  • How to use and configure web services in sap

    Hi,
    Experts,
    could you please tell me, how to configure web services in sap.
    As one of my client using handheld  software for inventory, where in whatever tansaction happens in the depot  it has to update in sap.through non sap software please help me out with necessary configuration.
    Thanks
    Edited by: Ahmed quadry on Jun 9, 2009 2:25 PM

    Hi Ahmed,
    Kindly find the below link will helps you to create web  service in SAP
    http://wiki.open-esb.java.net/Wiki.jsp?page=BAPIWEBSERVICE
    Also find the below documents will helps you to create web services in SAP
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/06adbf03-0a01-0010-f386-d8e45561a3c4
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3004a2d2-0653-2a10-779c-f5562b3fac39
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bb0764f2-0b01-0010-bd85-c7849b40561e
    Regards
    Venkata Rao .G

  • How to publish and consume web services in WAS 620?

    It appears that Web Service Creation Wizard is only available in WAS 640. We only have WAS 620 installed. Do any of you know what are the steps to publish ABAP function modules as web services, as well as to consume web services?
    Thanks,
    Angela

    Hi Angela,
       If you want to expose function modules as web service, you can generate WSDL by running BSP application 'webservicebrowser'. If you want to consume a web service then it is a bit difficult but possible. Look at sample programs (rsvsoap*).
    Also look at help document http://help.sap.com/saphelp_47x200/helpdata/en/94/f8c8a2e68811d6b2dc00508b5d5211/frameset.htm
    Regards,
    Sanjeev

  • How to compile and deploy JAX-WS web service from commandline (!) ?

    I have read a couple of tutorials about how to create and deploy web services with
    certain IDEs (e.g. Eclipse).
    But I found no guide on how to compile a java web service source from command line !!
    Lets say I have a java source class with annotations inside (like "@WebMethod").
    How do I generate with the built-in j2ee v5 tools from a web service from command line and deploy it e.g. to TomCat or JBoss ?
    Is there somewhere such a simple step-by-step intro?
    Thx
    Peter

    You can download JWSDP 2.0 from sun and install it. Under jaxws (the installed directory) you can find sample directory which has build.xml can be run from command prompt using ant. if you want in detail means go through the build.xml and use wsgen.bat or wsimport under the bin directory of jaxws
    Edited by: Muyallu_Bala on Apr 14, 2008 5:49 AM

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • Starting and Stopping ALM Services in linux

    How to stop and Start ALM Services linux.
    I have installed new ALM application in my linux as root user. Now i am trying to stop the service using command HPALM. When i check the status it show not running and  i can see script located in app/wapper and deployment/wrapper.
    So please help how to stop the service and is there any env i have to set.
    Below are the details
    Install Folder Details
    Install Folder:     /u01/ALM/app
    Deployment path:      /u01/ALM/deployment
    Repository Path:      /u01/ALM/repository
    Script Details:
    /u01/ALM/app/wrapper
    sh HPALM status
    HP Application Lifecycle Management is not running.
    /u01/ALM/deployment/wrapper
    sh HPALM status
    HP Application Lifecycle Management is not running.
    root     25657     1  0 Oct29 ?        00:01:27 /u01/ALM/deployment/wrapper/wrapper /u01/ALM/deployment/wrapper/wrapper.conf wrapper.syslog.ident=HPALM wrapper.pidfile=/var/opt/HP/ALM/runtime/HPALM
    root     25660 25657 99 Oct29 ?        2-23:16:23 /u01/ALM/app/java/bin/ALM -server -XX:+PrintCommandLineFlags -XX:+UseConcMarkSweepGC -XX:+ExplicitGCInvokesConcurrent -XX:+PrintCommandLineFlags -X

    SREE400,
    You are in the consumer end products forum.  You will also want to ask your question over at the Enterprise Business Community.
    Click the plus sign (+) next to Discussion Boards to drop down all the options for server, networking and any other professional equipment problem.
    http://h30499.www3.hp.com/
     For Linux:
    http://h30499.www3.hp.com/t5/Linux/ct-p/itrc-118
    Good luck.

  • Start and stop windows service for multiple remote computers

    Hello,
    Can someone show me how to Start and Stop windows service for multiple remote computers using Command Prompt or PowerShell or even Java?
    Thank you

    You asked a pure Windows related question at a pure Java related forum. We have advised you to look for a Windows related forum to post the question. Nothing special. It's like asking a car mechanican to help you with your migraine, he would advise you to look for a general practitioner.
    But why are you so surprised and negative about this answer after all? Don't we have to help you? Don't you appreciate help? So be it then, but please stay away then if you keep this attitude.

Maybe you are looking for