CA02: Delete Operation from Routing

Hello,
My question is: how can i delete an operation from routing, like in CA02, but using FM or BAPI and avoiding Batch Input?
Right now it's done with Batch input, but when there is more than one routing per material it crashes, due to extra screens.
Thanks in advance...

Dear,
if you have created operation through CA01 then
Go to CA02-- Select your operation and then header manu Edit--Delete or use (Shift+F2) and save it.
If in CO01 production order then in operation details screen and select your operation and delete it.
Please try and come back.
Regards,
R.Brahmankar

Similar Messages

  • Update/insert/delete data from xcelsius to Database via web service

    Hi,
    I need to create dashboard that go function can <b>update/insert/delete</b> data send to <u>Database</u> thru <u>web services</u>, as i know got 2 xcelsius add-on software which support those of function <b>InfoBurst</b> and <b>flynet </b>
    <b>InfoBurst</b>
    http://www.infosol.com/azbocug/minutes/4-Writeback%20to%20a%20Database%20with%20Xcelsius.pdf
    <b>flynet </b>
    http://www.flynetviewer.com/public/community/Blogs/FlynetXcelsiusServerUser/default.aspx
    Except this 2 purchase add-on xcelsius, any other solution ?  
    Maybe need to write some in MSSQL or C# programming which enable insert, update, delete ...etc  ?
    *note: i not use Xcelsius Engage Server , i use Xcelsius Engage only
    thanks,
    regards
    s1
    Edited by: Leong Pui Kee on Mar 1, 2011 6:06 AM

    Hi,
    As of now in Xcelsius/Dashboard Design there is no feature or functionality to insert/update/delete data from database.
    Solution:
    Create a Web service in let’s say C# or Java, which will perform insert/update/delete operation.
    In Xcelsius add Web Service connection and user above web service.
    Xcelsius Web Service connection provides option to pass input values to a Web Service (Input Pane) and get the result (Output values pane).
    We can pass values to be written to the database as a input to Web Service via Web Service connection from Xcelsius and write data to the database.
    Note:
    Performing delete operation from Xcelsius Dashboard could be risky and may delete important data from database. I would not prefer giving delete option/functionality in Xcelsius dashboard.
    Hope this helps!
    Thank you.
    Regards,
    Vinay Mhaske

  • Need to Set Current Row when Using Built-in Data Control Delete Operation?

    I have an af:table bound to a ViewObject (VO) collection (no Entity Object) - within each row, I include a column that contains a 'Remove' command button so the user can remove the row. I add the command button by dragging/dropping the built-in delete operation from the VO on the Data Control Palette. When I use this as is (no changes), the Remove button always deletes the first row in the collection, not the selected row. Do I need to add code to set the current row, and if so can someone please provide an example and specify where I need to add? thanks.
    ------ .jspx af:table with command button to remove each row ------
    <af:table value="#{bindings.ListView1.collectionModel}" var="row"
    rows="#{bindings.ListView1.rangeSize}"
    first="#{bindings.ListView1.rangeStart}"
    // note: I don't have any code added for selectedRow or makeCurrent - assuming this is built-in?
    selectionState="#{bindings.ListView1.collectionModel.selectedRow}"
    selectionListener="#{bindings.ListView1.collectionModel.makeCurrent}">
    <af:column>
    <af:commandButton actionListener="#{bindings.Delete.execute}"
    text="Remove"
    disabled="#{!bindings.Delete.enabled}"/>
    </af:column>
    ---------- corresponding pagedef file ------------
    <bindings>.....
    <action id="Delete" IterBinding="ListView1Iterator"
    InstanceName="SrchDataControl.ListView1"
    DataControl="SrchDataControl" RequiresUpdateModel="false"
    Action="30"/>
    </bindings>
    Note: I also tried solution posted on following thread, but again, only first row is deleted, not the selected row?: Delete and Commit
    Message was edited by:
    javaX

    I just want to delete (or remove) it from the VO. Data for this VO is not on the database.
    The function is doing what I want it to do (delete from the VO), its just always deleting the first row, versus the selected row. I select the command button next on a column next to an item further down in the list and it deletes the first row. The problem is setting the selected row to be removed - I thought setting the current row would be taken care of by the SelectListener?
    selectionState="#{bindings.MyIspListView1.collectionModel.selectedRow}"
    selectionListener="#{bindings.MyIspListView1.collectionModel.makeCurrent}"

  • Deleted operation item still appear in IW49N

    Hi Gurus,
    I create a maintenance order, with operation as below:
    0010 Replace Fuel Filter
    0020 Replace Dust Filter
    But then the first operation item I delete, and I create a new line item, and it become
    0020 Replace Dust Filter
    0030 Replace Oil Filter
    It done and document can be saved.
    But while I open the maintenance report using t-code: IW49N, the whole operation item appear
    0010 Replace Fuel Filter
    0020 Replace Dust Filter
    0030 Replace Oil Filter
    Why it can happen ? I think, report must only show:
    0020 Replace Dust Filter
    0030 Replace Oil Filter
    Can anyone give me suggestion ?
    Thx in advance.

    hi trick ,
    Yes you would be getting all the operations .. but if you dont want deleted one then use the option of status inclusive and status exclusive option like for removing deleted operations from display in status inclusive you can put REL , in exclusive DLT and select outstanding tick mark and check up ..you can also use selection profile for better selection purpose..
    regrds
    pushpa

  • Deleted operations appearing in IW40

    Hi there,
    IW40 report shows operations that have been deleted whereas in other reports like IW49 / IW37 we can remove deleted operations from the list through status exclusive field.
    Is there any way that IW40 report doesnʼt display deleted operations? This is affecting user reports. I canʼt think of any solution as of now.
    Any suggestions?
    Regards,
    Salman

    Hi,
    As there is no filter function then it not possible to remove the operations with deleted status. It would not be possible to use output filter anyway as all the status values are grouped together for display so not possible to access the individual status values.
    Possible solution would be to copy the existing code and make your own version.
    Following code area in SAPDBAFI could be adjusted.
          LOOP AT viafvc_tab.
            h_objnr_tab-objnr = viafvc_tab-objnr.
            APPEND h_objnr_tab.
          ENDLOOP.
    If viafvc_tab-bedzl is zero then remove that entry from viafvc_tab
    This internal counter will always be zero in case of a deleted operation.
    -Paul

  • Trying to delete file from trash but get this: The operation can't be completed because the item "File name" is in use. All other files delete except this one. Please help

    Trying to delete file from trash but get this: The operation can’t be completed because the item “File name” is in use. All other files delete except this one. Please help

    Maybe some help here:
    http://osxdaily.com/2012/07/19/force-empty-trash-in-mac-os-x-when-file-is-locked -or-in-use//

  • Delete operation is not working to delete selected row from ADF table

    Hi All,
    We are working on jdev 11.1.1.5.3. We have one ADF table as shown below. My requirement is to delete a selected row from table, but it is deleting the first row only.
    <af:table value="#{bindings.EventCalendarVO.collectionModel}" var="row"
    rows="#{bindings.EventCalendarVO.rangeSize}"
    emptyText="#{bindings.EventCalendarVO.viewable ? applcoreBundle.TABLE_EMPTY_TEXT_NO_ROWS_YET : applcoreBundle.TABLE_EMPTY_TEXT_ACCESS_DENIED}"
    fetchSize="#{bindings.EventCalendarVO.rangeSize}"
    rowBandingInterval="0"
    selectedRowKeys="#{bindings.EventCalendarVO.collectionModel.selectedRow}"
    selectionListener="#{bindings.EventCalendarVO.collectionModel.makeCurrent}"
    rowSelection="single" id="t2" partialTriggers="::ctb1 ::ctb3"
    >
    To perform delete operation i have one delete button.
    <af:commandToolbarButton
    text="Delete"
    disabled="#{!bindings.Delete.enabled}"
    id="ctb3" accessKey="d"
    actionListener="#{AddNewEventBean. *deleteCurrentRow* }"/>
    As normal delete operation is not working i am using programatic approach from bean method. This approach works with jdev 11.1.1.5.0 but fails on ver 11.1.1.5.3
    public void deleteCurrentRow (ActionEvent actionEvent) *{*               DCBindingContainer bindings =
    (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding dcItteratorBindings =
    bindings.findIteratorBinding("EventCalendarVOIterator");
    // Get an object representing the table and what may be selected within it
    ViewObject eventCalVO = dcItteratorBindings.getViewObject();
    // Remove selected row
    eventCalVO.removeCurrentRow();
    it is removing first row from table still. Main problem is not giving the selected row as current row. Any one point out where is the mistake?
    We have tried the below code as well in deleteCurrentRow() method
    RowKeySet rowKeySet = (RowKeySet)this.getT1().getSelectedRowKeys();
    CollectionModel cm = (CollectionModel)this.getT1().ggetValue();
    for (Object facesTreeRowKey : rowKeySet) {
    cm.setRowKey(facesTreeRowKey);
    JUCtrlHierNodeBinding rowData = (JUCtrlHierNodeBinding)cm.getRowData();
    rowData.getRow().remove();
    The same behavior still.
    Thanks in advance.
    Rechin
    Edited by: 900997 on Mar 7, 2012 3:56 AM
    Edited by: 900997 on Mar 7, 2012 4:01 AM
    Edited by: 900997 on Mar 7, 2012 4:03 AM

    JDev 11.1.1.5.3 sounds like you are using oracle apps as this not a normal jdev version.
    as it works in 11.1.1.5.0 you probably hit a bug which you should file with support.oracle.com...
    Somehow you get the first row instead of the current row (i guess). You should debug your code and make sure you get the current selected row in your bean code and not the first row.
    This might be a problem with the bean scope too. Do you have the button (or table) inside a region? Wich scope does the bean have?
    Anyway you can try to remove the iterator row you get
    public void deleteCurrentRow (ActionEvent actionEvent) { DCBindingContainer bindings =
    (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding dcItteratorBindings =
    bindings.findIteratorBinding("EventCalendarVOIterator");
    dcItteratorBindings.removeCurrentRow();Timo

  • I'm trying to delete files from and external disk and i get this: The operation can't be completed because an unexpected error occurred (error code -1407) can somebody help me? files do not get deleted..and the trash not emptied.. thanks

    I'm trying to delete files from an external disc and it doesn't let me couse this pops up:
    The operation can’t be completed because an unexpected error occurred (error code -1407)
    Please what does it mean? I also have a file in the trash of my mac book named something similar to: a'*.'*.'*'.*.
    and this cannot be deleted either..
    Please let me know what I can do.
    I also have many files in the external disc that I need so I cannot do a format..
    Thank you.
    Best Regards
    Karin

    Have you tried putting the file from your Drobo, onto your computer, then onto to the external hard drive?

  • ADF delete from more than one table with single delete operation

    Hi all,
    I have a scenario in which I am trying to delete record(s) from 3 tables.
    My jspx page looks like this:
    Column1:drop down from 1st table
    Column2:drop down from 2nd table
    Column3:drop down from 3rd table
    Delete Commit
    I have created a view object which has these three tables as entities. I drag dropped the view object and displayed these three columns.
    Now when i select any one or all three or any two out of these and click delete, only the "column 1" gets deleted from 1st table. The remaining two tables remain unaffected.
    Y is this so?
    Can't I use one delete operation for all three tables' DML operation in single go?
    Thanks.

    If you have a business case that requires deleting from 3 tables at once when removing a single row in a view object then you may look for the problem in you data model...
    Until then I'd suggest to create a database view providing the information you need (plus the PKs fron the individual tables) and creating entity and view objects based on this view. An "instead of dele" trigger attached to the view can do the actual delete operation on the 3 tables.
    bye
    TPD

  • How to delete an operation from order using the bapi

    Can somebody please tell me how to delete an operation from order using the bapi
    BAPI_ALM_ORDER_MAINTAIN.
    Following was the test data for the BAPI.
    000000 OPERATION DELETE 0000040052810070
    000000 SAVE 0000040052810070
    Even I tried entering the operation table. The BAPI control ends fine, but when I check the order using IW32, the operation still exists.
    So, can you please tell me where Iam going wrong.

    Hi Subash Mohanvel,
    Check bapireturn parameter of the bapi BAPI_ALM_ORDER_MAINTAIN after execution of the code , and if there is no error message in the return table then call bapi_Transaction_commit.
    Unless you call this database saving of the records/values will not get reflected in the system.
    Hope that helps.
    Regards
    Kapadia
    ***Assigning points is the way to say thanks in SDN.***

  • Material Deletion from Routing Groups-Mass T-code

    Dear Experts
    we have a big task we have to delete Routing assignments from Routing Groups we have around 4000 material codes.
    Is there any mass code to delete Material assignements from Routing group.
    Regards
    sandeep patil

    Hi,
    CWBQM from Mass change
    QSR6.
    Use transaction CA99 - delete task list with archiving, here enter PP_PLAN as the object name
    Also transaction CA98 can be used to delete w/o archiving
    BAPI_ROUTING_PROCESS
    Regards,
    R.Brahmankar

  • How do I delete files from HFS+-formatted network drive

    Relevant system components:
    Very recent iterations of a MBA and MBP both running 10.7.4
    Cisco Linksys e4200v1 wireless router, FWver1.0.04
    Seagate 1.5 Tb FA GoFlex external drive
    Full-size, single partition reformated by DiskUtility to HFS+ (Mac extended volume, Journaled)
    Connected by USB to storage port on e4200
    Storage set to share at root with either Anon r&w access or admin level user acct.
    Demonstrated read and write access
    I have set up an external drive as above.  The drive is to be used to archive large amounts of uncommonly used data (not a backup) and then is backed up to crashplan+ off-site. 
    The drive came formatted as FAT32 (I believe.) As we still have one PC and all individual files are smaller than 4Gb, I set up the archive drive as formated out of the box. 
    Data was written to the drive without issue, backed upi off-site with no issue and accessed a couple times.
    The issue came when recently upgraded some itunes albums.  These albums had been previously removed from the library and from the computer and stored in the archive drive.  These albums were upgraded and redownloaded from apple generating a copy of the album data, but in a superior format (no-drm, greater sampling rate.) This made the archived files obsolete and generated a risk of mixing versions.  I decided to delete the obsolete files from archive.
    When I attempted to do this by selecting, right-clicking and chosing "move to trash"  I was prompted that this was not a "undo-able" action, suggesting that while I was selecting "move to trash," the action would not generate a copy in the trash.  Next I was prompted to enter my user and PW.  The only user and PW combo that would not cause the dialog to "shake it's head" at me, was my computer user-specific password.  The network or drive associated user and PW combos would not take.  When I entered my computer user and PW, it was accepted, but a dialog labeled "Trash" popped up with small font, reading "The operation can't be completed because you don't have permission to access some of the items."
    Trying to delete only a random selection of one or two files would not work. 
    I checked the drive permissions and was only able to see "You have custom access."  This is not modifiable.  I attempted to alter my access permissions from the router, but made no headway.  Again, I could read and write, as the router setup suggests, but not "modify," to use a windows term.
    Assuming, with little data, that the FAT32 was perhaps at issue I unmounted the network drive, connected it by USB and reformated as above.  After formating, I tried the same procedure with no change in outcome.
    I am nearly 100% sure that when the drive was connected by usb, I could delete to my heart's content, but not when it is connected via network.
    I will note that the drive is accessed by first connecting to the router, which the mac sees as a "PC."  This access can be controlled, but can be set to anon.
    When I connect I see two identically named folders.  One is a sharepoint folder and one is a volume.  They access the same data. Deleting thorugh either route has identical outcomes.
    As I am a complete newb to Macs, I am really not sure where I should even begin to look for access.  Should I bind my router access to my user acct?  Is this even doable? Can I reset permissions to this folder through the terminal?  Is this really a Cisco or Seagate issue? 
    Any knowledgable advice is appretiated.  I can do the speculating.

    Ugh.
    This is not an Apple issue.  This is a permission issue associated directly with the router.  No settings on the mac need to be touched to solve this issue.
    In this specific case, it was required that I enter into the router storage settings (192.168.0.1,) disable all anon access, save settings, log in as admin (or just r&w) PRIOR TO deleting the files, then delete the files.
    I was trying to enter login info AFTER trying to delete the files. Obviously, that didn't work.
    Anyway.  I hope this might help someone. 

  • Delete file from table

    Hi all,
    I am having a bit of issue here, in my application page I have option to upload images, and there is an associated button to delete multiple records from image table. but every time i want to delete any uploaded file getting error -
    "ORA-20001: Error in multi row delete operation: row= 11, ORA-01403: no data found,
         Error     multi row operation failed ". I could not figure it out, Processes and branches settings are ok. it works in another application. Funny thing is it always say "row= 11, ORA-01403: no data found".
    can anybody help with this?
    Thanks,
    Tajuddin

    Hi,
    That depends on what is on row 11. Could it be that one of the preceeding rows (rows 1 to 10) is actually causing the deletion of row 11 so that by the time your process code gets to row 11 it's already gone?
    Or it could be that if, for example, you delete row 2, then row 11 is moved up to row 10?
    Not sure, as it depends on how you are handling the deletions. I tend to delete records one at a time from the end and work backwards.
    Andy

  • How do i delete files from adobe reader?

    How do I delete files that I do not want to view again from adobe reader?

    You want to delete the actual PDF files, or just the entries in the Recent Documents list?
    If it's the files, delete them from where they are stored on your local disk.
    If it's the Recent Documents list, that depends on your operating system.

  • How to recover Deleted file from HARD DISK

    By mistake my entire AVCHD file of 90 Mts  duration was deleted from my Hard Disk, this  I realised after a week., in the meantime I have not added or deleted any file from this hard Disk. I had given my this hard disk to my service engineer to recover the video., he has tried and recover some 40 mb file., but I cant open this recovered video file in Premiere or any other video convertor programme., also I cant get any information about Video.
    Can anybody in the forum help me and suggest how to recover my deleted Video from the Hard disk

    Hi, hard disk data loss is actually a hard task for many users 'cause most of them think this kind of problems is a complicated situation. Here are some tips you need to know after data loss happened.
    1. If you meet the file loss situation, keep calm and stop using your computer to do any read or write operation until you find the way to recover the lost files because any wrong operation.
    2. If you've lost a file, time is of the essence. As new files saved to Mac hard drive or storage devices, the original files gets overwritten. So do not use the drive or disk which your deleted files are stored before at all, until you have completed the scanning and recovery process.
    3. The system crashed or the files loss situation happens occasionally, so remember build a backup for the files periodically is strongly needed.
    4. If you meet the file loss situation again, stop using the Mac or storage device right now, use another computer to process the files recovery.
    5. Remember this, no matter at the normal time or after files recovery, build a backup for the files periodically is the best method to protect your files from data loss situation.
    This post offers you more tips you may need: http://www.uflysoft.com/data-recovery-mac/mac-files-recovery.html

Maybe you are looking for

  • Total line in PA report painter

    Hi, I have a problem with total line calculation in KE30 report. I have defined a few colomns in the form like gross sales, discounts, returns by some customer and I have written a MAX formula for one colomn. When I select material for drill-down. th

  • How can i upgrade from ios 10.5.8 to get icloud on my mac and stop all these repeating ical entries?

    I have imac and ipad 3 and iphone 4 I want to sync ical across all three on icloud - at the moment I can do t but get loads of really annoying repeating entries but have no icloud on my system preferences on imac do I eed to upgrade my software (curr

  • How to find BAPI to create incident

    Hi. I am a newbie to Abap. How can a find a BAPI or RFC to log a Incident / Accident. Normally this is done by transaction cbih82. Much appreciated. Rodney

  • Upgrade to OWB 10.2.0.2 - worth it?

    Has anyone put in this upgrade? I had an open SR due to the issue that I could not perform very many diminsion role attachements to a cube without the product entering an infinite loop and effectively hanging the client. Metalink said that this patch

  • Iphone5 screen shows 4G when wifi is connected.

    As shown in the title, I have iphone5. I bought a router to use wifi at home. It is wierd that the phone is connected to wifi (I checked in the setting), but the screen shows 4G. I am afraid that I keep using cellular network but not wifi. What shoul