Standart report for confirmation

Dear all,
I need to enter task list number and items and need to list  in which pm orders and by whom it is confirmed?
Any standard report for that? if no can i create a query? by joining which tables?
thanks
JMQ

hi
in standard you are confirming only through order with combination of operation or confirmation number ,i think it is not possible to get in standard.
you can create the query but whether the output you required will display iam not sure, while creating the Query try creating using logical database and check
regards
thyagarajan

Similar Messages

  • SC Report for Confirmation Details

    Hi All
    We are in SRM 7 EHP 2.
    We are doing Confirmations in SRM Portal only
    We have a requirement to create as Custom Report for Confirmation Details with below fields.
    1. Company Code
    2, Purchasing Organization
    3. Account Assignment
    4. Confirmation Name
    5. Status
    6. Requester
    7. PO Number
    How can I do it, Please advice
    Thanks
    Ajit

    Hi Ajit,
    Explore the possibility of achieving this with a new POWL query?
    Use the existing POWL in the confirmation screen as a starting point to see what can be modified to suit your requirement.
    - Sai.

  • Retired asset - cannot run standart report for closed fical year

    Hi there,
    I was just wondering how to run standart asset report (Y_T11_68000004, AR02) for closed fiscal year in case of the asset was retired during this year.
    As I know report can be run only with last date of closed fiscal year (12/31/200x) otherwise got message AU116. But when I have asset retired i.e. in 30/10/200x the report for this year is empty and cant see the movements data.
    Any ideas? Maybe some settings for asset history report, or is there another report for movements for previous years.... ?
    Thanks a lot!

    Hi,
    start the asset history sheet, there you can see all information.
    Alternative is to create an own query on logical database in SQ01.
    Regards,
    Markus

  • Standart report for payment details

    Hi SAP GURUS
    Kindly tell me if there is any standard report in sap for employee payment .

    Hi,
    Please check following t code.
    1. PC00_M99_CWTR - Wage type reporter for monthly & annaly
    2. PC00_M40_ANN - Payroll annual display u2013 India  for monthly & annaly
    Santosh R. Shivane

  • ZCATS_CONF  -  Note 505134: Analysis report for confirmation

    Hello guys
    The note 505134 tells about checking the consistency of confirmations for networks, maintenance orders or service orders.
    But in my installation (SAP_APPL  Release 605, level 6) I cannot see this tool.
    It is a transaction ? Or must I use SE38 or SA38 ?
    Anyway the system says me
    Transaction ZCATS_CONF does not exist
    Or
    Program ZCATS_CONF does not exist
    Where do I am wrong?
    Thanks in advance
    Salvo50

    Hi,
    ZCATS_CONF is a program (report) so can be run from SE38. However it must first be added to the system from the note.
    As the note is not yet marked valid for 605, you will need to copy it manually from the note.
    -Paul

  • Report for forecast, currenct stock, sales orders, confirmed production

    Follwing is the mail from user.
    Please confirm what are the report should I refer to to fulfill user requirement.
    I don't want to download the data from the tables directly.
    Can I please request for a report to be compiled and extracted from SAP showing the following data for the entire co code 1200 SKU range :
    Forecast - forecast data for the up coming 2 week period
    Sales Order - sales order data currently available for the upcoming 2 week period
    In transit - data showing all volumes in transit into ABO from all supplier sources, but predominantly from XXXXXX
    Production (Confirmed) - forecasting data that has been confirmed and signed off for production for the upcoming 2 week period
    Stock on Hand - Current stock on hand in ABO and the SA and WA warehouses
    Can I also request for this report be run and cascaded, capturing data available at 6:00am each day.
    Your feedback would much be appreciated.
    Thank you.

    Can I get the table & fields for the report.
    As I think we need to create zreport.
    For current stock I can get it from         MARD - LABST
    For Stock in transit from                      MARD - UMLME
    In need table &  field details for
    confirmed prodcution ( for 2 weeks)
    Sales orders (for 2weeks)

  • Report for mass interruption of partially confirmed orders in PPDS?

    Hi gurus,
    our client has a lot of partially confirmed orders in the past, and this is giving us problems with the optimizer.
    Is there a report for mass interruption of this orders?
    We can do it one by one in the DS planning board, but there are too many!
    would appreciate any help,
    Pablo

    Hi Pablo,
    I would suggest you can close the partially confirmed orders at R/3 itself
    so that it will update in APO via CIF.
    There is delivery complete indicator in R/3 production/process order which
    upon checking will close the order.
    Regards
    R. Senthil Mareeswaran.

  • Problem when trying to print standart invoice crystal report for SAP

    Hi All, I have the following problem when trying to print a system invoice report in crystal reports for SAP
    I pass params and load the report using this code
    Private Sub DisplayThreadReportSeq()
    Dim oView As New frmViewReport
    Dim strReportPath As String = ""
    Dim strParamName As String = ""
    Try
    Dim CR As New ReportDocument
    CR.Load(oReport.CrstPath)
    ' Declare the parameter related objects.
    SetReportValues(CR)
    Dim crParameterDiscreteValue As ParameterDiscreteValue
    Dim crParameterFieldDefinitions As ParameterFieldDefinitions
    Dim crParameterFieldLocation As ParameterFieldDefinition
    Dim crParameterValues As ParameterValues
    ' Get the report's parameters collection.
    For Each oPar As cslParam In oReport.Params
    crParameterFieldDefinitions = CR.DataDefinition.ParameterFields
    crParameterFieldLocation = crParameterFieldDefinitions.Item(oPar.ParName)
    crParameterValues = crParameterFieldLocation.CurrentValues
    crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
    crParameterDiscreteValue.Value = oPar.Value
    crParameterValues.Add(crParameterDiscreteValue)
    crParameterFieldLocation.ApplyCurrentValues(crParameterValues)
    Next
    If pPrint Then
    If oReport.Printer "" Then
    CR.PrintOptions.PrinterName = oReport.Printer
    End If
    CR.PrintToPrinter(IIf(oReport.Copies = "", 1, oReport.Copies), False, 0, 0)
    SBO_Application.StatusBar.SetText("Printed Document Successfully", SAPbouiCOM.BoMessageTime.bmt_Medium, SAPbouiCOM.BoStatusBarMessageType.smt_Success)
    Else
    oView.Text = pReport
    oView.TopMost = True
    oView.Viewer.ReportSource = CR
    oView.Hide()
    oView.ShowDialog()
    End If
    Catch ex As Exception
    Util_GenErrorLog("DisplayReport", ex)
    End Try
    End Sub
    This code works fine when the report invoke to print is developed in crystal reports version for .net 2008 or .net 2005
    when trying to print a report standart getting from SAP BO 8.8.1 using this code I getting the following error:
    Error in File C:UsersecombaAppDataLocalTemp5ARInvoiceStandartSap {300B9A68-DF05-4D7B-8F3B-1670A4493BEE}.rpt:
    Error in formula .
    'Shared numberVar SectionTotalMaxHeght;
    A number, currency amount, boolean, date, time, date-time, or string is expected here.
    This report is the standart report that SAP 8.8.1 includes and works fine on SAP.
    I referenced this dlls CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.CrystalReports.Shared, version 10.2.3600
    How I can get these dll´s version for Crystal Report 2008 for SAP Business one or How I can solve this problem
    thanks in advance,
    Ezequiel.

    Hi Ezequiel,
    You can try to search in SAP Business One Reporting & Printing forum section or post there.
    nd.Q

  • Confirmation report for shipment tracking

    Dear experts,
                       how can i  generate a confirmation report for shipment tracking-vendor wise  ???
    Regards,
    Durgesh Tambat.

    Hi Durgesh Tambat;
    Please search in SCN before create a thread , i hope that you will reach your solution.
    Regards.
    M.Ozgur Unal

  • Confirmations report for orders

    Hi Experts ,
    Is there any single report which shows the confirmations done for different orders?
    In our scenario , we do time confrmations for different orders that includes PS / PM orders / PP Orders / Internal Orders .
    Now the client want to see the report for all these confirmations in a single report .
    Please suggest....
    Regards
    Judy

    Hi,
    I think there is no such report which give the details of confirmation of all the order types ( PS,PP, PM etc ) in one report.
    As I understand ,  you will have to get this information thru a Query. Get the information for Order type and confirmations from all the order types in one report output.
    Hope this helps.
    Warm regards,
    Srinivas Potluri

  • Maintenance work order-- Time confirmation report for work orders

    Could you please let me know how to pull actual time confirmation report for the maintenance work orders?
    regds
    Arun

    Use transaction IW43 or  IW47 for maintenance order confirmation ( inprocess & completed ) and refer [link|http://help.sap.com/saphelp_erp2005/helpdata/en/66/158661547611d182cc0000e829fbfe/frameset.htm]
    -S.N

  • Special report for tracking confirmations

    Hey,
    i am adding internal processing activty in my proj for tracking amount of work confirmned only.. and not for costing, cap pllnning purposes,,,, i can provide a report of cnfmations to ma customer, but the demand rite now is like this as follows....
    suppose the work is 100 kms digging... my first km is named position 1200, after 10 km i would be at position 1210 and so on... can we achieve this in ps ... i am thinking to feed this data in some user field  in wbs and get some abap report to achieve the same.. can i do this ... or is there some other solution....  also i am not able to see remaining work in the report.. how to do the same.....pls assist
    Rahul

    This can be achieved by using  partial confiration, Final confirmation & degree of processing.
    The degree of processing of a partial confirmation inidates to what percent the activity has been processed. System calculate degree of processing from the proportation of actaul amt of work that has already been confirmed for an activity  to it's planned or forcasted total work.
    you can also define alternative degree of processing manually in confirmation.
    you can also use workcenter actaul work &  remaining work ( forcasted ) fields in partial confirmation to document which workcenter has performed which degree of work & how much still to be performed.
    you can use CN48N report for viewing the confirmation.
    Prerequisite for Actvity confirmation is
    the activity must be released
    control key of the activity must allow the confirmation.
    In customising you must have to defined the confirmation parameters which controlls the properties of the confirmation.
    Regards
    Nitin

  • Report for conformation cancelled process orders.

    Hi frnds,
    I need a report for orders which have got cancelled of confirmation.
    plz suggest...
    Robert.

    Dear,
    There is no standard report in SAP which shows Report for conformation cancelled.
    But you can check in order it self in COR2 good movement details.
    Or  check document in MB03
    Use CORS to reverse the phases.
    After canceling if you want to view it again then use CORT (here there is one check box named 'Reversed' means that phase is reversed).
    Or Please use user exit
    EXIT_SAPLCORF_404 Process order conf.: Customer specific input checks 2
    Regards,
    R.Brahmankar

  • Report for material  which not consumed during C015

    HI ALL,
    "I required a report for material which material are not
    consumed at C015 production confirmation time against actual consumation (order wise , part no wise & date wise )"
    its v urgent
    good suggesstion reward with valuable points.

    Amit,
    I think your problem is that you want to monitor when users are deleting the goods issue while confirmation. So you would have to know if for a confirmation qty of 100, the planned consumption should have been 100 but the actual consuption is 50.
    So you would want to relate the confirmation qty with the planned and actual consumption.
    In COOIS Remt, qty and Withdrawal qty will show the total reqmt and actual withdrwal. Hope this will not be helpful if I understand correctly.
    You have to create a simple query joining tables AFVV with RESB. Calculate the planned consuption for the confirmation qty. This along with the actual consuption will help to give what you are looking for.
    I am right ?
    Ram

  • Variance report for planned vs actual 261

    Hi Experts,
    Is there a variance report for planned v/s actual raw material consumption for an order when the order is still running? I mean when only the partial quantities are confirmed (PCNF, PDLV)?
    Regards,
    Sachin

    Hi,
    Always the plannig is done for ordered quantity and the actual quantity is what actually used.
    Pl. use T code CO02/CO03 - Goto - Cost Analysysis, you will get the details which you are looking for. If the layout doesn't suits your requirement, change layout with change options.
    Madhava

Maybe you are looking for