Transaction/report for list of PGI with sales total price details

Sir/madam,
After making PGI we want to know the total sales price for that material. We want list of all details of price/value. Before making invoice we want to know the total price listing with sales order details.
We get this one by one with VF01 while making invoice only. But we want all list before Invoicing.
Pl' give answer.......
Thanks.

try VF04 & SDO1
Regards,
Akhtar
Message was edited by:
        Akhtar Husain Shaikh

Similar Messages

  • REPORT for list of invoice with an order reason.

    Hi SAP Gurus !
    Is there any standard SAP report which will show me a list of invoice with an order reason field?
    I have tried VF05 and VF05n,but in both of them, order reason as a selection parameter field is missing.
    In case of any clarification kindly revert back to me.
    Regards,
    Ujjawal

    Thanks to all !
    Actually i was going  to create a query with VBRK and VBAK  tables but sales order number is not the common link as sales order number is present in VBAK table only.
    Apart from that i had tried to add VBRK and VBRP table then i was getting the list of invoice with order reasons (because order reason was getting copied from an order to invoice) ,but in this query i'm getting Order reason number with list of invoice only(Description of order reason is not coming).
    Please guide me for this if i'm wrong.
    Regards,
    Ujjawal

  • Order report for all components & services with plan/actual price

    Dear all Hi,
    I want to see a report which should give me the all the details of components & services cunsumed with their paln& actual costs for a production order, please suggest/help.
    Thanks in advance.

    Hi,
    You can get order wise costing report as following :
    Go to Production-->Shop Floor Control>Information System>Controlling Reports->Product Cost by Order where you will different drilldown options for getting costing report for orders.
    Hope this helps.
    Regards,
    Tejas

  • Report for listing contact person with customer

    Hello,
    we use the tables adrc, adrp, kna1, knvv and now I want to know if somebody has a ready report, where I can put the country-id in (f.e. 'it') , so that this reports lists all contact persons with their customer and their adress.
    Does anybody such a report ?
    Thanks
    Gerd

    again

  • Report for the list of meterials with  sales text .

    dear all,
    can any body help me in code for  list of meterials with sales text as discription.
    thanks &rgds
    vamsee krishna yadav

    Hi Vamsee
    The table for material related Sales data is MVKE.
    If you want to display materials then you may write a select query on MVKE, selecting Sales Organization and Distributuion Channel.
    the concatenate mat number (with the leading zeros), Sales Org and Dist Channel into what will be the 'Name'
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    id = '0001'
    language = <language>
    NAME = 'Name'
    object = 'MVKE'
    TABLES
    lines = li_lines.
    Now read the li_lines table for the Sales Text.
    Thanks
    Pushpraj

  • Report for list of POs for with Invoice has not been posted

    Hi All
    Can anybody tell me the report for list of PO' for which GR has already been done but Invoice is not posted
    Thnks
    Ranjith

    Hi
    Try Report ME2M,
    With input selection parameter  "WE101".
    Hope this helps.
    Harish

  • Report for List of Transfer orders in warehouse management

    hi,
    i want generate a report for list of transfer order orders in warehouse management
    is there any report with you guys kindly help me,
    or any standard report is there to display list of transfer orders in warehouse management
    Thanks,
    Rajesh
    Edited by: rajesh kumar kandagatla on Feb 11, 2009 9:27 PM

    Hi,
    If it is one time requirement, you can run the report LT23 and download the data to excel sheet and donwload material details in another sheet and you can match the temperature column in excel file.
    If it is permanent requirement, create a query and attach transaction code to that or write a seperate report for this requirement.
    Please let me know.
    Thanks
    Nagarajan

  • Report for list of locked pernrs problem..

    Hi,
    the requirement is like need to generate a report for list of locked pernrs with the following fields as pernr,fullname,PA(text and code),EG and ESG(text and code),changed on,changed by,position text and also quering any of the fields...
    Through SQ01 i did generated the report but its not giving the complete output such as the code and text is not showing in one report, the changed by and changed on column cant be queried as it doesnt exit....there should be one report with all the mentioned details of an employee....please provide me the solution...!
    Thanks

    Hi, you have to use switch in your infoset (or in a copy of the infoset):
    *$HR$ [COMMON]
    *$HR$ PROCESS_LOCKED_RECORDS = 'X'
    (go to-> coding- > data, then generate the infoset and regenerate a query if its already created).

  • How to create a transaction code for a function group with screen 100 as st

    Hello ,
    I have requirement where I need to create a function group and create screen 100, 200, 300 and include the function in the screens.
    Customer asked me to create a transaction with the screen 100 as the starting screen.
    Can you please let me know how to create a transaction code for a function group with screen 100 as starting screen.
    [ It is not a module pool program ].
    Thanks
    Prashanth.
    Moderator message - Please ask a specific question and do not ask the forum to do your work for you - post locked
    Edited by: Rob Burbank on Jun 2, 2009 11:49 AM

    Go to transaction SE93, enter a transaction code that you want and click on "create". Enter a text and select the "Transaction with Parameters" button. In the Default Values section, enter START_REPORT in the transaction field. Check the "skip initial screen" box. In the Name of Screen field section enter the following lines:
    Name of screen field:                               Value
    D_SREPOVARI-REPORTTYPE                RW
    D_SREPOVARI-REPORT                        ZPCA
    Save and transport accordingly.

  • Create report to list all computers with chrome or mozilla browser al editions

    Hi All,
    I have SCCM 2007 R3 and I need to create report to list all computers with chrome or Mozilla browser all editions. any help?
    Thanks,
    Kareem Behery

    The above one is SMS collection query. For SQL report you may try the below query: 
    query for IE 10
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
    from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName
    = "iexplore.exe" and SMS_G_System_SoftwareFile.FilePath
    like "%prog%internet%" and SMS_G_System_SoftwareFile.FileVersion
    like "10.%"
    query for IE 9
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
    from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName
    = "iexplore.exe" and SMS_G_System_SoftwareFile.FilePath
    like "%prog%internet%" and SMS_G_System_SoftwareFile.FileVersion
    like "9.%"
    query for IE 10
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
    from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName
    = "iexplore.exe" and SMS_G_System_SoftwareFile.FilePath
    like "%prog%internet%" and SMS_G_System_SoftwareFile.FileVersion
    like "11.%"

  • Report for List of Park Doc in FB60

    What Want a report for  List of Park Doc in FB60?

    Hi
    You can see the it in FBV3 and click on the list , here you can see the complete list based on the parameters entered by you.
    you can post it using FBV0.
    Anand

  • How to take unreconcilled transactions report for a date range ?

    hi all,
    How to take unreconcilled transactions report for a
    data range ?
    we have taken unreconcilled transactons from
    external reconcillation using filter option mentioning
    range of dates,But when we take print out using PLD,
    it showing unreconcilled transactions for all dates.
    But our client requires it as a standard report from SAP ?
    Our client is using SAP B1 2005B PL39.
    Jeyakanthan

    Hi
    Financials -> Financial Reports -> Accounting -> General Ledger.
    In the 'Display' dropdown select, 'Unreconciled' .
    Hope this should help you.

  • Report for list of chargeable / non chargeable materials .

    Hi,
    What is the Tcode for getting report for list of chargeable / non chargeable materials .
    Tx
    Uts

    Hi,
    Try to use t-code MB52, maybe it could help you!
    Good day
    Tao

  • BAPI For listing alternative  routing with sequence details.

    Dear all,
    I want to use BAPI For listing alternative  routing with sequence details.
    Pl' tell BAPI function Module for routing .
    Thanks.

    I am not sure ,but check with     BAPI_ROUTING_CREATE

  • Report, tcode, list or anything that contained a price unit

    HI,
    Is there any report, tcode, list or anything that contained a price unit (price unit in sales order) beside VA01, VA02 & VA03 (standard SAP) ?
    Thanks & Best Regards,
    Saiful arif

    Dear Saiful arif
    Go to V/LD, input 28 in Pricing Report and execute.  There remove the From Date range and execute.  You will get all condition types for a given customer.
    On the other hand, if you want to see all pricing conditions from sale orders, go to SE16, input table KONV and execute.
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • BAPI for posting account with special GL indicator

    Hi all, is there any other BAPI except than BAPI_ACC_DOCUMENT_POST that can be used to post unt with special GL indicator

  • Migrating from Netware to Linux - faster "sync" ?

    Hey all, Planning on doing a TransferID migration from netware 6.5 to linux this weekend and have done some trial data copies.. Main copy is already done, but the "sync" is still taking a large number of hours that I need to try and fit into a smalle

  • Usage of Standard Business Package for Project 50.3

    Hi Friends, We are mplementing Standard Package for Projects 50.3. SAP R/3 PS as backend for this package. Does any one have already implemented the same package? If so would appreciate can share their experiences? Would like to know, how much standa

  • No response when click Simulation button in MIRO

    Hello Gurus, I found a problem. In MIRO when I clicked simulation button, nothing happens. When I save the document, no document generated, but I didn't get any error message. Please help, thank U!

  • Settings for Broadcasting

    Dear all, Can anyone figure me out. How to create a broadcasting setting (i.e.., sending mail ) through process chains once the infoprovider got filled. I know there is a option to trigger it out from broadcast settings; but here i cant able to view