PO release codes in report/list

Hello,
Is there any Purchse order report/list, where we can see the release status's. For eg if there are two level release codes applicable to a purchase order (L1 & L2) , can we see the release code and whether released or not ?
I know there is a way to restrict PO's based on dynamic selections of ME2N, but we require the actual relase code and status.
Regards,
Devendra

Hi,
You can the desired report through t/code: ME2L / ME2M , after executing the report go the change layout & select the Release code / release status field. Release staus field will be appear like , if first release is done , the status will come as X or if second release done, the it will come XX.  And from release indicator field , you can get the code release code .
Regards,
Raghunath

Similar Messages

  • How do I report on which release code released a Requisition?

    I need to create a report that shows all the requisitions created last month and which release code approved them.  I know I can join EBAN and T16FS to see the codes that CAN approve, but I need to know which one DID approve.  We only require one of the codes on a release strategy to do the approving. When you look at a purchase requisition in ME52N that has been approved, on the Release Strategy tab it shows a checkmark next to the Code that approved it.  Where is that kept?  That's what I need to report.
    From some other postings I read that it may be in CDHDR or CDPOS, but, if so, how do I get from EBAN to CDPOS to see the Approver Code?

    Thanks for the info.  However, I’m not seeing that behavior.  In SQVI using EBAN table every “X” is in position 1 for FRGZU.
    However, for example, purchase req 10018345 was approved by the SECOND approver code.
    Using the M2 Strategy:
    But the last Req above, 20004578, was approved by the 3rd approver in the sorted list:
    Which is the first name in the Strategy W1:
    You can see above where the X is in the same place for both of these Reqs when viewed in SQVI (EBAN).  Is there another way to view this and create a report that reflects the functionality you're talking about? Or maybe I'm just missing something.   

  • List of purchase orders with release code

    I want a list of purchase orders which are pending for an approval (release) from a particular release code.
    I can get it from ME28 by putting relase code and plant. But this is not to be used as it asks for authorization.
    Can we get the same information from any other T-code / report ?

    Hi
    You can write a simple query using table EKKO and EKPO.
    regards
    Srinivas

  • Report to Show PR that are not released by release codes

    Hello Experts,
    I would like to know if there is any report on SAP 6.0 that shows all the purchase requisitions that are not released which shows the releease code (the person's name who has to release the PR). In me55 only could be found by release code, and it is required, I cannot has a report
    I think that there is not, but i would like to confirm it.
    Thank you in advance,
    Best regards

    Hello,
    1)Go to ME5A t-code & select DYNAMIC SELECTIONS.
    2)Select "Purchase Requisition" section and you can make use of parameters like Release Code, Release Indicator , Release Status etc., to fetch the required results.
    Hope this helps you in resolving your matter.
    Regards
    Mahesh

  • 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

  • Release & Ad-Hoc Reporting

    Good Day;
    This may sound like an odd question, but does Solution Manager / ChaRM have a list of all tables and a data dictionary? If so, would somone point me in the right direction.
    I am trying to see what information can be pulled to produce both “release” & ad-hoc reports from Solution Manager / ChaRm
    Regards,
    Don

    Hello All;
    I am trying to figure out the best way to pull data out of Solution Manager / Charm to be able to produce management reports.
    The areas of interest are:
    Number of transported to QA system with error codes
    Number of Change request for a given maintenance cycle
    etc..
    Thanks All
    Regards
    Don

  • To know release codes and strategies

    Dear Gurus,
    I want to view release codes & strategies for relevant material in contract...For this what is the T code or any other simple way is there..
    Thanks in advance.

    u can get the release codes from table T16FC and release strategies from T16FS thru SE11/SE16.
    u can also try out thru ME3M,here after running the report by giving all the required input and placing Scope of list as ALV,choose change layout (shift+f8) bring release strategy from hidden column to displayed column and choose enter.......
    regards,
    indranil

  • Adding new row to the reports list page

    How can I add a new report row in the reports list of the reports tab.
    Ex: a new row to the report "users by Date of Join report" is to be added
    How can we add Please help me out in this

    I am facing the same problem!
    camickr wrote:
    Try adding an empty row containing a null value for the String instead of the empty String.camickr, it will not help, the DefaultRowSorter in the "*+compare(int model1, int model2)+*" method return -1 if the first value is null and 1 if the sacond value is null. and incase of DESCENDING it mult by -1.
                    // Treat nulls as < then non-null
                    if (v1 == null) {
                        if (v2 == null) {
                            result = 0;
                        } else {
                            result = -1;
                    } else if (v2 == null) {
                        result = 1;
                    } else {
                        result = sortComparators[counter].compare(v1, v2);
                    if (sortOrder == SortOrder.DESCENDING) {
                        result *= -1;
                    }And this is the real problem!
    The empty line is sorted as the smallest value and incase of DESCENDING it will be the first line (because of the mult by -1).
    We could have overide it and incase of the empty row(usualy the last row) do not mult by -1 in DESCENDING mode.
    But the problem is that the "+*compare*+" method and it's caller "*+Row+*" inner class are private :-(
    It is not wise to do it but we can do like kmp83 wrote:
    kmp83  wrote:
    copy/duplicate "private" code from DefaultRowSorter into my extended class.Anyone have another suggestion?

  • Release Value Contract Report

    Hi,
    As we can get individual customer released value contract amount through T Code VA43 and report Via T code Z_XX_SD_059 for mass customers which is usually not giving the correct amount of released from value contract. The report which is extracted via T code Z_XX_SD_059 normally not reconciled with the end result of T Code VA43.So, Is there any other T code for getting correct release value contract report for multiple customers? Please share if anyone knows.
    Regards| Adnan Mahmood

    Hi,
    tcode Z is an in house development. Check with an abaper why there are differences with respect to VA43.
    Regards,
    JM

  • Monthly report listing out ALL open PO

    Hi,
    As our management requested, we need a monthly report listing out ALL open PO for CDG, APR   Someone tell me to input cost centre but it is time consuming to input it as we have over 100 cost centers.  Do you know if I can input SPG/profit center or other data to run this report instead ?  Please advise the transaction code and how to perform it, such as need to know the profit center #, organization code etc
    Thanks
    Raja

    hi
    go to ME2N
    then select Scope of list  ALV
    Selection parameters  as           WE101     Open goods receipt   (select as per ur need )
    then execute u will get the list for open po
    now if u want it to specify the  profit center then go to ME2N and select dynamic selecion  (shift +F4)
    now u will get a smaal scrren , in purchaseing doc item selct profit center
    now u can see the profit center selection field ,give a proper profit center and follow the process as given above
    hope it help
    regards
    kunal

  • Credit Block released Sales order report

    Hi Experts,
    My client is given few sales orders (around 4)no and requesting us, to prepare the credit block released sales orders report (include released person user ID).
    *.No change logs is existing for all sales order and deliveries.
    For above requirement I am using CDHDR table data but I am not getting credit block released sales order report.
    Below fields I am using in CDHDR Table.
    Change doc.Object (objectclas) : VERKBELEG
    Document No (CHANGENR): Sales order no XXXXXXX
    Transaction no (TCODE) : VKM1,VKM2,VKM3
    Date(UDATE) : 25.09.2011 to 09.11.2011
    Experts, Can you please help me out for this.
    Thanking you!!!!
    Regards,
    Vijaykumar Kola
    *.I'm already aware of this is a new development.

    Try this, simple report... Here we check the new value of credit  status field VBUK-CMGST and if it is 'D' we know that someone used VKM* transaction to release the document. Also you need to format the sales order number with leading zeros so it occupies all 10 digits and pass it to CDHDR-OBJECTID field (and not CHANGENR field). In the below code I am using select option for sales order number, so I know it will be formatted with leading zeros and so select on CDHDR will be successful.
    *& Report  ZTV_TEST
    REPORT  ztv_test.
    TABLES: vbak, cdhdr.
    SELECT-OPTIONS: s_saldoc FOR vbak-vbeln OBLIGATORY,
                    s_udate FOR cdhdr-udate.
    RANGES: r_objid FOR cdhdr-objectclas.
    DATA: ls_cdhdr TYPE cdhdr,
          ls_cdpos TYPE cdpos.
    IF NOT s_saldoc IS INITIAL.
      LOOP AT s_saldoc.
        MOVE-CORRESPONDING s_saldoc TO r_objid.
        CONDENSE: r_objid-high, r_objid-low.
        APPEND r_objid.
      ENDLOOP.
    ENDIF.
    CHECK NOT r_objid[] IS INITIAL.
    SELECT *
      INTO ls_cdhdr
      FROM cdhdr
            WHERE objectclas = 'VERKBELEG' AND
                  objectid IN r_objid AND
                  udate IN s_udate AND
                  tcode LIKE 'VKM%'.
      SELECT SINGLE *
        INTO ls_cdpos
        FROM cdpos
          WHERE objectclas = ls_cdhdr-objectclas AND
                objectid = ls_cdhdr-objectid AND
                changenr = ls_cdhdr-changenr AND
                tabname = 'VBUK' AND
                fname = 'CMGST' AND
                value_new = 'D'.
      IF sy-subrc = 0.
        WRITE:/ ls_cdhdr-objectid(10), ls_cdhdr-username,
                ls_cdhdr-udate, ls_cdhdr-utime.
      ENDIF.
    ENDSELECT.

  • Which table keeps the Discoverer Report list?

    Hi,
    I'm new to Discoverer, actually I haven't started to use yet.
    I would like to know is it possible to retrieve a list of reports created in Discoverer so that I can add them to the standard reports that I developed using Oracle Report builder in my application. If possible, which table can I get the report list?
    My second question, is it possible to run a Discoverer report directly if I have the report link? Or everytime I run I must enter the schema username and password?
    Please advise.
    Thank you.

    Hi
    With regards to question 1, I don't believe this is possible any more. The older versions were rather flexible in that approach but sadly, no more.
    With regards to question 2, using a VPD you can authenticate to your heart's content using any custom defined table you wish. This is just an out of the box idea, and I don't know whether it will work, but here goes.
    The table that stores public connections is this one: orasso.wwsso_psex_user_info$
    I am wondering what would happen if we put a restriction on SELECT from that table to not allow selection if the SSO user was not of a certain class or did not have a certain privilege.
    Would anyone else care to comment here?
    By the way, inside SQL, this code SYS_CONTEXT('USERENV', 'CLIENT_IDENTIFIER') will return the SSO user.
    For more info on public connections, look here: http://download-west.oracle.com/docs/html/B13918_03/conns.htm#i1016752
    Best wishes
    Michael

  • How to find out the Release date & Release code of PO's ?

    Dear All,
    Is there any standard reports available to find out the Release date & Release codes of PO's which are already released & the PO's which are pending for release ?
    Regards,

    HI All,
    Thanks a lot for your response.
    In ME2N,ME2M etc..I have to select each single PO line item & then have to go to Header Changes to find out this info.
    So, Is it possible to find out the release codes/release date of all the PO's in a single shot?
    Hope my query is clear.
    Thanks & Regards,

  • Transaction code for report

    Hi All,
    I am new to SAP area. I have created ABAP program (Report and variant) which generate list of materials. User would like to run whenever they want and have little knowledge of SAP. So I would like to provide Transaction code for this report to user. Can anyone let me know how to create transaction code for report. Also suggest, if any other option available to provide the same to user.

    Hi Yogesh,
    Just as an option, you necessarily dont need to create a transaction so that the user can run the report. You can include the report in the menu for the user within his role to which he is assigned.
    Hence on SAP easy access screen when he logs in, the user would be able to see the report  all he needs to do is double click.
    Just an option for you.
    Regards,
    Aditya
    p.s. Transaction for role maintenance is PFCG .... refer to your basis consultant for more information

  • PR Release tracking as per date of release code

    Dear All,
    We have 4 code release strategy for PR approval.
    We wanted to understand the date & time on which concerned person has approved PR as per release code in the Release strategy.
    How to find out the same.
    Thanks in advance for your help.
    Rgds,
    SHIV

    Dear ,
    MY requirement is different ,
    in me5a is not mention release code but i want to know base on release code but can't check single pr ,
    I know there is no std report for my requirement but i want to know the table name for release pr
    I try this table but i did't get
    T16FV
    T16FS
    EBAN
    is there any solution ?
    Regards
    Shiv

Maybe you are looking for

  • Apple ID is not an email: iPhone activation issue

    I had problems activating my iPhone 4S yesterday. More specifically it would not let me use my appleID whihc is not an email address. I have an email address attached to it but the webpage does not seem to work when I tell it to make my email address

  • How to activate and deactivate the text fields in subscreens

    Hi  All, I have one requirement to activate and deactivate the fields in Sub screen. The requirement is initially the all screen fields are output field with some value .Suppose user want to edit the value, they choose the check box then automaticall

  • Controlling computers

    so i finally figured out how to control my mac computer, kinda. i've got one computer on 10.4 and another on 10.5. i can control 10.4 from 10.5 but i'm wondering if i can control 10.5 from 10.4? i've got remote desktop turned on in 10.4 and screen sh

  • Problem with EDI Partner

    Hi Guru, While creating a invoice I am getting error while triggering the EDI for output type ZINV. I am getting below error--'Maintain outgoing EDI -connection data for partner XIP-100. I checked that this partner exists. i observed that for the par

  • Can i recovered dropped users from Flash Back Database

    I am having confusion on step by step process for Recovering dropped user from Flash Back Database or from RMAN. And Which case we will use Flash Back Database or RMAN?