Display  Pop up message when  changing and displaying sales orders?

Hi Friends,
My client requirement is to display text popup during change sales order VA02 , and  Display sales order VA03.
Pls find me a answer for this , Thanks.
Nina.T

Hello Nina...
Hope you are aware of the configurations you need to maintain for the Text determination.Anyway, herewith are the steps that may help you to accomplish your requirement.
Text Determination procedure for sales document header:
Text can be determined at sales document header level or it can be imported from customer master. The process is...
Define Text types: Path: Imgsales and distributionbasic functionstext controldefine text types
Select sales document header. click on text types go to new entries and define text types. For Eg:Z1
Define Access sequence:
Select sales document header
Click on change icon
Click on access sequence control button under dialog structure
Go to new entries and define access sequence number with description.Ex: 55
Save it and exit
Define text determination procedure:
Go to new entries
Define text determination procedure.Ex: ZX save it and exit
Assign text id's to text determination procedure:
Select your text determination procedure(ZX)
click on text id's in text procedure control button under dialog structure
go to new entries and maintain entries. Text id:assign text id (Z1) that we defined in the previous step
Specify sequence No-10
Check Reference: this indicator specify that the text is reference or copies from preceding object
Text in obligatory: text will be displayed during copying. the value of this field specifies whether text is obligatory or not and if it is obligatory the how it is to be displayed
Apart from this... you also have to maintain the text in the Customer master as mentioned in the previous mail..
Thanks,
Safeer Rahman

Similar Messages

  • Message :when i raise the Sales order

    Hai Guru,s
    "Date  4004 cannot be coverted (please correct)"
    The abvoe message  is coming when i raise the sales order.why it is coming
    thank u in advance

    Dear Sree,
    Check link:
    the date 2168 is not convertible (Please correct).
    Hope, this may help you, some extent.
    Best Regards,
    Amit

  • ITunes displays -48 error message when syncing iPod Nano on Windows XP

    My girlfriend's mom's iPod Nano ran out of charge while jogging so she decided to charge it on her daughter's iHome. The next day she went to use her iPod but it was totally empty of all music and files. When she tried to sync it to iTunes, she received an eror message stating, "An unknown error has occurred (-48)" from iTunes and a Windows message stating that some iPod folder/file was corrupted.
    If anyone receives such a message, I was able to correct it by:
    -Plugging in your iPod to your PC
    -Ignore the error messages
    -Go to My Computer
    -Find your iPod's drive letter (ie. G:)
    -Right-click on it and select Properties
    -Go to Tools Tab >Error-checking and select Check Now
    You should be able to sync your iPod as before. I do not claim to be an expert so be warned that it may not work for you. Good luck!

    Hey ermides,
    Thanks for the question. The following resource provides information if you are receiving a -50 error message when syncing:
    iTunes displays -50 error message when syncing iPod on Windows XP - Apple Support
    http://support.apple.com/en-us/ts1539
    Thanks,
    Matt M.

  • ITunes displays -50 error message when syncing iPod on windows 7

    I am trying to sync my ipod and appears this error
    iTunes displays -50 error message when syncing iPod

    Hey ermides,
    Thanks for the question. The following resource provides information if you are receiving a -50 error message when syncing:
    iTunes displays -50 error message when syncing iPod on Windows XP - Apple Support
    http://support.apple.com/en-us/ts1539
    Thanks,
    Matt M.

  • BSP for Creation and change and display of the documents in SAP R/3.

    Dear All,
    In SAP R/3 system, the documents can be maintained using the T-Codes CV01N, CV02N, CV03N for creation, change and display of the documents. Users is allowed to access to these transaction using the BSP application. The BSP page would be used to enable access the T-Code CV01N, CV02N, CV03N and allow uses to carryout the functionalities of check in and checkout of the document and the object links.
    do i need to replicate all these T-Codes in BSP application?
    If anybody hv done this...pl suggest me and give me the code.
    Thanks & Regards
    Pradeep
    Message was edited by:
            Pradeep Reddy

    if you want this out of BSP, yes you have to code all of them there is not easy way.
    but if the idea is to webenable these transaction and you dont have much time/resource to do it , easiest way is to go with ITS. downside of this is that you dont have much control over look and feel.
    If you are on WAS6.40 or above your application server comes with integrated ITS and enabling the same is quiet simple.
    Regards
    Raja

  • Getting error message when trying to display error messages on a ProfilePage

    Hi All,
    I'm getting following error message when trying to display error on a Profile page.
    On page i'm seeing this:
         org.apache.jasper.JasperException: java.lang.IllegalStateException: getOutputStream() has already been called for this response
              org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:515)
              org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:405)
    In condole, i'm seeing this:
         18:23:00,206 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
              java.lang.IllegalStateException: getOutputStream() has already been called for this response
                 at org.apache.catalina.connector.Response.getWriter(Response.java:621)
                 at org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:198)
    Please let me know what could be the reason.
    Thanks,
    Vishnu

    HI David And Nitin,
    Here is the code using which i'm trying to display the error messages on registration page, but this code fragment is outside registration form will that cause any problem?
    <dsp:droplet name="Switch">
      <dsp:param name="value" bean="ProfileFormHandler.formError"/>
      <dsp:oparam name="true">
      <table>
      <dsp:droplet name="ProfileErrorMessageForEach">
      <dsp:param name="exceptions" bean="ProfileFormHandler.formExceptions"/>
      <dsp:oparam name="output">
      <tr style="color: red">
      <td><dsp:valueof param="message"></dsp:valueof></td>
      </tr>
      </dsp:oparam>
      </dsp:droplet>
      </table>
      </dsp:oparam>
      </dsp:droplet>
    Thanks,
    Vishnu

  • Error in sql server with a trigger (I want to display a customize message, when the user left a blank field or null) How can I do?

    How I display a customize message(with a trigger)when a user left a blank field? I want to the stop the insert statament if the user left  the status field in blank. I create a trigger but now I can't enter a row, i used an instead trigger
    too but doesn't work. I want to display a customize message when the user left the
    status field in blank or null. 
     I have the following code:
    CREATE TRIGGER [dbo].[BLANKFIELD] 
    ON [dbo].[Status] 
    FOR INSERT 
    AS 
    BEGIN 
    IF (SELECT COUNT(*) FROM inserted WHERE Status IS NULL) =1
     PRINT 'Please Fill the Status  field is required'
    Rollback;
    END 

    I agree with other comments that you should do this with specifying that the column is NOT NULL to prevent it from being NULL and a constraint if you don't want it to be blank (spaces or the empty string - note that the empty string is not the same thing
    as NULL).
    But for completeness, the reason your trigger does not ever allow you to enter a row is the code
    IF (SELECT COUNT(*) FROM inserted WHERE Status IS NULL) =1
    PRINT 'Please Fill the Status field is required'
    Rollback;
    Since you don't have a begin/end block after IF, the only conditionally executed statement is the one immediately following the IF (that is the PRINT).  So the Rollback is always executed whether or not the IF is true and so all updates are rejected.
    So if you were to do this in a trigger you could do something like the following
    CREATE TRIGGER [dbo].[BLANKFIELD]
    ON [dbo].[Status]
    FOR INSERT
    AS
    BEGIN
    IF EXISTS(SELECT * FROM inserted WHERE Status IS NULL)
    BEGIN
    PRINT 'Please Fill the Status field is required';
    Rollback;
    END
    END
    (As José noted, there can be more than one row in the inserted pseudo table, so you don't want to test whether the COUNT = 1, instead just whether one or more rows exist where the Status  is null.  If you want to prevent Status is NULL, or all
    spaces, or the empty string, then your IF statement would be
    IF EXISTS(SELECT * FROM inserted WHERE ISNULL(Status, '') = '')
    Tom

  • Unable to open the PM order in change and display mode

    Dear All,
    Am facing some issue that am unable to open the Maintenance Order in Change and Display mode.
    Can you provide the solution.

    Hi Thirupathi,
    Can you send us a screenshot or the error message information ?
    If it is due to status missing (SAP note available for the same)
    Regards
    Terence

  • How to display a tray message when the program is just minimized to tray?

    hello there
    i made my program is minimized to tray when pressing the standard close button using the new features of Java SE 6 system tray
    but i want to display a tray message when the program is just minimized to tray(when pressing the standard close button)
    like in MSN Messenger to alarm the user that the progam is still running here,any ideas?
    i tried
    WindowAdapter actionListener2 = new  WindowAdapter()
                    public void windowClosing(WindowEvent e2) {
                    try{
    Thread.sleep(1);
      trayIcon.displayMessage("Take Care !",
                    "JShutdown Timer Is In Progress Here.",
                    TrayIcon.MessageType.WARNING);
           catch(InterruptedException un){}
                };isn't that right?
    any one could help?

    Try to debug your code first with simple System.out.println statements to see if your method from adapter class WindowAdapter is called at all, I don't understand you fully and I don't understand you code but you can simply add WindowListener to the thing you are closing (like JFrame) with
    this.addWindowListener(new WindowAdapter(){
                public void windowClosing(WindowEvent e){
                    //to do - when JFrame is closing!
            });The "this" is the reference to your Window/Frame, inside the overriden method you can invoke the operations on the system tray instance, like display message etc.
    Hope this helps!

  • TS1456 My 4th Gen iPod Nano isn't displaying a "Use iTunes to restore" message, but iTunes is displaying a restore message when I connect it. I have original music that I can't back up on my iPod. Is there any way that I can fix the iPod without restoring

    My 4th Gen iPod Nano isn't displaying a "Use iTunes to restore" message, but iTunes is displaying a restore message when I connect it. I have original music that I can't back up on my iPod. Is there any way that I can fix the iPod without restoring it?

    It's not designed to work like this. When you sync, the iPod stores some information that basically says 'this iPod belongs to computer xyz'. Apple did this to prevent copyright issues (syncing someone else's music).
    If you really want to do this, you'll have to at least tie both iTunes installations to the same account. Maybe have them sync with each other.

  • Position of items in a region changes when changing region display point

    Hi all,
    I encounter a strange behaviour of items when changing the display point of a reports region from default (Page Template Body (3)) to anything else.
    If set to Body (3), my items are correctly displayed above the report, but else they are displayed below.
    Changing the sequence numbers does not affect this.
    To clarify what I mean I created a sample application:
    http://apex.oracle.com/pls/otn/f?p=16478:1
    Is there any possiblity to influence whether items in a reports region are displayed below or above the report table? - I did not find anything...
    TIA,
    Felix

    If you read the description of those other regions you'll clearly see "items below region content" rather than "items above region content", like the page template body region #3.
    This is one limitation of the ApEx region templates that some would like to see improved - meaning, allowing for more flexibility.
    Earl

  • ITunes displays -50 error message when syncing my mac

    when I sync my ipad with my mac it gives me error -50 that it can't sync.  Ideas?    Thank you.

    Hey ermides,
    Thanks for the question. The following resource provides information if you are receiving a -50 error message when syncing:
    iTunes displays -50 error message when syncing iPod on Windows XP - Apple Support
    http://support.apple.com/en-us/ts1539
    Thanks,
    Matt M.

  • Hello, I have a Mac OS X, and can't seem to install the creative cloud, I get this pop-up message when I try Er is geen programma ingesteld om de URL 'aam://?passPhrase=QDdPo8BTHv975B1B1f0x3anMggUxp4allBf lsm629RgGXV22ocIlQfI9TMW5vkteaQquFNIFB1uDwU18Z268e

    Hello, I have a Mac OS X, and can't seem to install the creative cloud, I get this pop-up message when I try
    Er is geen programma ingesteld om de URL 'aam://?passPhrase=QDdPo8BTHv975B1B1f0x3anMggUxp4allBf lsm629RgGXV22ocIlQfI9TMW5vkteaQquFNIFB1uDwU18Z268e69Er6M8XCttQjvdYYdLJ9biyCRQF931 MyMPR0rGvrenZ0e2iougs4l9mlOAHDsfQEDOaqfVInflnZ9 FZSMc=' te openen. 
    So basically it said that I don't have a program to open it? I already had a trial version on my mac, but deleted it..

    YasmineH your web browser is blocking the installation of the AAM Detect plug-in.  I would recommend using a different web browser or installing through the Creative Cloud Desktop application.  You can find additional details on how to install the Adobe Creative applications included with your membership at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • Pop up message when saving document with document set

    Hi
    I want to display a pop up message when a user saves a document of a particular Content Type in a document set.
    How can this be done ?
    Thanks

    Hi,
    According to your post, my understanding is that you wanted to pop up a message when saving document.
    To achieve it, you should custom the edit form page.
    You can use the SharePoint Designer
    to customize the behavior of the "save" button.
    You should add the "onclick" method to the submit button, and put your JavaScript there.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9d830f96-693a-438d-a5c8-005d1e86b578/how-to-show-a-popup-box-before-saving-properties-for-a-document-in-document-library?forum=sharepointdevelopmentlegacy
    You can also use the event receiver, when the files have been uploaded or edited to call the event receiver to open a pop up dialog.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • MS Notepad unable to display the Chinese characters I type and display them as squares

    MS Notepad is unable to display the Chinese characters I type and display them as squares. But when I copy those squares on notepad to Wordpad or MS Word, they display the Chinese characters just fine. I've no idea why those Chinese characters I type can't display properly on notepad. I check the font of the notepad and it's the default. I've another Windows Vista desktop computer which has notepad of the similar setting and display Chinese characters just fine. Both are using Chinese (Simplified) - Microsoft Pinyin New Experience Input Style to input those characters. But I don't understand why my Windows 7 is facing this problem.

    Hi,
    Notepad is a very simple text editor BUT it will work if you use the SAME language in Windows. Please try:
    1. go to control panel, click "Clock, Language, and Region"
    2. click "Change location" under the "Region" section
    3. go to the "administrative" tab, then click "change system locale...", then select "Chinese".
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for