How to edit s.o. line after booking in Line Flow - Generic, Bill Only workflow?

Hi!
We are using Line Flow - Generic, Bill Only line workflow. Is it possible to edit s.o. lines after it has been booked? Is there any workaround for this?
Thanks.

Actually my question also applies to the other workflow, Line Flow - Generic-Bill Only with Inventory Interface... I am asking this for the possibility of manipulating the s.o. line's data like quantity or applying discount/surcharge to a already booked s.o. to be able to avoid creating rma for over-quantitied line, etc.
I am looking at creating a custom line workflow and somehow altering Close - Line subprocess that it is only performed once a certain condition is met. I believe that subprocess is the one that is closing the line. If that is kept not closed, maybe we can find a workaround for this requirement...
Thanks.

Similar Messages

  • OEOL: Customizing Line Flow - Generic, Bill Only with Inventory Interface

    Hi All,
    Am presently customizing OEOL : Line Flow - Generic, Bill Only with Inventory Interface process. In the workflow how do I find that for which order and line the workflow was triggered. The workflow attributes where not helpful.
    Thanks,
    Priya.

    Hi,
    SELECT user_key, begin_date
    FROM wf_items
    WHERE item_type = 'OEOL'
    AND root_activity = 'R_BILL_ONLY_INV_INTERFACE';

  • How can I get trial for after effects 4? it is the only version my PC meets the requirements.

    How can I get trial for after effects 4?
    it is the only version my PC meets the requirements.

    Hello  yaniv7m,
    in my eyes you will find it only in shops like ebay or Amazon, like this:
    http://www.ebay.com/sch/i.html?_from=R40&_trksid=p2050601.m570.l1313.TR0.TRC0.H0.Xafter+ef fects+4&_nkw=after+effects+4&_sacat=0
    or
    http://www.amazon.com/Adobe-After-Effects-CS4-VERSION/dp/B001EUJ0SI/ref=sr_1_1?s=software& ie=UTF8&qid=1407396391&sr=1-1&keywords=after+effects+cs4
    Good luck!
    Hans-Günter

  • How to edit/modify a line of a text file using java io

    Hi every body
    I am new 2 java
    I am struck in editing a text file that ends with .dat
    I successfully added,viewed data of the *.dat file.
    but,I cannt edit,delete the lines that i need to do randomly.
    Here is the code i have written.
    import java.io.BufferedReader;
    import java.io.BufferedWriter;
    import java.io.DataInputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.io.LineNumberReader;
    import java.io.RandomAccessFile;
    import java.util.ArrayList;
    import java.util.StringTokenizer;
    public class ReadWriteFile {
         String id=null;
         String name=null;
         String dept=null;
         String doj=null;
         String adrss=null;
         public void WriteFile(String Id,String Name,String Dept,String Doj,String Adrss) throws IOException{
              File f=new File("TraineeDetails.dat");
             if(!f.exists()){
             f.createNewFile();
              BufferedWriter bw=new BufferedWriter(new FileWriter("TraineeDetails.dat",true));
              BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
              System.out.print("Enter Id : ");
              Id=br.readLine();
              System.out.print("Enter name : ");
              Name=br.readLine();
              System.out.print("Enter dept : ");
              Dept=br.readLine();
              System.out.print("Enter doj : ");
              Doj=br.readLine();
              System.out.print("Enter adrss : ");
              Adrss=br.readLine();
              bw.write(Id+"::"+Name+"::"+Dept+"::"+Doj+"::"+Adrss+":END:");
              bw.flush();
              bw.newLine();
              bw.close();
         public static void main(String[] args) throws IOException {
              ReadWriteFile rwf=new ReadWriteFile();
              String TID = null;
              String TADRSS = null;
              String TDOJ = null;
              String TNAME = null;
              String TDEPT = null;
              rwf.ReadFile(TID,TNAME,TDEPT,TDOJ,TADRSS);
         public void ReadFile(String Id1,String Name1,String Dept1,String Doj1,String Adrss1) throws IOException{
              BufferedReader br = new BufferedReader(new FileReader("TraineeDetails.dat"));
              String s;
               while((s = br.readLine())!= null)
                 // Create string tokenizer
                    StringTokenizer st =new StringTokenizer(s, "::");
                      System.out.println("----------------------------------------------");
                      System.out.println("| Trainee Id: "+st.nextToken()             +"|");
                      System.out.println("| Trainee Name: "+st.nextToken()           +"|");
                      System.out.println("| Trainee Department:"+st.nextToken()      +"|");
                      System.out.println("| Date of Joining: "+st.nextToken()        +"|");
                      System.out.println("| Trainee Address: "+st.nextToken()        +"|\n");
                      System.out.println("----------------------------------------------");
               // Close file reader
               br.close();
    }     and here is the data i have written
    Trainee.dat*
    111::jain::roads::2-2008::Blore:END:
    123::tim::service::1-2000::delhi:END:
    444::faru::civil::3-2200::sanapur:END:
    555::niv::cse::10-2000::gnagar:END:
    999::linda::mech::6-2001::tnagar:END:
    258::yansi::geo::8-2002::rtnagar:END:
    656::hari::garrage::3-1000::uttarahalli:END:
    888::muni::hr::5-2009::ernakulam:END:
    007::bond::spy::2-1972::america:END:
    0123::landy::games::6-2003::hdp:END:
    678::maddy::pumbing::4-1999::dispur:END:

    kalanidhi2u wrote:
    I want to randomly access the file
    But i cannt access itmake it RandomAccessFile... RandomAccessFile
    I edited it
    but i cannt edit the file by using itBoth of these are contradictory.

  • DropShip Order: How does update on OE Line flow to PO Requisition?

    Hi All,
    This is in 11i (115.10.2)
    I have a scenario where we might need to interrupt and customize the functionality where the updates from OE DropShip Line flow to PO Requisition (Please note PO Order is not created yet).
    My question is: How does the update flow from OE to PO Req in case of Drop Ship order? What are the code components involved?
    Any suggestions on customizing the flow are also appreciated.
    Thanks & Regards.

    Hi Luko,
    Thanks for the response.
    But I think my question was not clear enough. Let me try again.
    My question is not on the DropShip create flow. The flow is working as expected for us.
    I have the following update scenario:
    - DropShip SO created and booked.
    - PO Requsition Created and Approved.
    - PO Order is NOT created yet.
    - DropShip SO lined updated. Qty in line increased from let us say 10 to 100.
    - The PO Requisition line is getting updated as well. I understand this is intended functionality.
    So my question is around this specific scenario:
    1. How does the update (at line level) flow from OE to PO Req in case of Drop Ship order? What are the code components involved?
    2. Any suggestions on customizing the flow are also appreciated.
    Thanks and Regards.

  • How to edit DNG in Photoshop after adjustments but without them?

    Ok, this might seem a stupid question but let me properly explain...
    Just to make it clear, I now know I cannot edit a DNG directly in Photoshop, this must be converted to TIFF and that one can be edited and imported back into Lightroom.
    I've read many posts where people tend to all LR adjustments and then go to PS for the final touches, but I prefer the other way around, PS first for any pixel editing and LR to finish the image. But I have two problems this simply because I forgot to edit some image in PS before making my LR adjustments. The only thing I wanted to do in PS was to remove some sensor dust I didn't notice before.
    The problem is that I have now finished all my LR adjustments and I can't find a proper way to edit the original (without LR adjustments). When I open the context menu in LR and select Edit » Photoshop, all LR adjustments will be processed and the TIFF file generated will have them.
    Q1: Isn't there a way to edit a DNG file in Photoshop without LR adjustments just like we can do it for any other type of file that is not some sort of RAW file?
    To answer my own question, the only way I found to do this was to preset the Reset button in the Develop module in LR and then to Edit » Photoshop. This will work but it's a little bit clumsy, anyway to avoid this or is it my only option?
    Let's say I do it like that anyway. I'm now with the original untouched DNG file converted to TIFF opened in Photoshop, I do all my pixel editing and save the file. This TIFF file will be automatically imported into Lightroom so I can do any final touches. Since I did a "reset" and the image edited in Photoshop was the original untouched by LR, I now need to do all my editing in LR all over again.
    I though of simply copying all develop settings from the old original DNG into the new converted TIFF. But this doesn't work, the files are different, the same settings do not work for these 2 different fle types. The image looks completetly different.
    Q2: How can I fix this without playing with all the sliders again to achieve the same look?
    I've been done this road before and it was a painful process, in the end, I was not able to get the same exact result.
    EDIT: I did not mention the spot removal tool because I wasn't getting very good results with it, it doesn't work as good as Photoshop's tools. The sensor dust was in the sky and very close to some clouds, selecting the whole thing was not working. After some time, I added 5 spot removals and was able to properly clean the sky of that dust. Still would love to hear opinions on my questions above.

    Not it's not, it's my workflow, why don't you understand that? If I want to edit in PS first, well, that's my decision, you are assuming I want to keep the RAW data intact and if I wanted yes, my workflow would be wrong because I couldn't do it like that, but I don't want to keep it. Actually, in a perfect world, I would want to be able to keep RAW data and do som pixel editing in the same file, but this is not a perfect world so I'm fine in losing the RAW data. I never stated that but I though it was implicit the way I described my workflow.
    I already knew everything you said in your post, nothing new there.
    "You really can't move back and forth it one direction only..."
    Like I said, I'm not looking moving back and forth, I don't think yous guys are understanding my question properly. Let's take another approach to see if you guys understand it better. I shot some photo in RAW and converted it to JPG (yes JPG), I've now lost any RAW data. However, I like to keep my files in DNG (DNG is a container so I can do that) and convert the JPG file into a DNG. I know have my "master" file as a JPG file in a DNG container.
    I start to do some editing in LR in my master file but I forgot to remove the dust on Photoshop and now I need someway to open the original in Photoshop to remove it, because I don't want to lose all my LR adjustments, I want to edit the original and keep my LR adjustments. But even if the file inside the DNG container is a JPG file, since the file format is DNG, I don't have the option to Edit without LR adjustments when I chose Edit » Photoshop. As soon as I do that, the DNG file will be opened in PS with all LR adjustments, but this file is actually a JPG, there's no RAW data anymore. The only way to edit the original file like this is to "reset" all LR adjustments before going pressing the edit context menu option and then copy back all settings from a to b.
    Now, this will work just fine because the original file is no longer RAW data, but linear data (I think it's called like this? what I mean, is a JPG, not RAW; i'll call it like this from now on, sorry if this is wrong) and so the settings can be copied at will from one file to ther other without any problems. After a bit of research I read around this forums that LR settings differ slightly if the original file is RAW data or linear data. For instance, the middle point for Temperature is actually 0 for JPG files but if it's a RAW file, it's something like 6500K (not necessarily this, just an example), and that means I can't copy the settings back and forth with a copy/paste.
    So, to recapitulate...
    My original image is now linear data (JPG) not RAW and saved into a DNG container and since it's a DNG container I cannot open the context menu Edit » Photoshop » Without LR Adjustments. Why? Is there any other any way around it or there's nothing I can besides making a reset or saving a snapshot in LR with the original settings so I can open them at will in PS and then copy the settings from a to b. I just don't understand why there isn't an option, for DNG files, to open it without all LR adjustments like all other files. It's actually a JPG file inside, not RAW data, so, why not? But even if it was RAW data, there could be such an option to. I mean, when you have RAW data and press Edit » Photoshop, the file will be demosaiced (or whatever it's called) and opened in PS, when you save it, it will be saved as TIFF. So why isn't there an option to demosaic the original file without LR adjustments.
    As to my second question, I guess there's no way to solve it either. The data on each file is different and the sliders behave differently so there's not way to copy the settings from a file to another if the saved data is not of the same type. And there's also no way to "convert" the settings from one file to the other, or is there? That was actually my question, if there was a way to copy/convert the settings from a RAW file into a linear file so I don't have to move all the sliders all over again and try to achieve the same goal. But after a quick search around the forums, I found a related question and I guess there's no way to do it.

  • How to edit multiple contacts in Address Book?

    Hi,
    I'm doing some cleaning in my Address Book; I have lots of contacts, where I'd like to put similar information (eg. Company or Address). Is there any way to edit fields in two or more contacts at once (like editing tags in multiple MP3s in iTunes?)
    Thanks in advance
    Paul.
    iMacG5 iSight 17'' 1.9Ghz & iBookG4 12'' 1 Ghz   Mac OS X (10.4.3)  

    Hi,
    Having exactly the same problem here. On 10.6.8, using the white MacBook last model.
    did anyone resolve this issue yet?
    thanks

  • How to Insert the new line items in Billing

    Hi Friends,
    I have an issue in Billing process.
    When the user is creating the billing document from Delivery document, then based on some conditions, I have to split the line item into 2 different line items(We have to change the Quantity and value).
    Please let me know what are all the possible options.
    Regards
    Elini.P

    Many times, there is no new line (unless there is some sort of list in the paragraph). Since Word (actually most editors now) word wraps automatically, the paragraph is usually (essentially) one long line that the editor wraps for you.
    But, to tell you the truth, I don't see anywhere in that code where you are even attempting to find newline characters. What, exactly, are you trying to accomplish. I.e. what is your desired result (not the process you are envisioning to get there).

  • How do I expand my images after using a cover flow object?

    Let me explain: I used nine images to group them under cover flow (object) and it looks nice on Ibooks Author, but now I want to tap to expand each image as they float and swipe back to revert to initial size.

    In short, you'll want to hook into the interaction events fired by the Cover Flow object when manipulated by the user.
    Each interaction fires an event. To see the possible events, select the Cover Flow and click the code button and you'll see the events you can intercept in the "Add Event Handler" drop-down menu including:
    Did Tap Front Cell
    Did Select Cell
    Did Focus Cell
    Did Begin Swipe
    Did End Swipe
    Showing a zoomed version of the center (focused) cell will vary based on how you want to present the focused content. 
    If you want to zoom the focused cell full screen, you can have an offscreen Image View object that you'll display when the appropriate event is triggered and set the image property of the Image View to that same image in the focused Cover Flow cell.
    You'll then add a interaction for the zoomed Image View that hides the view when tapped to reveal the Cover Flow for further selection.
    Bunch of different ways to do this.  Check out the Photo Gallery page in the Space Tours To Mars sample in the iAd Examples folder available for download where you downloaded iAd Producer.
    Cheers,
    -Mark

  • How to edit podcast title page?

    I'm not seeing how to edit the title line on the podcast page here
    www.jimsavage.net
    it's acting like a hyperlink that's set to white text (so you cant see it, yellow scrollover.
    Also is there supposed to be a "read more" option at end of text on this page like on the blog title page?
    Thanks

    Just make the changes in the feed an reupload it. It will normally take 1-2 days - sometimes longer - for new episodes and other information changes to appear.
    If you want to change the picture you should give the new picture a new filename and change the feed accordingly: iTunes caches the image and if you change the picture without changing the filename it's unlikely iTunes will realise it's changed. If you're using an online service to make your podcast, as seems to be the case, you may not be able to change the filename so all you can do it wait and hope the change is picked up eventually.

  • How to Add a Physical Interface After Installation in Solaris 10

    How to Add a Physical Interface After Installation in Solaris 10
    Hi Java Specialist,
    I am trying to setup a network interface with the following steps on a new fresh Solaris 10 installation using the instruction titled How to Add a Physical Interface After Installation in Solaris 10 3/05 ONLY from http://docs.oracle.com/cd/E19253-01/816-4554/esxhb/index.html:
    1. # ifconfig lo0 plumb up
    2. # ifconfig lo0 10.56.8.101 netmask 255.255.240.0. This was the working Windows DHCP environment prior to installing Solaris
    10 on top of it.
    3. # Added saturn to /etc/hostname.lo0.
    4. # Added 10.56.8.101 to /etc/inet/hosts
    5. # Added 10.56.0.0     255.255.240.0 to /etc/inet/netmasks
    6.# reboot
    However, the following errors kept recurring:
    svcs –xv …. unable to qualify my own domain name,
    failed with exit status 69.
    Any idea on what other steps have I missed? I was hoping to only do step 3 – 6 for the change to apply permanently.
    Many thanks,
    Jack

    Hi Java Specialist,... in a Solaris forum?
    1. # ifconfig lo0 plumb upThe loopback connection (your lo0)is NOT a physical interface. There are no hardware components for it. Nor can I think of any reason why it should ever be anything other than the default 127.0.0.1
    Use your favorite Internet search site (such as Google, Bing, Yahoo) to learn more about it.
    2. # ifconfig lo0 10.56.8.101 netmask 255.255.240.0. This was the working Windows DHCP environment ...I have no idea how a nonexistent software construct gets a DHCP address in a MS Operating System, unless you are confusing this with the "Microsoft Loopback Adapter" which is an utterly different concept. Again, go see what Google tells you.
    <br>
    <br>
    <br>
    ... completely unrelated to configuring an IP...
    unable to qualify my own domain nameAgain, search the Internet or even search these forums with that string of words.
    Go back through your two most recent posts and read the responses again.
    They seem to both be on the same topic as this new one -- configuring an IP on something.
    How to initialize new IP address on secondary interface permanently
    How to change IP address permanently on Solaris 10
    When you've done all that, then come back and tell us what you are actually trying to do.

  • How to edit stroke width after line is drawn?

    In Flash CS4, I'm trying to change the stroke width of my line or shape, with it selected, but the stroke width slider is greyed out (thus, unadjustable). Is it possible to edit a stroke width after something has been created? If so, how can this be done? I've tried selecting the line in all kinds of crazy ways, but still can't edit it.

    I don't have CS4, but in CS3, as long as you're selecting the raw drawn object, you can use either the slider or enter a new value in the box.  When you select the shape and line, does it appear all cross-hatched/speckled or is it a blue line surrounding it all?  If it's the blue line, then you're not down to the raw graphic yet.  You might also want to check to be sure the layer isn't locked.

  • E_LIC_ALREADY_FULFILLED_BY_ANOTHER_USER after I switched from authorized by computer to authorized by ID on the same book,  how can I open open that same book?  I downloaded the book again, reinstalled the digital edition but no help? If anybody can answe

    E_LIC_ALREADY_FULFILLED_BY_ANOTHER_USER after I switched from authorized by computer to authorized by ID on the same book,  how can I open open that same book?  I downloaded the book again, reinstalled the digital edition but no help? If anybody can answer that would be a great help.

    Hi Shreya,
    That answer seems to work in purchased books but in my case I dont know who is the ebook provider in lebrary.  I asked library people and they did not give me any contact to reset the activation.  I will try again to find out that contact. I was wondering if there is any way at our side so we can fix this.  Probably there is nothing. Thanks anyway.

  • How to edit line data in AL11 file

    Hi Friends,
    I am facing some problem for below requirement,
    we are uploading data into AL11 files into BW-ODS, but sometimes whiles loading they are facing with error data, now we are trying to edit the particular line, i am able to edit and am able to transferring into same file, but stil old line be there only,
    here how can we delete one line in AL11?
    we have one solution for this we can edit data in PSA first and later upload into target....but in PSA data is complete trucationg...
    That's why we are searching this type of solution..
    Please help me on this...
    I will appreciate your help...
    Regards,
    Sri

    Finally we got 1 solution, please find solution below:
    when we displaying output on screen we used write:/ ltext input on,,
    by with output will display in edit mode, after we change this data, we need to press save button( this save button will be created with PF STATUS), by at user command option, i used below lines if code to save what we edited on output screen.
      line_num = 1.  do a times.,   clear ltext2., READ LINE line_num FIELD VALUE ltext2., if sy-subrc eq 0.  condense ltext2.  concatenate  ltext1 ltext2 into ltext1.  line_num = line_num + 1.  clear ltext2. else.   exit.  endif. enddo.
    here why used 'a', usually in AL11 data line has more than 1000 chars, it is diffcult to display in reading manner on output screen,
    thats wht i splitted line data into some line, each line with 125 chars,
    suppose i have line with 400 chars, i splitted line into 4 lines, so we need to move DO with 4 times...
    after concatecated 4 lines into sinlge line again i transferred into AL11.
    ...This is the solution what we got,
    please share if other solutuon is there..
    And Thank you all of you who shared your thoughts ...
    Sri.
    Edited by: Sri on Nov 5, 2009 2:18 PM

  • How can i add an Engraving after i order the ipad ( add, not edit)

    how can i add an Engraving after i order the ipad ( add, not edit)

    Sorry, I don't mean to appear rude, but I don't understand the question. What do you mean "how do you call"? You pick up the telphone and call the store's number, just as you would any other person or company.
    None of the Apple Stores have on-line chat.
    Regards.

Maybe you are looking for