Delivery report in sap sd

what is the standared T.code to see the list of deliveries with the following fields.
Sales order No,
Sales order date,
sales order quntity,
Delivery quntity,
DELIVERY DT
SOLD TO PARTY
DESCRIPTION
TYPE OF ORDER
Thanks,
Tulasi

Hai Tulasi,
Try SQVI report creation
and assign T CODE to the program.
It will give all the details and the report will be created immediate.
In General SQVi should start from reverse order
Delivery item LIPS - DO header LIKP - SO header VBAK - SO item VBAP
in case if you have a sales order and two deliveries then reverse order only will give the proper data.
Else the data will be duplicated.
Regards,
Mani

Similar Messages

  • SAP Business one Delivery Report

    How can I modify delivery report once it added in record, Like I made a mistake in posting date I need to change it .
    So far I will be returning the goods and once again I ll make a delivery report.
    Can you tel me is there is any other way I make the changes without returning the goods.

    Hi,
    There is no alternative way to change posting date without returning goods.
    Thanks & Regards,
    Nagrajan

  • How to get these reports in SAP

    How to retrieve this report in SAP. Are these available as standard or need custom development.
    1. Vendor Delivery Performance Report- Showing Goods Receipt Qty (from Inbound Delivery or Direct GR through MIGO) Vs. Po Qty
    2. Vendor Delivery Performance Report- Showing Goods Receipt Delivery Date (from Inbound Delivery or Direct GR through MIGO) Vs. P) Delivery Date
    Both these above report should display vendor #, PO #, Line Item #, Material, Panned Delivery Date and Qty, Actual Delivery Date and Qty
    3. For Outbound STO Process- Displaying the incomplete pick qty. Display only the Open Qty for Open STOs with Partial Deliveries

    Hi,
    1. Vendor Delivery Performance Report- Showing Goods Receipt Qty (from Inbound Delivery or Direct GR through MIGO) Vs. Po Qty
    2. Vendor Delivery Performance Report- Showing Goods Receipt Delivery Date (from Inbound Delivery or Direct GR through MIGO) Vs. P) Delivery Date
    Ans: - Use ME80FN - General Analysis (Here in Output Screen, select option "PO History" by clicking on the button at extreme right)
    3. For Outbound STO Process- Displaying the incomplete pick qty. Display only the Open Qty for Open STOs with Partial Deliveries
    Ans: - Refer VL06O - Outbound Delivery Monitor
    here click on "List of Outbound Deliveries" button
    here on selection screen, enter Total gds mvt stat. as "B" i.e. Partially processed and Delivery Type "N" and execute the report.

  • Extract a report from SAP to see the POs' recommended ship date

    Hi there,
    Can I extract a report from SAP, to see the recommended ship date of my POs, based on the MRP? As I need it to do the pull in and push out.
    Edited by: Cindyye on Jul 20, 2011 8:22 AM

    Refer ME80FN report wherein you can list out PO delivery schedule by clicking on change view icon after executing the report.
    In Change View options select Del. sched this will list out POs with detailed delivery schedule. You can export the same to excel also.
    Njoy SAP...

  • Vendor evalution report in SAP BUSINESS ONE

    We require Vendor Evalution report in SAP BUSINESS ONE which has information about receipt(GRPO) perfomance against purchase order issued.  We require item code, item description, p.o.no., p.o.qty, delivery date, GRPO NO., GRPO Date, GRPO QTY, Delay no. of days. If there is any report in SAP please inform us. Otherwise any query we can make please inform us how to make query in SAP business one.

    Hi,
    The query from the thread is modified as below to include the customer/vendor name :
    SELECT T3.cardcode, T0.ItemCode, SUM(T0.Quantity) 'PO Qty',SUM(T1.Quantity) 'GRPO Qty', SUM(T2.Quantity) 'Return Qty'
    FROM dbo.POR1 T0
    LEFT JOIN dbo.PDN1 T1
    ON T0.DocEntry = T1.BaseEntry AND T0.LineNum = T1.BaseLine
    LEFT JOIN dbo.RPD1 T2
    ON T1.DocEntry = T2.BaseEntry AND T1.LineNum = T2.BaseLine
    INNER JOIN dbo.OPDN T3
    ON T1.DocEntry = T3.docentry
    WHERE T0.ItemCode is not NULL AND T0.DocDate >= [%0] AND T0.DocDate <= [%1]
    GROUP BY T3.cardcode, T0.ItemCode
    Check if this helps.
    Please make sure you have a look on the Query Generator and the related books on the SQL query writing before you start creating your own.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Standard report in SAP materials ordered

    Hi Guru's
    Can any one help me for getting a standard report in SAP where one can track the materials ordered. That is when the materials have to be delivered, the date when the vendor despatched the goods, when we received it i.e actual GR date etc.
    Thus it gives all the dates, the quanties etc... so that we can find exactly where the delay is happening and remind the vendor for this particular order.
    Best Regards
    Mouli

    Hi Mouli,
    If you want send reminders for deliveries, then you can do that in advance or after the desired delivery date with ME91F
    If you only want monitor open POs that are late, then you can do that in ME2M or ME2L by using selection parameter WE101 and setting the delivery date to today and add with F2 the smaller sign.
    Do you record the date when the vendor dispatched the goods in your PO's ? it is possible with shipping notification.
    A report showing all this info must probably be developed by yourself, if you are not satisfied with the options in ME2M ME2L.
    It may very usefull to you
    Regards
    Madhu

  • MM Report in SAP  tcode

    Dear All,
    can anybudy explain where i got these report in sap or any tcode
    Customization of reports / MIS will help us in keeping a check on the excess inventory,
    Some of the reports which are immediately required are –
    •     Summary of the PO’s
    •     Summary of the delivery schedule – Monthly – per month and cumulative. – Qty & Value
    •     Report on receipt of material against the delivery schedule. – Qty & Value
    •     Vendor outstanding age analysis.
    with warm Regards

    Dear
    chk this
    Summary of the PO’s- Use ME80FN with purchse order history selection in change view.
    Summary of the delivery schedule – Monthly - ME80FN
    Report on receipt of material against the delivery schedule- ME80FN and ME2N with the selection of we102/106
    Vendor outstanding age analysis- MC46 to MC50 and FBL1N
    regds
    dev...!

  • How to create Webi Reports with SAP BW Objects

    Hi,
    I have no knowledge on creating webi reports with SAP BW Objects like (InfoCube, DSO, MultiProvider, Infoview, MasterData Infoobject).
    As per my understanding Webi reports can be developed with universe which is created on BEx Queries or OLAP BAPI interface, unfortunately i don't have BEx App installed. So, i have to create OLAP universe in this case.
    Here my question is can we create universe with all the available BW objects like InfoCube, DSO, MultiProvider, Infoview, MasterData Infoobject.
    Please, Can anyone suggest a solution
    Thanks,
    Siva
    Edited by: siva@chinni on Apr 25, 2010 4:45 PM

    Hi,
    Yes we can create WebI on the top of SAP Objects - InfoCube, DSO, Characteristics etc...
    But we have to keep in mind that for WebI we must create Universe.
    When we create universe we make direct connection with SAP Objects but we get less functionality - such Calculated Key Figures, Restricted Key Figures, formulas etc. Now you have to achieve all these missing components at Universe Level and at WebI level.
    If you are creating your universe on the top of DSO and InfoObject then make sure they set for reporting.
    There are some online documentation which tells that what functionality you can achieve.
    Check the following document to have a bird's eye view.
    [http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/100369a7-033e-2c10-94a4-f254f8578153?quicklink=index&overridelayout=true]
    There is another document in PPT which I could  not find online. It is very helpful document. It is:
    II. SAP BusinessObjects BI Solutions XI 3.1 and SAP NetWeaver BW 7 Current risks, approach, and mitigating strategies for Client Partners, License Sales, and Consulting Delivery Managers
    Partner Enablement Seminar
    Regards,
    Bashir Awan

  • STO Delivery Report or Delivery Manifest

    Hi to all,
    How can i create a delivery report or delivery manifest for stock transport order (STO)
    after we load the stock to a van to be deliver to other plant we just manualy type  in improvise form in excell.
    then print and this the only document we gave to the driver to deliver stocks to other plant and gave the copy to receiving plant
    is there a transaction in SAP we can use, i try also the tcode VL10B does not work>
    Our process in STO:
    1. create STO = ME21N supplying plant is 1001
    2. Print Picklist for pick and pack of stocks
    3. confirmation of STO using tcode MB1B with movement type 351
    4. then print the Stock transfer slip form (customized report in SAP)
    5. shipping will load the stock to the van and manually create a delivery report or waybill with indicate all STO # loaded in van
    6. delivered the stock to our other plant = 2001
    7, receive the stock of Plant 2001 and unload the stock and perform Goods Receipt of STO using tcode MIGO with movement type 101
    thanks,
    Ermin D. Concepcion

    Hi
    There is something fundamentally wrong with your process
    confirmation of STO using tcode MB1B with movement type 351
    This statement tells you are using transfer posting and movement type 351 is without SD delivery and purely an MM process
    There is no need for ME21N in this case
    I understand that in system you are doing a Transfer posting that is MB1B with movement type 351
    But actual business process is with shipping where the stocks physically moves through a van
    There is big mismatch here between system and the real time
    Real   time process is to be mapped in system
    Movement type 351 doesnot involve SD delivery at all so why do you look for delivery report
    Regards
    Raja

  • Date Wise Pending Delivery Report

    Hi all,
    I need a pending delivery report as per the date which user enters. For ex on a particular date what were the pending deliveries and total pending stock which was to be delivered.
    Is there any standard report or any Function module available. If not, is there any logic by which we can fulfill this requirement.

    VL06 gives same data as VL06O/VL06i and gives only real-time delivery status (you can't look at 07/10/2011 date & see what delivery documents were pending PGI, only can see latest delivery status as of now for that date).
    So, If "historical" data is needed for past date and status of delivery documents at that time, then need to go with BI report or similar reporting tool where you can set specific parameters like take snap-shot of table(s) of open deliveries due for PGI but not PGI'd on specific date/time.

  • Nokia 5800 Delivery Report

    Usually after sending your text I'll get back "Delivered to <someone>"...
    Then this morning when I woke up and try to send messages, I don't get that notification anymore... But if I go to Messaging > Delivery reports, they still say delivered...
    Or if I go Options > Settings > Text Message > Receive report, it is ON...
    PLS HELP.... 
    ~John~

    I reboot my phone a lot of times, and no... Everything is working fine just the notification "Delivered to <someone>"
    ~John~

  • AP aging report from SAP

    We found that AP aging report from SAP  is not tie with Balance in Balance sheet.  Please advise how to find the report which match with our requirement.
    Concept of the AP aging report is to age outstanding AP as at the end of month (Open item date).  We found that A/P aging report which we currently use is cannot match to balance per G/L. (Please see detail in attached file). And the balance in AP aging report is always changes if we retrieve data on difference timing.
    Additionally, this report is not show the reconciliation account, please advise whether it is possible to show summary line which sum by reconciliation account.
    Please advise if you have another SAP transaction or any advise on this.
    kindly suggest

    Hi,
    For ageing report please go to fbl3n and go for change layout there is a option for ageing and posting period choose those two and subtotal it according to posting then you will get period wise meand month wise ageing  report for vendor.
    S_ALR_87012078 - Due Date Analysis for Open Items
    Hope this is clear if yes assign points
    Regards,
    Sankar

  • Planned Order to Purchase Order report in SAP

    Dear All
    The Business process is Planned Order - Converted to Purchase Requsition - Converted to purchase order .
    Is there any report in SAP , which shhows the direct link between Planned order to Purchase Order ?
    Regards
    Shyam

    I have never seen a standard report, build a query based on tables PLAF, EBAN and EKET should be involved

  • Creation of Vendor Aging Report in SAP BI.

    Hello,
    There is requirement to create the Vendor Aging report in SAP BI Cube.
    In order to show the Aging of the Vendor in different buckets.
    Can anyone help me out with the Links/Blogs/Wiki  ... URL's .
    I tried finding in net couldnt get anything related to this.
    Thank you for the help in advance.
    Regards,
    Adhvi

    Hello Obaid,
    Thanks for the reply.
    got the URL for Vendor Aging Report ..which has better detailed information.
    http://help.sap.com/saphelp_nw70/helpdata/EN/69/b4e9503d6a4f39b66e67b1cedf41af/frameset.htm
    0FIAP_M30_Q0003 not found in the BI Content
    Creation of Vendor Aging Report in SAP BI.
    Vendor Ageing formula
    If you come across any further Customization of the Reports related to the Vendor ageing reports based on the URL mentioned below...let me know.
    Thanks & Regards,
    Adhvi

  • Performance issue of BI Reports in SAP Enterprise portal -in SAPNW2004s

    Dear friends,
    We are integrating BI Reports in SAP Enterprise Portal 7.0 ( SAP NW- 2004s).The reports are running properly .But the issue here is reports are taking long time to open and leading it to performance effect.
    Reports in BEX( Bi side) working lilttle better than EP platform.
    And Even BI team is looking for ways to improve the performance.
    Could you please share your ideas to implement in portal side to increase the performance.
    Thanks and Regards
    Ratnakar Reddy

    Hello Mr. Reddy,
    There are two possibilities for slow performance in BW reports, so we need to look into wether its slow in the BW system or at the frontend.
    If the problem resides in the BW system then we should be able to trace the reports
    and you can go for a SAP EW or GV sessin and SAP will provide recommendations.
    If the problem resides at the frontend
    Update the frontend servers to the latest frontend release.
    Recommended Frontend Release 700
    Recommended Frontend Patch      18
    Update the frontend servers to the lates SAP GUI release as soon as possible.
    Minimum Recommended SAP GUI Release 6.40
    Your frontend PCs should fulfill the following requirements:
    Each frontend PC should have 500 MHz and 128 MB main memory.
    Because of a limit in the addressable memory, Windows 95 is not supported as Frontend OS for 3.X BW Systems. Please refer to SAP Notes 161993, 321973 and 366626 for details.
    Please also check SAP Note 147519 "Maintenance strategy/ deadlines 'SAPGUI'".
    If you still require any assistance from SAP support then raise a message under component ( probably BW-BEX-ET-WEB).
    Provide your input, if you have any.
    Thank you,
    Tilak

Maybe you are looking for

  • Pivot table in forms 10g

    Hello All, I have seen Pivot table as one of the ocx control in forms 6i ...but in forms 10g ocx controls are not supported ..instead of that it is recommended to go for equivalent PJC ...i tried to find it out, but could'nt locate any ... Pls guide

  • Creating Purchase Requisition/Order from a CRM Service Order

    Hello, My client is using CRM 4.0 with Service Industry add-on. I am trying to kick out a purchase requisition from a service order, but does not go through. The Service Order is released in CRM and an internal order does get created in R/3. The mate

  • How to ignore the , within ( )???

    hi guys, i am currently using java class to read CSV files. my example code is String str = dataFile.readLine(); String[] words = str.split (","); i do not wish to take the , within brackets to be splitted up as in (today,tomorrow), after splitting t

  • Extreme saving algoritm in Flash CS5?..)

    Hi all! I want to tell you about one thing that has been occured few minutes ago... I was working on the project and created the class PlainDistribution, it's quite complex and I've been working on it all day long. And when the work at last is done I

  • Error activating CIF model for subcontractor PO w/component requirements

    Hello CIF experts, I'm having a problem with the CIF POs and PReqs between ECC and SCM.  If the CIF model is already active, then a subcontractor PO with component requirements is created (the material exists in SCM but the components do not exist in