VA01 copies texts, but VA02 does not when creating from reference

Hello,
I am having an issue with text determination configuration.  It is currently set up to copy some header texts from the quote to the order when an order is created from reference.  This works correctly when using transaction VA01 to create an order from reference.
However, the issue arises when using VA02 to create from reference, the items copy over correctly from the quote, but texts and other data do not copy over correctly.  Any ideas on why this might be the case?
Thanks,
Tony

Hi Everyone,
Thanks for your replies.  I know the correct way to do this is to use VA01 and Create from reference.  However, the way that the order processing group has always done this is to create a "dummy" order using VA01, then use VA02 to "modify" the order by going to menu option Sales Document -> Create with Reference.  This has the effect of copying over all items from the quote into the order.  However, no sales texts are copied over when this is done.  I'm wondering if there is a config that needs to be modified to allow texts to copy over using this method.
When I go into the texts tab in VA02 and display the log, the texts that I need copied over say something like, "Text does not exist".  I have a feeling that the text is not copied over because the order does not have a reference to the quote at the time the text determination is evaluated.
Thanks,
Tony

Similar Messages

  • I cannot send or receive group text messages as well as pictures messages / MMS. What should I do? The settings on Messages was set to receive group texts but it does not solve the problem.

    I cannot send or receive group text messages and picture messages / MMS.  The settings on Messages are already set to receive group texts but it does not help. What should I do?

        Wow, 1yerdua. That's far too long to be having this messaging trouble. We want to find the resolution fast! If you turn off your Lumia's WiFi (Menu > Settings > WiFi), are you still able to access data-oriented applications like Internet Explorer? Have you been to other areas of the state/country and experienced the same trouble?
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • Java works stand alone does not when called from PL/SQL

    I have this piece of code, which works as a standalone program: It takes in the en_var and returns a path.
    But it wont work when called from a store procedure the line of code p = rt.exec("echo "+envar); returns a path as a standalone program returns null when called from a Oracle store procedure.
    Thanks for any help just going around and round in circles.
    import java.util.*;
    class translate
    public static String translatePath(String envar)
    Runtime rt = Runtime.getRuntime();
    int bufSize = 4096;
    byte buffer[] = new byte[bufSize];
    String path = null;
    Process p = null;
    String os = null;
    String name = null;
    String home = null;
    String dir = null;
    SecurityManager sm = null;
    int len = 0;
    try
    System.out.println("Calling echo "+envar);
    os = System.getProperty("os.name");
    name = System.getProperty("user.name");
    home = System.getProperty("user.home");
    dir = System.getProperty("user.dir");
    sm = System.getSecurityManager();
    p = rt.exec("echo "+envar);
    BufferedInputStream bis = new BufferedInputStream(p.getInputStream());
    while ((len = bis.read(buffer, 0, bufSize)) != -1)
    System.out.write(buffer, 0, len);
    path = new String(buffer);
    //p.waitFor();
    bis.close();
    return path;
    catch(Exception e)
    System.out.println("Exception "+e);
    return "ProcessProblem";
    //path = "/rims/live/log";

    Still cant get it to work, it doesnt fall over anymore, but when I input $PATH, it will output $PATH instead of the path for $PATH i.e /rims/live: What does your program output please:
    Here is my code:
    import java.io.*;
    import java.util.*;
    class translate
         public static String translatePath(String envar)
              Runtime rt = Runtime.getRuntime();
              Process p = null;
              String echoOutput = null;
              int len = 0;
              try
                   System.out.println("Calling echo "+envar);
                   p = rt.exec(new String[]{"/bin/echo",envar});
                   InputStreamReader isr = new InputStreamReader(p.getInputStream());
                   BufferedReader br = new BufferedReader(isr);
                   echoOutput = br.readLine();
                   br.close();
                   isr.close();
                   return echoOutput;
              catch(Exception e)
                   System.out.println("Exception "+e);
                   return "ProcessProblem";
              //path = "/rims/live/log";
    Thanks for all your help so far.
    Tony

  • I bought a MacBook Pro from Indonesia on 24 th of February 2012, but it does not boot up from last Monday , then I sent it to Sri Lankan authoriser ( future world) with the bill, but they say no warranty

    I bought a MacBook Pro  from Indonesia on 24th of February 2012, but it doesn't boot up from last week, Then I took it to Sri Lankan authoriser( future world) with the invoice which I got when I purchased it, but they say that my warranty is not available. WHY I S THAT?

    Give Apple a call:
    http://support.apple.com/kb/HE57
    Ciao.

  • Quantity control when creating from reference document

    Hi,
    When creating a follow-up document, is there a configuration that the quantity in the follow up document cannot exceed it's parent document.
    For example, I have a Quotation with one line item that contain Product A 10 units.
    Now, when I create a follow-up sale order from this quotation, it will first show me the copy screen, after that it will lead to the sale order screen and the item in quotation will be copied to item in sale order.
    The problem now is that I can change the quantity in sale order to 100 or any number disregarding the quantity in the referenced quotation.
    One of the solution that I've found is to insert a check in BADI such as CRM_SCHEDLIN_BADI or CRM_ORDERADM_H_BADI and manually get the parent document number and find out the quantity of the parent.  But this method is quite complicate especially when the quotation was referenced to many sale orders.
    Is there a better way to do this? Thank you in advance.
    Gilbert

    Hi Gilbert,
    Lets take a scenario wherein, we have one quotation leading to multiple sales order.
    Here by customizing we cannot have a check on the quantity being exceeded.(the way it is present for sales contracts). Hence the check can only be implemented by the use of BADIS.
    Here u may have to keep a variable at the Quotation level, which has the detail of the released quantity (i.e. how much has been used in the sales order). And as soon as the released quantity becomes same as the total qunatity maintaned in the quotation, the system should throw an error, and the saving of the order should not be allowed.
    Wish the information is useful.
    Regards,
    Shalini Chauhan

  • I click 'write' but email does not open apart from widow icon on task bar.

    Thunderbird Version 31.0 was working fine then suddenly whenever I click 'write' or 'reply' nothing opens but the icon on the toolbar. I can still receive emails and open them but I cannot write or send emails. I have reloaded Thunderbird but it remains the same. What do I do to return to normal service?

    Second Test:
    Restart Thunderbird in Safe mode.
    Help > Restart with Addons disabled
    Now test:
    click on Write - did Write window open in the front in focus.
    If yes then it is likely that an addon is causing a conflict.
    You would need to test by gradually enabling addons/extensions until you find the one which is causing the problem.
    Please report back on results.
    In both thunderbird Safe mode and normal mode, does '''Ctrl+N''' open a new Write window in focus ?

  • Mat****a UJ841S CD/DVD drive does not read movies from blockbuster

    My dvd mat****a drive UJ841S will read /write everything ok.
    BUT it does not recognize Movies from Blockbuster. I cannot play a movie.
    Can anyone help?
    David

    Hi
    Seems this certain kind of DVD is not fully compatible with this CD/DVD drive
    Sorry but such issues are not uncommon you will always meet some disks which are not fully compatible and that the drives laser lens cannot handle such disk
    But just one question; are these movies created for the European region?
    I mean there are different DVD regions
    As far as I know the movies for European needs region 2
    The United States need region 1 settings and South & Middle America need region 4
    So if you would like to watch DVD designed for USA then you will have to change the region settings to 1.
    But note; you can change the region settings only 4 times then this settings would be locked and it would be not possible to change it again

  • I can receive texts from one contact but when I reply she does not receive the text. It does not say delivered when the text is sent but does not say that it has not been sent.

    One of my long standing contacts cannot receive texts from me. I can see them from her. We both have iPhones . We have been texting for years.
    My outgoing message is sent as iMessage and stays blue. It does not say delivered but it does not say that it has been unable to send.

    Hello LaurenCheerio,
    The following article provides some additional troubleshooting that may be helpful in getting your messaging issues sorted.
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Cheers,
    Allen

  • When an image is inserted here using clipboard, it appears in the editor, but it does not appear in

    when an image is inserted here in forum po editor using clipboard, it appears in the editor, but it does not appear in the post. When the image is inserted from a file, it works

    Im not completely sure, why you are pointing out the very same thing I'm pointing out too. If you re-read my original post thoroughly, you will find - at its very end - the sentence "When the image is inserted from a file, it works". Since I'm not aware of the way how to insert the image from a file in a procedure other, then clicking the "camera" icon, I hold such a sentence for more then enough to point out, that the camera icon works fine for me (if you re-read my post thoroughly and pay detailed attention of my expression "using clipboard", then you shall definitely evaluate this expression as covering both ways an image can reach the cliboard, eg. Copying from a graphical editor/processor or dragging&dropping a graphical file).
    However more then this, your post does in fact NOT reply to the fact, why the WYSIWYG editor box allows the insertion of an image from clipboard, but then fails to upload it and thus it is not displayed in the post.
    For the sake of completness, I must also point out, that your last sentence of your post "And that's what it is there for" does not bring much clarity about that thing - while I fully understand, as one can observe from my "When the image...it works" sentence, the functionality, purpose and propper handling of the "camera" icon, I cannot agree with such a behaviour of the editor, that allows an operation to be done (What You See) that does not affect the outcoming result (Is What You Get).
    From the theory of designing (G)UIs one may learn, that in such a case the operation should either fulfill completly (eg. display the clipboard-inserted image in the resulting post) or fail completly in the beginning (when Pasting the image into the text), either silently (just not displaying the image in the editor field) or with an error warning such as "Insertion of images/bitmaps from clipboard is not permitted". For Windows-like environments (such as, but not limited to, Microsoft Explorer, KDE, Gnome, IceWm....) the change of the dragging cursor to display a kind of "No way" or "no entry" pictogram, is also advisable.
    For the sake of completness of my reaction I also might percieve your last sentence as a kind of irony or sarcasm, which however I definitely do not find appropriate behaviour, more over I might call it an "arogant rudeness" in case of such a "VIP" member with more then 9000 posts in the time when this post is being written, with a hint of overworking, malicous intends, inattention, ego-centricism or any other personal failure(s) or a combination of them, that you should - in case they are present - definitely pay attention to in your private life.
    Moreover, let me please point out, that Im not much pleased about the way this forum works with its users, since I find the bug I have discovered, only a small one (a category B one might say in the A-B-C scheme, eg. a category, that does not directly influence or prohibit the execution of the main business cases, however it may result in discomfort, data loss or operation repetition, such a category would be most possibly a category C in the A-B-C-D scheme). Therefore I must explicitly express my annoyance that you have the guts to handle the post I did like this, when - in my opinion - the post has been written in such a manner that it was merly a polite point out of a small bug, thus it was kept as brief as possible, but fully covering the description of the scenario, alternate scenarios and their outcomes. Moreover, I'm definitely displeased, that you allow yourself to post such a post, that - instead of exploring the matter - throws the whole matter on the head and inside-out, or, one may say, kicks the bucket, and forces the original author, in this case me, for re-accounting for himself, moreover the ambivalency of your post opens such many possibilities to account for, that the time and resources the self-accounting autor has to spent, heavily overweighting the importance, significance and impact of the bug itslef.
    So let me please advise you for the next time:
    - to explore posts with more thoroughness, evaluating their expressions and sentences much more deeply, rather then just glance through on their surface
    - think twice before answering and try to figure out how such answer might be percieved
    - try to do less posts, but with higher quality
    - try to employ more politeness and correct behaviour
    - approach the matter with more humble and curious attitude rather then with a "I-know-everyting-better" standpoint
    With regards
    Lukas Plachy
    Misstypes corrected by rheingold.

  • When I select a title or lower thirds and try to enter text by double clicking on it I cannot enter any text at all. Also the text area box does not show up at all where you can enter text also.

    When I select a title or lower thirds and try to enter text by double clicking on it I cannot enter any text at all. Also the text area box does not show up at all where you can enter text also.

    It's a bit hit and miss, Walter. Sometimes the box to enter text shows up straight away in the inspector under "text". Other times, although you click "text" in the inspector, there's nowhere to actually write anything.... then what you have to do is move the trackbar over the Title Box until you see the text boxes in the main Viewer. In the Viewer, double click a text box.... you can enter text there, but it's a bit flaky, but when you've clicked in it, you'll find that under "Text" in the inspector, the box for inputting text has magically appeared!
    I'm not sure if anyone else has this trouble, but it is a bit of a pain!

  • Hello I send imessages to a phone number I receive delivery notice but sms does not show on receiving phone. Otherwise when receive imessage from other phone I reply and receiver sees SMS !!! Any explanation ?

    Hello I send imessages to a phone number I receive delivery notice but sms does not show on receiving phone. Otherwise when receive imessage from other phone I reply and receiver sees SMS !!! Any explanation ?

    To my knowledge, I've only seen this for imessage only and not SMS.
    The other users would need to have send read receipts enabled on their phone.

  • I get this error when I go to imovie, I have instalerat on via appstore, but it does not work. The QuickTime components necessary to view, edit, import and export various types of films are not installed. The components included in the iMovie installer. R

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

  • I'm also having a music issue.  When my phone is attached to the computer (mac running 10.6.8) it looks like my music is there but its gray and I can't play anything.  I've tried to delete it and it won't let me but it does not show up on my phone.

    I'm also having a music issue.  When my phone is attached to the computer (mac running 10.6.8) it looks like my music is there but its gray and I can't play anything.  I've tried to delete it and it won't let me but it does not show up on my phone.

    By the way, I have tried shutting of the display switching in the power settings.  That was basically the only real answer I found anywhere.  It didn't work.

  • HT1390 I've rented & downloaded a movie on my computer in itunes, but it does not show up on my Apple TV.  Everything else shows up on Apple TV, including my computer's movie library.  When I click on the movie in Apple TV it says I've already rented it.

    I've rented & downloaded a movie on my computer in itunes, but it does not show up on my Apple TV.  Everything else shows up on Apple TV, including my computer's movie library.  When I click on the movie in Apple TV it says I've already rented it and asks if I want to rent it again.  No, I just want to watch it.

    Unfortunately I have to if I download it on my computer.  I have rented itunes movies before directly using the Apple TV and it worked just fine and I could stay in the living room.  Without clicking that icon on my computer, there was no way to watch it.

  • I purchased song on ipod but it does not show up. It took my money. When I go to repurchase it says 'already purchased'.  Where the heck is it?

    i purchased song on ipod but it does not show up.  It took my money.  When i tried to repurhase it says'already purchased'.  Where the heck is it? 

    In iTunes select Store > Check for Available Downloads.
    If that does not force the content to download, contact iTunes Support.

Maybe you are looking for

  • Error while Executing th program

    Hi Guys,              When i am executing my program I am getting this type of error           " Object ZMMOF3007_INVCE_TO_FACILITIES of class RE and language EN does not exist. Message no. SF616"                       can anybody tell me whsts the s

  • My InDesign CC will not open the first time I attempt to open files.

    Hello, Does anyone else have issues with InDesign not opening on the first attempt? I am on a Windows 7 op system. Once I close the program and reopen it, it usually works...the 2nd time. Any help appreciated. Thank You, Jason

  • Multiple CD album order is now mixed up

    After upgrading to iTunes 9, multiple CD albums that I have ripped into my library are now in the wrong order. They used to be order 1,2,...10 for disc one then 1,2,...10 for disc two. Now the tracks are intermixed: 1,1,2,2,...10,10. I suppose that I

  • HR_INFOTYPE_OPERATION - Running in Batch Mode

    I have an ABAP which reads data from a flat file into an internal table and then loops through this internal table and updates HR Infotype 15 records via the HR_INFOTYPE_OPERATION function.  In my program I give the user the option of running it in a

  • Connect on an oracle database from another computer

    hi all, i installed oracle database 10g express as well as sql developer on one of my laptop. Everything is ok as of the moment. Now, i want to access that oracle database from my another laptop. Is this possible? let me know what should i do in orde