Report to find the PO held up at what release code

Users need a report to find that there Po is awaiting release at which release code.
I searched but could not find any report from where the user can see at which release code there Po is struck up.
Pl help on this.

Hi
I dont think there is any report like that to get all unreleased PO's and what release codes are awiting to release. However as a workaround you can use the Table EKKO with slection option of Release Indicator as 1 "PO not yet approved and pull out the Release code associated with it.
May be you can create a query with only the reauired information and use it for your users..
Thanks

Similar Messages

  • Report to find the basic price

    dear gurus,
    is there any report to find the vendor , material , and the basic price excluding tax.

    Hi,
    Me2L will be a better report to view your desired data.
    Hope this will work for you.
    T & R,
    Brijesh

  • Report to find the retainage amount per each supplier site

    Hi All
    Is there a report to find the retainage amount per each supplier site ?
    Regards;

    Hi.
    The Withholding Tax by Supplier Report shows both supplier and site.
    Octavio

  • Finding the user-exits of a SAP transaction code

    Hi All,
    Can any one tell me how to find the user exits related to particular transaction code?
    Regards,
    Prem

    Dear PremKumar,
    *Please Search SDN Before posting any thread the question you have asked is already available since you are new to SDN and for your reference iam pasting the code copy paste the same code and execute and give the TCODE then it will list out all the exits.
    *REPORT  ZUSEREXIT.
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.
    Can you closse the thread if your problem got fixed !!!!
    Cheers
    fareed

  • So whenever I try to download the newest itunes file it won't let me finish the install process because I'm missing the "Itunes.msi" file whatever that is and I've done some searches but I cannot find the file. Anyone know what to do?

    So whenever I try to download the newest itunes file it won't let me finish the install process because I'm missing the "Itunes.msi" file whatever that is and I've done some searches but I cannot find the file. Anyone know what to do?

    you can try this thread maybe? https://discussions.apple.com/message/16217061#16217061

  • Crystal Reports Cant Find the table

    Hello ,
    I have a problem when i try to preview a report Crystal Reports says that cant find the table , it happend when add a table that in his name has an underscore example "SALES_REP" , im working with CR 2008 and open access ODBC driver.
    Can you help me with the problem?
    Thank you
    Manuel

    Hello,
    Try installing all CR patches and then test using OLE DB. If not an option we need to know more details of the database and driver/client?
    I recall this may be an issue and not sure if it's been patched or not. Try searching here to see if anyone else has had this problem.
    Thank you
    Don

  • Report to find the list of POs raised for a particular vendor by a user.

    Hi Gurus,
    Is there any report which will give the detail of PO's raised against a particular vendor (with address) by a user for the particular period.
    Thanks and Regards,
    Prakash

    hi
    try
    ME2L - Purchase Orders by Vendor
    ME2M - Purchase Orders by Material
    ME2N - Purchase Orders by PO Number
    in all above cases u can give the vendor code and find the pos
    U cant find address of the vendor directly for that u have to use customised report ,ask ur abaper for help
    regards
    kunal

  • Report to find the WBS aganist the Notification

    Hi gurus
    In Service Notification We maintained the WBS element in location tab.  I want the report when I can find the WBS aganist the notification.
    In IW59 I cant find this selection, Please let me know any workaround to check this
    regards
    Krishn

    Krishna,
    I assume every notification will turn to an service order and WBS element will automatically inherit to order  from notification in location tab. In this way, you could easily track the WBS elements against notification number. If you dont create an order and you want to find only with the notification, then its not possible.
    Please be polite and frame the words properly....as you are placing the request
    Mahee
    Edited by: maheee on Feb 23, 2011 5:00 PM
    Edited by: maheee on Feb 23, 2011 5:03 PM

  • How to compare two excel reports and find the difference in BI Publisher

    Hi All,
    I have a requirement that needs to compare two excel reports in XML Publisher 5.6.2. or BI publisher 10.1.3.4
    If anybody has an idea about this pls help us.
    Thanks,

    Since our customer wants to have this comparison only with BI reports....here is the scenario how the comparison should be..
    Now,we have a parameters called Customer name and version id. Version id list will be refreshed based on the customer selection.
    User can generate the report based on the selected customer name and version id. These data are fetch from the oracle database and we are using Data Template in the BI Publisher.
    Now the requirement is customer wants to compare two version id data. for example, v1.2 and v1.3
    Now they wanna to see both the reports while generating in the same work sheet, like, v1.2report should display in the left side and the v1.3report has to display in the right hand side of the same work sheet.
    Now...If there is any addition happened in v1.3 report,then that cell/data should display as a green color in that report.
    If any deletion happened in v1.3report then that should be in the red color.
    If any modification happened in v1.3 then that should be in the yellow color.
    If there is no difference then that should display as it is.
    the thing is that, the both the reports (v1.2 and v1.3)should display side by side in the same worksheet with the format and everything........only the difference should be highlighted.
    Template is same for both the reports..
    To display the data for both versions i think i can generate the template side by side of both in the same worksheet.
    Now, My question is how to find the difference of data in the RTF Template for both the versions
    Can anybody assist me?
    Thanks,
    Edited by: user753355 on Jun 9, 2009 12:03 AM
    Edited by: user753355 on Jun 9, 2009 12:06 AM
    Edited by: user753355 on Jun 9, 2009 12:16 AM
    Edited by: user753355 on Jun 10, 2009 3:59 AM

  • Need to find the transport request no for a transaction code

    Hi to all experts,
    how can i find out the transport request for a transaction code

    Hi,
    - go to se10
    - on initial screen choose from applicaiton toolbar Transport Organizer Tools (a hammer icon)
    - choose Search for Objects in Requests/Tasks
    - on next screen in Object Selection frame type new object type (below Data Element), type in TRAN which denotes transaction
    - select checkbox next to it and type in transaction name you are looking for on the right
    - on the frame below check Modifiable and Released
    - run
    - you will get all request where this object (transaction) reside
    Regards
    Marcin

  • Report to find the objects modified during a period in time

    Hi all,
    I need to find out the number of SAp objects that have been modified during a period in time. Is there any report in SAP I can use?
    Thanks
    Diana

    I don't know a standard report (SE95 does not seem to include selection by date), maybe you can tweak SE16 display of table SMODILOG for your purpose.
    Thomas

  • Report to find the actual retro date of payroll

    Hi experts!
    You know, every month user changes lot of data in Infotypes involving retro payroll. And SAP provide change log info type to check who changed, edited or deleted & when & from old value to new value: RPUAUD00 transaction S_AHR_61016380.
    However with this report, we must manually check it. So it will take such long time for checking & verifying. Thus my concern is maybe there is a standard report provide all these information in another way, it's much more easier for us to check. I mean: when I choose PF9999, & infotype 14, 8 in Sep-11: report will show:
    with IT8: it will list all change: who changed, when changing occurred, from value A to value B, the period of record: assuming pf is increased salary Basic: 1000 -> 1500 since 15-Sep & HRA allowance (1005): 300->350: since 1-Aug in Sep-11.
    PF999
    Wage Type 1000: old value 1000, new value 1500; user AAA changed on 14-Sep. Start date of change: 15-Sep
    Wage Type 1005 old value 300, new value 500; user BBB changed on 10-Sep, start date of change: 1-Aug.
    If the report is available, it really helps all of us alot. If anyone know, please share. I am really appreciated.
    Regards!
    Woody.

    Hi Woody,
    You can easily create such a report yourself via Ad Hoc Query.  Every infotype has a start date (BEGDA), end date (ENDDA), changed by (UNAME) and changed on (AEDTM).  If these are not in your infosets, they can easily be added.  You can enter these as selection and output fields along with the wage type amounts and other data fields.  This may not pick up all retros, however, as other infotypes such as IT0001-Organizational Assignment, 0007-Planned Working Time, etc. will also create retros if changed in the past.  You can create queries for these infotypes if you want. 
    If interested in individuals as to whether they had a retro calculation - report H99_DISPLAY_PAYRESULT will show all retros if an individual had more than one entry for a pay period.  This report is viewed individual by individual.
    Paul

  • Report to find the SAP NOTES applied

    Is there a way to generate a report in solution manager which gives us a list of SAP NOTES applied in our R/3 or BW servers.
    Thanks,
    Kiran

    Hi
    What Rajeev was tryin to say is... you implement E2E root cause analysis in solution manager system.
    sub component under root cause analysis is "Change analysis" this will give details about notes implemented in satellite system.
    There is also feature called change reporting, even this can be used for getting  details about notes applied.
    for more details chk
    service.sap.com/diagnostics.
    Regards,
    Shyam.

  • Finding the Class of a JavaCompiler's compiled code

    I'm using the new javax.tools.JavaCompiler to make an equation interpreter, but i'm running across some issues. I've got a test program set up:
    package test;
    import javax.tools.JavaCompiler;
    import javax.tools.JavaFileObject;
    import javax.tools.SimpleJavaFileObject;
    import javax.tools.ToolProvider;
    import java.io.IOException;
    import java.net.URI;
    import java.net.URISyntaxException;
    import java.util.Arrays;
    import java.util.Date;
    public final class TestJavaCompiler {
        private static boolean compile(JavaFileObject... source) {
            final JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
            final JavaCompiler.CompilationTask task = compiler.getTask(
                    null,
                    null,
                    null,
                    null,
                    null,
                    Arrays.asList(source));
            return task.call();
        private static String composeAProgram(String className, String expression) {
            return "package test;\n" +
                    "import java.util.Date;\n" +
                    "public final class " + className + " implements Calculator {\n" +
                    "    public double calc( double a, double b ) {\n" +
                    "        return " + expression + ";\n" +
                    "    }\n\n" +
                    "    public Date whenCompiled() {\n" +
                    "        return new Date(1220247303687L);\n" +
                    "    }\n" +
                    "}\n";
        public static void main(String[] args) throws URISyntaxException,
                IOException,
                ClassNotFoundException,
                IllegalAccessException,
                InstantiationException {
            // compose text of Java program on the fly.
            final String programText =
                    composeAProgram("Hypotenuse", "Math.sqrt( a*a + b*b )");
            System.out.println("PROGRAM TO BE COMPILED");
            System.out.println(programText);
            // compile item
            RAMJavaFileObject ob = new RAMJavaFileObject("Hypotenuse", programText);
            final boolean status = compile(ob);
            System.out.println("status of compile: " + status);
            // Load class and create an instance.
            final Calculator calculator =
                    (Calculator) Class.forName("test.Hypotenuse").newInstance();
            // execute its methods:
            System.out.println("Hypotenuse.calc( 3, 4 ) is : " + calculator.calc(3.0, 4.0));
            System.out.println("compiled on: " + calculator.whenCompiled());
    class RAMJavaFileObject extends SimpleJavaFileObject {
        private final String programText;
        public RAMJavaFileObject(String className, String programText) throws URISyntaxException {
            super(new URI(className + ".java"), Kind.SOURCE);
            this.programText = programText;
        public CharSequence getCharContent(boolean ignoreEncodingErrors) throws IOException {
            return programText;
    interface Calculator {
        public double calc(double a, double b);
        public Date whenCompiled();
    }largely copied and pasted from [http://mindprod.com/jgloss/javacompiler.html], sorry about the whole "post a whole program!" thing.
    Anyways, the program compiles and runs. The dynamicly generated program compiles, but when I try to retrieve the class through Class.forName("test.Hypotenuse").newInstance(), I get an exception "ClassNotFoundException: test.Hypotenuse", and some random stack trace that starts at the forName call. I'm developing this on the NetBeans IDE, so I originally thought that the problem might be that I need to specify the parent folders NetBeans generates ("build\classes\"), but changing the forName to "build.classes.test.Hypotenuse" didn't help. Can anyone give me a reason why this isn't working? I'm pretty much stumped

    Obviously the class isn't loaded. So that suggests one of the following.
    - There is no class output (no byte codes.)
    - It is written as a file.
    - It is written into memory.
    Nothing I saw in the java docs suggests the last. Nothing I can find would suggest the first.
    super(new URI(className + ".java"), Kind.SOURCE);The URI must mean something in the above. Is there a ".java" file created somewhere? Did you open it?

  • I cannot update itunes because system cannot find the data itunes64.msi. What can I do?

    I cannot update itunes because the latest version cannot be deleted (system is looking for itunes64.msi and cannot find). Update is going reverse. I tried to install the full version, but there is the same problem. What can I do?
    When I try to deinstall the old version by windows, the same problem

    Download the Windows Installer CleanUp utility from the following page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    To install the utility, doubleclick the msicuu2.exe file you downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

Maybe you are looking for

  • IPhone 5s no longer works with my JVC car stereo after upgrading

    Hello! I updated my iPhone 5s to ios8 last Wednesday (the 17th). When I drive, I synch my phone to my car stereo system (a JVC unit -- I can't recall the model number but it was installed just a year ago). After the upgrade, it worked fine. But on Su

  • MacBook Won't go into deep sleep by itself

    I recently noticed that although my monitor will go to sleep after the specified idle time the hard drive never goes to sleep on it's own. The indicator light never goes into "pulse mode". The strange thing is I think it worked fine before I did the

  • Accessing synonym tables with jdbc

    accessing synonym tables with oracle jdbc driver 9i hi i'm having a problem selecting, updating, inserting and retrieving metadata from synonym tables. simple example is selecting from a table that is a synonym, i receive ORA-00942 table or view does

  • Cropping the image in FCE4

    After cropping in the Canvas window, how do you make the image fit the whole screen, rather than sit on a black background?

  • Error: FAILED hr detected (hr = 0x80010102)\n / unable to update ListItem...

    Hello I'm trying to update a ListItems with a asp.net webhandler (ashx). From an Sharepoint application Page I call the handler to update the item (jquery ajax-call).  In the same time there might be other calls from the page in parallel (reading oth