ML84 report

I have a PO with one line item. I have done service entry against this and also accepted.
Now I blocked the PO line item.
If I am going to ML84 report and execute with this PO, this service entry line is not displayed.
I have selected option 'All' for Blocking indicator.
Please advise.
Thanks,

Hi,
The field ESSR-F_LOCK is for blocking the Service entry sheet.                       
If the ESSR-LOEKZ or EKKO-LOEKZ or EKPO-LOEKZ is set as 'X' , then                   
system would not list any service entry sheets.                                                                               
ESSR-LOEKZ is indicates service entry sheet is deleted.                              
EKKO-LOEKZ is indicates purchase order deleted at header level.                      
EKPO-LOEKZ is indicates purchase order line item is deleted.    
(Program RMSRVF11)                                                                               
The ESSR_REL is database view which has joined ESSR, EKPO and EKKO                   
tables. This is the standard system design.    the blocking indicators in the selection screen of MLE84 belong    
to entry sheets and not to purchase orders.                                                                               
Regards,
Edit

Similar Messages

  • Report for Service for a project

    Hi,
    I want to have a report which will give service PO qty value, All service line items Qty and value for that PO, total service entry sheet made and total invoice qty and value for a perticular project.Where can i get this.

    hi kalpesh
    1) see report me2s for all deatils.
    while u run this t-code, u have to enter the PO number & execute it.
    2) for list of services T-code MSRV6 / ml84 . here u have to put PO number OR select the particual vendor
    3) again for PO t- code MSRV3.
    Hope this will solve u r issue.
    regards
    parikshit
    Edited by: parikshit gaud on Feb 5, 2009 2:46 PM

  • SES report based SES sheet and Posting date wise

    Hi All,
    Please let me know is there any standard report is available to view the SES sheets created against a PO and within a date range (posting date based).
    I have tried below T-Codes but  i am not getting Posting date field in these codes.
    1.ME2S
    2.ML84
    3.MSRV6
    Regards,
    Bhadra

    May I know what do your mean by posting date ?
    When you accept the SES, at that time you can see posting date..
    Either there are two date you can see in SES,
    1. Document Date , 2. Created Date.
    The document date will shows in every report..
    But Created date will available only in table level..
    Check table ESSR, Here you will find entry date, SES number and PO number also..
    Regards
    Dev

  • Me2n & me2m & me2l reports in service po

    Dear gurus,
    I am not getting the proper out put in me2n, me2m & me2l reports of service po.
    For materials PO I am getting the proper reports, but while executting the above T-code for service PO, it is not showimg me the proper output report.
    In services I m not entering the sevice nos, I am using services with account assignment( i.e. without service master)
    For service POs I am using msrv6,ML84, me2s.
    But pls suggest me why system is not giving me service reports for me2n, me2m & me2l
    thank you,
    Anup.

    Hi
    These are the standard report (List displays) available in SAP.
    In this transactions you can view not only service PO's but also u can view lot of paramaters u r entering during creation of PO.
    This will give the data pertaining to Vendor, Material numbaer etc.,
    Regards,
    Raman

  • Report from Service entry sheet

    Dear all
          Kindly let me know which  transaction code to use to get report on Expenditure on a particular service master.
    regards
    M.Chandra mohan

    Hi Chandra Mohan,
                             The following are the useful tcodes.you can use.
                             ML84 - List of Service Entry Sheets
                             ML92 - Entry Sheets for Service
                             MSRV6 - Service List for Entry Sheet
                             ME2S - Services per Purchase Order
                            ML85 - Collective Release of Entry Sheets .
    Reward me if helpfull
    Thanks & regards,
    ASHOK

  • Report on Service Entry Sheet

    Hii..
    do we have any report which will give us data like qty entered in 1st Entry sheet, 2nd , 3rd ...... cumulative and remaining.
    Regards,

    >
    Suman Nethy wrote:
    > Hii..
    >
    >
    >
    > do we have any report which will give us data like qty entered in 1st Entry sheet, 2nd , 3rd ...... cumulative and remaining.
    >
    > Regards,
    Check report ML84, MSRV6

  • SES Standard report

    Hi All
    Is there any standard report for Service Entry Sheet
    Input   :   Account Assignment Category                  Cost Center (K)
                  Acceptance indicator                                   a) Not Accepted                                                                               
    b) Accepted
                                                                                    c) All
    Output : Service Entry Sheet
    thanks and regards
    deepu

    In ML84, you get Account Assignment Cat. in the output, just change the layout and create as per your requirement.
    U can also use following reports for Service Cycle;
    ME2S - Planned/Actual Comparison
    MSRV6 - For Service

  • Report, actual value of Limit-item POs

    Hi!
    We would like to list all PO-items for a plant / company code that contains item categorr B (limit), where the "actual" value of the invoiced amount is shown for each line.
    Is it really so that one need to combine tables EKKO, EKPO and ESUH (ACTVALUE) to achieve this ?
    I know there are report where POs are listed and you can click on the PO to show details, but we would like a list report to be able to summarize the actual values for a range of POs
    brgs ziggy

    Hi,
    You can not achieve your requirement directly in reporting transactions, please create a query.
    You can list service entry sheets in ML84 and services (which have been created against PO limits in entry sheets)  in msrv1-msrv6.
    I would recommend you to use in ME2S the planned / actual comparison.
    Regards,
    Edit

  • User exits in transaction ML84

    Hi everybody,
    we would like to add additional fields to transaction ML84, both for selection of data (additional parameters, eg. order number) and in the list. I did not find any suitable enhancements in SMOD. Is this possible without modification of the program?
    Thank you for your suggestions, kind regards, Kathrin!

    Hi iam attatching the code for userexits , given the transaction ML84 when the below program is executed ,
    you will get a list of user-exits available.
    In the list of user-exist displayed with documentation available you can Check for suitable one.
    Reward me points if my answer is of any help to you.
    report zuserexits .
    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.
    *---End of Program
    Regards,
    Kishore Kumar Yerra.

  • Reporting on service.

    Dear Gurus,
    When executing purchase document by vendor ME2L and ME2M reports with varient W-OFFEN  for open target quanity, system is not showing proper report for services.It is showing open PO in report though invoice is posted.
    Why it is happening ? or any special report for services.
    thank you,
    anup.

    Thanks ME2s, MSRV6, Ml84 are workign fine.
    But if we chaeck me2m, me2l, it is not showing proper status of services.
    thank you,
    Anup.

  • User SES Sheets for $0 amount not accepted in ML84

    here is the issue, if SES sheet is $0 amount, ML84 will not accept that, why is that happen?

    Hi Nancy,
    ML84 does NOT show Service entry sheets which have been deleted or with $0. 
    If it is important to you to still find these deleted SES's then  I would recommend that you search table ESSR where ESSR-LOEKZ is set  to X or create a query linking tables EKKO and ESSR for example.      
    There is a Query tool called SQ01 that you could attempt to use and in this case I hope the user documentation gives you the help necessary. Otherwise an abap developer could assist you with a report.                                                           
    Regards,
    Hemachandra K S
    <b>Don't forget to to reward points by marking as "Helpful" or "Very Helpful" or "Solved problem".</b>

  • How to generate report for Service sheet - ECC 6.0

    Hi
    Can anyone let me know regarding how to generate reports for  service sheets entered
    regards
    Sanjay

    Hi,
    Get Service Entry Sheet with following T.codes:
    1.MSRV6
    2.ML84
    Regards,
    Biju K

  • Re: Column is not getting displayed in the BI report

    Hello Gurus,
    I have developed a BI report with more number of parameters.
    Case 1:
    When i run my report , I am able to see data for particular condition but one column doesn't show any thing. All the rows in the column are blank.
    Case 2
    I tried to put the blank column as parameter, The Program works with out displaying that column data.
    I am not sure where it is going wrong. I tried running the code in toad and i am able to see the data.
    I have checked the code, Parameter description, length, Template and data definition.
    Please help.
    Thanks,
    Sreekanth

    Hi ,
    For that column did u changed any alias name in the query...
    check ur template once by loading the xml data...
    check that column form field that matches with the xml tag or not..
    Thanks,
    Ananth

  • Open and cancelled Quote Report

    Hi,
    Can anyone give me the information  for getting open and cancelled Quote Report?

    I hope you are using reason for rejection for cancelling quotations. If that is the case, you can use transaction VA25 to view the list of quotations. Here you can filter on two columns status and reason for rejection to view the report as per your requirement.
    Regards,
    GSL.

  • Print Quote Report

    Hi All,
    I have a requirement to develop the custom print Quote Report. When i review the standard pring quote report ,I found a call like <?call-template:TermsTemplate?>.
    This statment itself is getting all the Terms and Conditions for that report. when i looked in the ASOPRTXSL.xsl, I see the below statement
    <xsl:template name="TermsTemplate">
    <xsl:call-template name="PrintContractTerms"/>
    </xsl:template>
    I am pretty new to XSL, dont know what's happening here. Please help me ASAP
    I have also posted this question in BI Publisher but did not get any respose . Please Help
    Thanks

    If you want to create a custom report using concurrent program then refer:
    http://apps2fusion.com/apps/apps/63-xml-publisher-concurrent-program-xmlp
    If you want to create a custom report using OAF page then refer:
    http://apps2fusion.com/at/51-ps/260-integrating-xml-publisher-and-oa-framework
    -Anand

Maybe you are looking for