How to tell the PO is for re-approve after price change when release PO

Hi,
When doing PO approval (release) with transaction code ME28, we want to know whether the PO is a newly created PO for approval or it is for Re-approve due to changes (on price, quantity etc). We want to be able to differential the Re-approve PO in ME28 screen without drill down to the PO changes history screen. Is that possible?
best rgds

hi
from ME28  goto  environmentdisplay documentit will take u to po
in Po from menuenvironmentheader changes
here u can see release history
Vishal...

Similar Messages

  • "dtutil", how to tell which configuration file for packages using after deployment?

    Hello All, 
    Trying to achieve this feature, 
    Using DOS command to automatic my deployment process--glad I found dtutil. However, it doesnt give you any chance to identify which configuration file to be used by SSIS packages after deployment.
    Deployment Method: file deployment
    Configuration sued: XML file and SQL Table. IN XML file, it tells which DB connection for packages to look up the configuration table.
    Who can share some thoughts on this?
    Derek

    It is NOT about sequence.
    It is about how to point which configuration file to be used by deployed packages as during the "dtutil.exe"
    deployment, you dont have chance to identify which physical location confg files to be used.
    Derek
    That you do only at the time of execution of packages. By default it uses configuration settings created at design time within the package. If you want to override it, you can use \Configfile switch of dtexec for that. You can also set explicit values for
    properties using /SET switch
    http://technet.microsoft.com/en-us/library/ms162810(v=sql.105).aspx
    See this to understand how configs are applied in runtime
    http://technet.microsoft.com/en-us/library/ms141682(v=sql.105).aspx
    and this to understand behaviour difference in ssis 2008 
    http://technet.microsoft.com/en-us/library/bb500430(v=sql.105).aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to  open the file writer for next entry after stream is close?

    import java.io.BufferedWriter;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.util.Scanner;
    public class TryOut {
         public static void main(String args[]) throws IOException{
              int inputQuestionnAireNum = 0;
              int inputPostCode = 0;
              int inputGender = 0;
              int inputAge = 0;
              int x=0;
              Scanner input = new Scanner(System.in);
              FileWriter fwrite = new FileWriter("tryout.txt", true);
              BufferedWriter out = new BufferedWriter(fwrite);
              boolean invalidNum = false;           
              do{
                   System.out.print("1 new entry or 0 print");
                   x = Integer.parseInt(input.nextLine());  
                   if(x == 1)
                      //Questionnaire Number
                        System.out.print("Enter Questionnaire Number [ ] ");
                        inputQuestionnAireNum = Integer.parseInt(input.nextLine());
                        out.write("NumBER OF Q: "+inputQuestionnAireNum+", ");
                        //Postal code
                        System.out.print("Enter Postal Code [ ] ");     
                        inputPostCode = Integer.parseInt(input.nextLine());
                        out.write("PostCode: "+inputPostCode+", ");
                        //Age
                        System.out.print("Enter Age [ ] ");
                        inputAge = Integer.parseInt(input.nextLine());
                        out.write("Age: "+inputAge+", ");
                        //Gender
                        System.out.print("Enter Gender '1' for Male and '2' for for female [ ] ");
                        inputGender = Integer.parseInt(input.nextLine());
                        out.write("Gender: "+inputGender+", \n");
                        out.close();          
                           } while(x != 0);
         Result:
    1 new entry or 0 print1
    Enter Questionnaire Number [ ] 2
    Enter Postal Code [ ] 1
    Enter Age [ ] 3
    Enter Gender '1' for Male and '2' for for female [ ] 4
    1 new entry or 0 print1
    Enter Questionnaire Number [ ] 2
    Exception in thread "main" java.io.IOException: Stream closed
         at java.io.BufferedWriter.ensureOpen(BufferedWriter.java:98)
         at java.io.BufferedWriter.write(BufferedWriter.java:203)
         at java.io.Writer.write(Writer.java:126)
         at TryOut.main(TryOut.java:31)
    Hi, how can i open the file writer stream again for next entry after it is has been closed? if i do not close(); all my entry will not be recorded to the text file. how can i solve this ?
    Edited by: metaroot on Feb 18, 2008 6:39 PM

    The short answer to your question: use out=new BufferedWriter(fwrite) inside the do loop as well.The only difference that would make would be to make the problem worse. It is poor practice. Stream stacks should be constructed once for the life of the stream.
    What he needs to do is close his stream outside the loop, possibly calling flush() where he presently has close().
    The more relevant answer is: Why are you not wrapping the user-friendly PrintWriter class, wrapping it around the BufferedWriter?Possibly because he doesn't like the fact that PrintWriter swallows exceptions? which makes it less user-friendly IMO.
    The println and print methods are very useful, and do not need closing between loop iterations.Neither does anything else.
    By the way,you say that without a close() the BufferedWriter doesn't output to the file.I don't know: I never used/tried it.Even if it doesn't, it will surely output after you come out of the loop.If you don't want to use a PrintWriter, why don't you investigate this?Posting guesses here isn' t really much help, especially about something you've never used. A BufferedWriter has a buffer and it doesn't write anything until the buffer is full, you flush it, or your close it.

  • Net price changes when releasing the credit block at VKM3

    Hello All,
    There is an issues in my sales order
    when I am releasing the credit block at VKM3 for my sales order,the net price of the item is increased after the release.
    example the ZP00 price is 5000 USD,ZD00 discount is 1000 USD and net total  is 4000 now after the credit release the net total is increased to 4200 dont know why?
    Please help me in fixing this issues
    Thanks

    Hi
    Check if USEREXIT_NEW_PRICING_VBAP in include MV45AFZB is working. You can know it if you have the coding:
    new_pricing = 'B'
    I hope this helps you
    Regards
    Eduardo

  • How to display the 'language code' for language dependent 'Short text' ?

    Hi,
    I am new to BW.
    Can somebody help me with the following issue?
    I have an attribute 'Material category description'  and I chose short text exists and made it language dependent. I had loaded the master data successfully.
    Now I want to know how to check the 'language code' for this material category description. When I display the data, will the language code display by defalult?
    I had checked the text table using SE11
    It displays the following fields over there.
    /BIC/TS1_MCT_DS   [  /BIC/TS1(InfoObject name)  ]
    LANGU
    TXTSH
    I appreciate your help!
    Thank you
    Sekhar

    Dinesh,
    I went to RSD1 -> info-object -> Master Data/text tab. It shows my language selections there (Short text selected, language time dependent etc.) with everything grayed out.
    In SE16, I could display the data in the following format.
    /BIC/ST_PRID                TXTSH                 TXTMD
    P01                                   umbrella                 rainyday
    P02                                  tent                         waterproof
    etc.
    I want to see the 'language code' as one of the columns in this table.
    Can you help me do that?
    Thank you,
    Sekhar

  • How to view the source code for Native Method

    hi
    i am using some native methods in to my code ;
    can anybody tell me how to view the source code for the same ;
    nik

    Buy/acquire a C/C++/assembly code disassembler and run the shared library through it.

  • How to setup the Airport Extreme for PSP?

    Can anyone tell me how to setup the Airport Extreme for PSP? I have been searching the Discussions but none of the posting seems to explain detail enough. A step by step guide would be very appreciated. Thanks.
    PowerBook G4   Mac OS X (10.4.3)  

    Sorry, I forgot to mention a few points:
    1) I don't have the Airport Extreme base station;
    2) My PowerBook is connect to the internet thru wired connection with the Built-in Ethernet;
    3) The Airport is turned on, but my PSP's scan cannot locate the PowerBook at all (while it find someone else's network)
    So, I wonder if I can just connect my PSP to the built-in Airport in the PowerBook directly. So that I can have internet access on my PSP.

  • How to download the LAN driver for Satellite A100 PSAA8E

    Can anyone help how to download the LAN driver for my machine. I found three LAN drivers but unable to download them from the toshiba europe website.
    Thank you

    > Whats the problem???
    > I found on the Toshiba European site different driver
    > version for different OSs.
    > You have to download the compatible one. If you use
    > XP choose the newest version for XP OS and if you use
    > XP MCE or Vista choose another one.
    >
    > Thats all.
    I am unable to find a compatible LAN driver for an XP OS. Can you tell me where exactly to look for this

  • How to set the stack size for alchemy application?

    Anybody know how to set the stack size for alchemy application?
    If you know, please tell me how to adjust the stack size for alchemy application?

    Hi,
    The stack size is set as public const gstackSize in the alchemy generated code.  You can see this if you build with ACHACKS_TMPS set.  The default is one megabyte.
    One way to change the stack size is to use llvm-dis to disassemble avm2-libc/lib/avm2-libc.l.bc, generating avm2-libc.l.ll, modify the constant, and then use llvm-as to recompile your modified library and overwrite the old one.  These utilities should be in your path if alchemy is set up.

  • How to disable the Directory listing for the whole server or a particular a

    Please let me know how to disable the Directory listing for the whole server or a particular application.
    Thank You

    I want to disable the tab focusing( tab index) for a JTextField objectsLook through the API and find methods with the word "focus" in the method name.
    Also can u tell me about how to change the tab index orders for JTextFields."How to Use the Focus Sub System":
    http://java.sun.com/docs/books/tutorial/uiswing/misc/focus.html

  • When will I receive my I phone 6 case which i ordered along with the Iphone6 ?As per the website it says october . How long is the wait time for the Iphone 6 case?

    When will I receive my I phone 6 case which i ordered along with the I phone 6 ?As per the website it says October. How long is the wait time for the I phone 6 case?

    While we have no idea within this Community Forum how long you would have to wait for your iPhone 6 Case, I can tell you that there would not be a "general" answer of value.  Like any product that is available in different materials and colors, the inventory varies based on what you have specifically ordered.  For example, I visited an Apple Store on the day after the iPhone 6 became available and was interested in the "Midnight Blue" Leather"  Apple iPhone 6 Case.  The store had plenty of all the other colors, but that specific case and color had sold out that morning. 

  • How to manage the Credit Control for Customer Consignment Process?

    Hi All,
    Could anyone tell me how to manage the Credit Control for Customer Consignment Process?
    Thanks

    Hi, there is not standard solution, we did customized process for consignment credit block , check below
    1. defined status profile - with lock/auto/approved/rejected and new t.code for approval or rejected.
    2. maintained consignment credit limit in Z table
    3. logic for detemining status written in sales order save userexit.
    4. while calcualting the values, system need to check open sonsignment order of customer/ open deliveries/ stocks at customer place MSKU table. and calculate value with MBEW/KONV ect.
    5. if value is less than Z table then status AUTO, which do not need release, if value is greater than Z table put status LOCK means credit block need to release from new T.code.
    Hope you get some idea

  • How to find the outbound program for standard IDoc

    Hi Folks,
    Can anyone tell me how to find the outbound program/tcode for a standard IDoc? For e.g. IDoc - MATMAS05 can be generated & distributed using tcode BD10. Similarly how do I find the outbound program/tcode for any standard IDoc? Is there any procedure to find the same.
    I have tried to search based on the package name, but unfortunately I didn't find the information for IDoc: COND_A04.
    Thanks in advance.
    Somu

    You can do following steps if the idoc is generated based on change pointer concept (for masters)
    - Identify the message type associated with idoc type (table EDIMSG).
    - Function module for generating the IDOC will be available in table TBDME (pass message type as input).
    Refer to the standard Outbound IDOC generation program RBDMIDOC for more details.
    If the idoc is generated based on the process code concept (transaction data), get the process code information from table TMSG1 (pass message type as input), get the function module associated process code from table TEDE1 (pass process code as input).
    Regards, Vinod
    P.S: There is no standard way to find out the associated program / Tcode for generating idoc. The above process will be helpful to find out the underlying function modules to generate the idoc.  For generating idocs based on change pointers the generic program RBDMIDOC can be used.
    Edited by: Vinod Kumar on Jul 13, 2011 2:15 PM

  • How to tell the current patchlevel

    Hello,
    does anyone know how to tell the curent patchlevel by for example using DI API or a select on SBO-Common?

    Hi,
    If what you are looking for the pachlevel for a DI API dll, then you can obtain it from the SAPbobsCOM.dll by right clicking the file in the Explorer and selecting properties -> Version tab -> Product Version & Special Build Description.
    In the SINF table of SBO_COMMON you can see the current B1 version.
    In the SRGC table of SBO_COMMON you can see the different companies you have defined + the version of each company.
    Hope it helps
    Trinidad.

  • How to tell the difference from a real Nokia N8 an...

    I was looking on this site and a few people are selling them for $150 US and some of the ones I have seen you can tell right away because of the specs are different specially the camera, they arn't 12mp, but this one is.
    So please give me some advice on how you can tell the differences as for this price it's really hard to turn down, but on the otherhand I don't want to be sold a fake, thanks.

    These  are some of the General Guidelines..
    http://europe.nokia.com/support/search?page=2&fullcontent=true&cat=support&cnt=1&qt=fake+phone
    /t5/Pool-of-Knowledge/Avoiding-fake-Nokia-phones/td-p/366514
    ... apart from these.. the overal finish, price difference, source, features / options availbale in the various menus.. also provide hints..

Maybe you are looking for

  • Most Mail is Going To Junk Folder... Even From Apple. Any Thoughts?

    I feel like maybe I'm missing something obvious, but anyone know why much of my mail is going directly into my junk folder? I have three .mac accounts and even mail sent from one to the other goes into my junk folder. Also the weekly iTunes update ju

  • Duplex Printing option won't work on ePrint Mobile Driver for P1102W?

    Hi there, I just set up my LaserJet P1102W for wireless printing, it's connected to my router so I don't have any problem in printing double side though my laptop as I can just use the printer like it's connected to my computer. The problem is I am s

  • Files on mp4 can't play subtitles

    Hello there I'am having a problem that when i stream to my TV, via DLNA, if i play some movie on MP4 it won't play the subtitles, i tried already to rebuild the DLNA base and tried several files and it won't play. The solution i got it's to convert t

  • How do I get the Photo icon back to my home screen?

    How do I get the Photo icon back to my home screen?  I don't know how I managed this - but my lovely 'happy' photo icon is gone from my home screen and I can only access it through the double click - I would like it back on the home screen...any idea

  • Ambiguity in use of MIGO in subcontracting

    Hi I could not able to use MIGO for transfer of components to SC vendor with reference to Subcontracting order. (using 'transfer posting' application and in reference, purchase order is not been provided to use 541 mvt with ref to SC PO). Where as th