How to delete order created against notification

hi gurus,
Someone tell me how to delete order created against notification. & also PR created against it.
Regards,
Radhika

Hello
You can set the deletion flag only when the order is business completed - CLSD status (no open costs remaining on the order). Deletion flag is set to the order when you want to archive the order. Till the order has a CLSD status, the del flag setting in the menu will remain inactive.
Any open PR created against the order is automatically set to deletion when the order is set to TECO - tech completed status.
For your scenario:
If you dont want to use the order and the order is with CRTD status - you can set the 'Do not Execute' flag. It will set the order to CLSD and NCMP (Not completed) status. this will also delete your PR
In case your order is already released - you will have to set the CLSD status for your purpose
Regards
Kartik

Similar Messages

  • Purchase Order created against sales order.. report

    Hi Folks!
    I want to see purchase orders created against sales orders.
    Is there any report?
    Regards

    Hi,
    You can develop your own report by using table VBAK-VBELN(sales document),VBAK-BSTNK(Customer purchase order number).
    Just try....
    Hope it helps you...
    Regards,
    Jaheer.

  • How to delete Thr created functional module dynamically

    Hi All,
    How to delete Thr created functional module dynamically
    Regards,
    Lisa
    Message was edited by:
            Lisa Roy

    Hi,
    You can use the function module RS_FUNCTION_DELETE to do that.
    Make sure you are not deleting any standard FM's.
    Example
          call function 'RS_FUNCTION_DELETE'
               exporting
                    funcname          = 'ZFM_NAME" " Function modue name
                    suppress_popups   = 'X' " TO suppress any pop-ups that come when you delete
               exceptions
                    error_message     = 1
                    cancelled         = 2
                    function_released = 3
                    others            = 4.
    Regards,
    Sesh

  • How an sale order Created in CRM online will be reflected in MSA

    Hi,
    Could any one explain how the sale order created in CRM online reflected in MSA.
    Give me an idea how data from CRM application is tranfered to MSA.?what is the role of MDW and MAR(mobile application repository) in mobile sales?.
    Edited by: Shiva kumar avvula on Jul 23, 2008 11:36 AM

    hi,
      You can create sales transactions, that is, quotations or sales orders, on both the mobile client and in CRM Enterprise. You can access your documents at any time and place. You can make changes to them as required, for example in the office, or on a laptop during a customer visit. Sales transactions are exchanged between systems using CRM Middleware so that you are always informed about current quotations and inquiries.
    First CRM data will store in CDB( consolidate data base), from here transactional data will transfer to MObiles through communication station.
    Database that contains data relevant to replication (CDB tables) for mobile scenarios. The CDB is a logical part of the entire CRM database, which also contains application data.
    What evet the data coming from CRM online that will convert into SBDOC and thorugh communication station it will reach mobiles.
    for more details check the link.
    http://help.sap.com/saphelp_crm60/helpdata/en/29/53583c2e39e433e10000000a114084/frameset.htm
    Regards
    Srinu

  • Maintenance order created through notification

    Hi experts,
    I have created one maintenance order through maintenance notification. In the order text description instead of notification text description it is taking long text which I have entered in subject description of notification.
    Is there any settings available for this? what may be the problem?
    Please do the needful.
    Thanks and best regards,
    Praveen

    Hi Praveen,
    Pls try the the following :
    Go to SPRO->Plant Maintenance and customer service->Maintenance and service processing->Maintenance and service orders->Functions and settings for order types->Define Notification- and order Integration. There u'll find a check box Long Text against your order type. If you are getting the notification Long text Description in your order Header, it must be checked.  Uncheck it. Save it.
    Hope this will solve your problem.
    Saurabh.

  • How to delete objects created with new

    Hello,
    I am having a problem creating a behavior or script to delete new sprites created in channels. I have a behavior script that creates new sprites using the following (simplified) script:
    First, a Beginsprite creates a gChannel_list and assigns a beginning gChannel value. pSprite is used to establish the sprite that in the mousedown is clickon.
    on Beginsprite me 
      gChannel_List =[]
      gChannel = 70
      pSprite = sprite(Spritenum)
    end
    In the mousedown the gChannel is incremented and the newly created channel is added to the gChannel_list.
    on Mousedown me
      gChannel = gChannel + 1
      theChannel = addat(gChannel_List,gChannel)
      themember = pSprite.member
      channel(gChannel).makeScriptedSprite(themember, point(80,160))
      sprite(gChannel).width = thememberW
      sprite(gChannel).height = thememberH
      sprite(gChannel).rotation = theMemberR
      sprite(gChannel).moveablesprite = 1
      sprite(gChannel).ink = 36
    etc
    After creation of several sprites based on the the gChannel, the following globals, for example, are returned.
    -- Global Variables --
    gChannel_List = [71,72,73,74]
    gChannel = 74
    My problem is that I am unable to delete these created gchannel sprites with a lingo command. Deleting them from the list, for example, using deletat(gChannel,1), does nothing to remove them from the stage (they do disappear from the list). And while I can display their attributes such as width [n=getat(gChannel_list, x); put sprite(n).width], nothing seems to relate to deleting these gchannel sprites.
    How is it done?
    Hope this is enough information. If not, please let me know. I can provide whatever you might need. Please help.
    Rod

    Sean,
    DUH! Didn't even know that a 'removeScriptedSprite()' command existed! Very logical. It works perfectly. Thanks again so very much.
    Rod

  • How to delete Jobs created by T.Code SM36

    Hi,
    I am trying to delete Events created by T.code SM62.
    But this has some jobs which i created by T.Code SM36.
    How i Can delete these Jobs.
    Because i want stop my process chain triggered by this event.
    Regards,
    Anand Mehrotra.

    Hi Anand,
    Please go through the below procedure....
           1.      Select a job (or jobs) from the Select Background Jobs screen (Transaction SM37, or choose CCMS ® Jobs ® Maintenance, complete the description of the jobs you want to delete, then choose Execute to get to the Job Overview.)
           2.      In the Job Overview, mark the job or jobs you want to delete by checking the box to the left of the job name.
           3.      Choose Job ® Delete.
    Hope this helps you
    Thanks
    KP

  • How to delete Dynamically created input field UI Element

    Hi all,
              I want to delete dynamically created input field and label.
    Is there any method please tell.
    Thanks in advance
    Hemalatha

    Hi,
    In the WDEVENT parameter of the action handler you can find the event id.
    ***Variables
      DATA:
        lv_selected  type string.          "Selected tab value
    ***Structure and internal table for the Events and messages
      DATA:
        lt_events type WDR_EVENT_PARAMETER_LIST,
        ls_events type WDR_EVENT_PARAMETER.
    ***Field symbols
      field-symbols: <fs_value> type any.   "Attribute value in events table
    ***Move the event table to lt_events
      lt_events = wdevent->parameters.
      read table  lt_events into ls_events with key name = 'SAVE'.  "Button Id
      if sy-subrc eq 0.
        assign ls_events-value->* to <fs_value>.
        if sy-subrc eq 0.
          lv_selected  = <fs_value>.
        endif.                 "IF sy-subrc eq 0.
      endif.                 "IF sy-subrc eq 0.
    Regards,
    Lekha.

  • How to delete dynamically created attribute

    Hi,
      I am creating table dynamically according to no of columns. first time its displaying correctly, second time once i changed the no of columns its throwing error message like:
    com.sap.tc.webdynpro.progmodel.context.ContextException: DataNodeInfo(DynamicView.TableNode): duplicate name for attribute name0.
    Everytime before creating table i tried  following commands.
    table.removeAllColumns();
    but still i am getting error.
    Help me out in this....
    Regards
    Suresh KB

    hi suresh
    table.removeAllColumns();
    will remove all the columns from the view.
    but when u create the context attributes they are already existing. So it is giving the duplicate context exception.
    To solve this problem, first delete all the attributes created dynamically. using below code.
    wdcontext.node<urnode>().reset(<b>False</b>).
    it will delete all the attrbutes created at runtime.
    to delete attrbutes created at designtime use.
    wdcontext.node<urnode>().reset(<b>True</b>).
    Regards
    Brahmanandam.A
    collections created at design time will be preserved.  All dynamically
    added nodes and attributes are destroyed from the metadata.<p>
    Calling reset(true) is functionally equivalent to calling reset().<p>

  • How to delete action created in automator

    Hello,
    I've created an action where I can copy and paste file path from the finder but it's caused some issues when I started to copy file names into another. The correct file name is not showing up. Basically, I want to delete this action but not sure where I can find it in my computer.
    BTW: I'm working on OS Mavericks.
    Does anyone has a solution to this problem.
    Thanks,
    sntm

    Hello,
    What is the right way to delete the SWCV from IR and Configuration scenario from ID .
    You start from the top to the bottom, by this I mean you delete objects in this order
    ESR:
    Operation Mappings -> Message Mappings -> Imported Archives -> Service Interfaces -> Message Types -> Data Types -> Context Objects  -> External Definitions
    ID:
    Receiver Agreement -> Sender Agreement -> Interface Determination -> Receiver Determination -> Communication Channels -> Business Component/Business System -> Party
    I am using PI 7.11 version. Also, want to know that ,if i want to take backup , then how to do that.
    Transport your SLD, All ESR objects under that SCV, All ID objects under that SCV as a file and then save in your local directory. That way, even if you deleted the objects you can still reimport them when the need comes.
    Hope this helps,
    Mark

  • Planned order created against cir

    I have created planned order against cir which cannot be converted to production order. The system says REQUIREMENT TYPE KD Iis not supported for conversion. In T code OVZG system accepts only numerical 2 as assembly type. Since then after MRP run instead of getting planned order system generates production order directly?.
    Help

    Hi Sir,
    Since the sysytem is  creating a production diorectly after running MRP, please check the SPK, have you maintained as %2 or checked the strategy in MRP-3, have you manintained as 82.
    Regards
    Bhupendra Singh

  • How to delete objects created in Integration repository(IR)

    Hi,
    I have created software componant in SLD and then imported that into IR.
    Now i want to delete all objects from SLD as well as IR.
    I have deleted theobjects from SLD but i am unable to delete the software componant objects from IR.
    Can anyone please let me know how we can delete objects from ID?
    Thanks,
    Chintan Soni.

    Hi,
    If you have imported from the SLD into IR you will see the Software Component and one level down you see one or more Software Component Versions.
    You can delete the Software Component Versions (one by one) and when you delete the last SWCV the Software Component will also be deleted.
    kr
    Robert

  • How to delete runtimely created file?

    Hello,
    I have created an application which create xml file at runtime. When I immediately delete it, within fraction of seconds..it is not deleting..after some time it deletes.
    Please tell me how to solve this problem.

    If you're using File.deleteOnExit(), then you would expect it not to delete immediately. Otherwise, check you close any streams reading or writing to the file before trying to delete it.

  • How to delete and create the CCM MASTER CATALOG in Catalog Content?

    Hi All,
    Please provide the solution as we are in real trouble.
    We have to delete master catalog and upload it again. Deletion is done because the mapping and all are being corrupted. SAP has suggested to delete the catalog and again upload it and do all the mapping again related to supplier and procurement catalog
    http://help.sap.com/saphelp_srm50/helpdata/en/7f/9b62405c910272e10000000a155106/frameset.htm.
    In the link above I found information really useful, however according to the document the CCM MASTER CATALOG should be created automatically by the SAP Catalog Authoring Tool, this happens the first time that you are using the system.
    Catalog Creation
    You use this function to create catalogs in SAP Catalog Authoring Tool.
    You can create the following types of catalogs:
    Supplier catalogs
    Procurement catalogs
    Model service catalogs
    Note
    SAP Catalog Authoring Tool creates the master catalog, the SRM product catalog, SRM contract catalogs, and the contract catalog for service specifications automatically.
    When SAP Catalog Authoring Tool is used for the first time, you must open the Edit Catalogs application once, before you create any catalogs. Choosing Edit Catalogs triggers the creation of the master catalog. If you do not do this, SAP Catalog Authoring Tool outputs an error message when you try to create a catalog.
    We have already the Master Schema and we know how to map the CCM MASTER CATALOG to the supplier and procurement catalogs. The main problem is that we need to delete the CCM/MASTERCATALOG and created again.
    1. How delete the CCM/MASTERCATALOG?
    In a Test environment I have delete the CCM/MASTERCATALOG using the "Edit Catalogs" mode then choosing the catalog and confirm the deletion.
    Once this has been done, all the catalogs has been erased including the CCM/MASTERCATALOG, so now we have the system in blank. I am not sure if this is the correct way to delete the catalog or there is an easiest way where the Procurement and supplier catalogs don't disappear once the CCM/MASTERCATALOG is deleted.
    2. Once the CCM/MASTERCATAOG is deleted how to created again?
    According to the instructions the SAP Catalog Authoring Tool should created this automatically when is used for the first time, however how we can created the CCM/MASTERCATALOG again if the SAP Catalog Authoring Tool is not used for the fist time.
    Is there a way where the system can create the CCM/MASTERCATALOG for a second time?
    I follow the steps to create the CCM/MASTERCATALOG for the first time however I didn't get a positive result.
    Any help provided will be really appreciated.

    Hi,
    Generation of the /CCM/MASTER_CATALOG is automatic and does not require any additional effort from a catalog admin other than accessing the CDC (Edit Catalogs).
    If the catalog is not regenerated at this point it is likely that you then receive an error like 'Error reading catalogs, error reading Master Catalog' or something similar which would indicate that the previous deletion of the master from either table /CCM/D_CTLG or /CCM/D_CTLG_REQ was not successfully completed or that the update operation in table /CCM/D_UPD_STATE remained in update status and never for some reason completed (status 03).
    Deletion of the Master catalog should not cause the deletion of any other catalog, unless you have chosen 'delete all catalogs'! Choosing the Master and delete should result in only a deletion request for the master catalog, be aware however that all mapping records between Supplier -> Master -> Procurement catalogs will be destroyed and cannot be 'rejoined' but only rebuilt from scratch. It is also advisable after the Master deletion to chcek with report /CCM/CLEANUP_MAPPING which orphaned items and mapping records require cleanup as it is better to remove these before proceeding with the new mappings.
    Regards,
    Jason

  • How to delete objects created in IR and ID

    Hello ,
    What is the right way to delete the SWCV from IR and Configuration scenario from ID .
    I am using PI 7.11  version. Also, want to know that ,if i want to take backup , then how to  do that.
    Thanks in advance.
    Ravi

    Hello,
    What is the right way to delete the SWCV from IR and Configuration scenario from ID .
    You start from the top to the bottom, by this I mean you delete objects in this order
    ESR:
    Operation Mappings -> Message Mappings -> Imported Archives -> Service Interfaces -> Message Types -> Data Types -> Context Objects  -> External Definitions
    ID:
    Receiver Agreement -> Sender Agreement -> Interface Determination -> Receiver Determination -> Communication Channels -> Business Component/Business System -> Party
    I am using PI 7.11 version. Also, want to know that ,if i want to take backup , then how to do that.
    Transport your SLD, All ESR objects under that SCV, All ID objects under that SCV as a file and then save in your local directory. That way, even if you deleted the objects you can still reimport them when the need comes.
    Hope this helps,
    Mark

Maybe you are looking for