Report on PO,GR,IR in one tcode

Hi all,
is there any tcode which has all the below info,
-          Purchase Order Doc. No.
-          Order Unit
-          Price
-          GR Qu2019ty/IR No.
-          IR Qu2019ty/GR No.
-          Goods Receipt created by
-           IR posted by
I have already given the ME2O transaction.but user needs some other tcode that has all these details.
regards....

hi,
Also check ME87...
If you want more details or only details as per your requirement its better to go for SQVI query generation with the help of table EKBE which stores the PO history..
Regards
Priyanka.P

Similar Messages

  • Pass value from one tcode to another

    Hi ,
    can anyone tell me how to pass a value(say customer) from one tcode(CIC0) to another tcode VA05 tcode.
    could you please tell me at the earlist.
    Regards
    Raj.

    Use SUBMIT <NAME> ....
    Get F1 help on submit keyword , you will get the answer here
    There are many ways in which you can call a program using the SUBMIT statement, you can pass parameters to it using WITH syntax, you can use a selection-table to pass parameters. Here is a sample of both. These pieces of code call MB51 program passing a material and todays data to the selection screen and the executing the report.
    data: seltab     type table of rsparams,
          seltab_wa  like line of seltab.
    move: 'MATNR'         to seltab_wa-selname,
          'S'             to seltab_wa-kind,
          'I'             to seltab_wa-sign,
          'EQ'            to seltab_wa-option,
          '40000000'      to seltab_wa-low.
    append seltab_wa to seltab.
    move: 'BUDAT'         to seltab_wa-selname,
          'S'             to seltab_wa-kind,
          'I'             to seltab_wa-sign,
          'EQ'            to seltab_wa-option,
          sy-datum      to seltab_wa-low.
    append seltab_wa to seltab.
    submit rm07docs
            with selection-table seltab
            and return.
    This next peice is a slightly different way of doing the same thing.
    tables: mseg, mkpf.
    ranges: r_matnr for mseg-matnr,
            r_budat for mkpf-budat.
    r_matnr-sign = 'I'.
    r_matnr-option = 'EQ'.
    r_matnr-low   = '40000000'.
    append r_matnr.
    r_budat-sign = 'I'.
    r_budat-option = 'EQ'.
    r_budat-low   = sy-datum.
    append r_budat.
    submit rm07docs
           with matnr in r_matnr
           with budat in r_budat
               and return.
    Please give me reward point If it is useful
    Thanks
    Murali Poli

  • While generating reports in Oracle BI Publisher in pdf format, the generated pdf reports have hindi  इ matra displaced by one character. For example, रिपोर्ट is printed as रपेिोरट.  Word file generated of the same report have correct hindi इ  matra positi

    While generating reports in Oracle BI Publisher in pdf format, the generated pdf reports have hindi  इ matra displaced by one character. For example, रिपोर्ट is printed as रपेिोरट.  Word file generated of the same report have correct hindi इ  matra position and also pdf generated from this word file also contains the same.

  • Data from one tcode to another

    hi friends,
    is there any possible to pass data entered in one tcode to another
    eg.. i am entering header text in tcode MIRO has vehicle
    i should get this same header text in tcode MIGO
    is it possible
    thanks
    regards
    raj

    Raj ,
    process will be like this
    MIGO---->MIRO ,If u want to change the MIGO then u have to make use of user exits @ the time of MIRO u have to updated the MIGO document also which can be done in simple maner.
    Regards
    Prabhu

  • Report to display (actuals data from one cube and plan from another)

    Hi Gurus,
             I have a requirement in reporting to display actual data from one cube and plan data from a different one.
            The example below might give a clear picture of the requirement.
    rows has key figures and columns = months
    Jan |  Feb |  Mar |  Apr |  May |  Jun  ...   ....
    GrossSales
    Net Sales   
    Now if I run the report for Current month (Apr), then for the months of (Jan, Feb and Mar) i need to get the data from CUBE1   and for the remaining months (Apr thru Dec) from CUBE2.
    Similarly when i run the report next month(may), 
    then (data for Jan, Feb, Mar, Apr  from CUBE1)
    and ( May thru Dec from CUBE2)
    Any suggestions.
    Thanks in Advance
    Kumar

    Hi Henry,
         We alreadey have a multi provider which includes
    FinDat Cube(CUBE1) for actuals and Comm.Goals cube (CUBE2) for plan.
    So you suggest that we have two versions of key figure for actual and plan.
    ie. each KF will have two versions.
    actuals = (version 10, FiscPer<curr.mnth, key figure, acutals cube)
    Plan = (version 20, FiscPer>=curr.mnth, key figure, comm.goals cube)
    eg:
    Jan | Feb | Mar | Apr | May | Jun ...
    GrossSales(Act)
    GrossSlaes(Plan)
    Net Sales(Acutal)
    Net Sales(Plan)
    Correct me if I am wrong.
    the report has a lot of key figures, having two versions for each kf will be confusing.
    the user would like to see
    Jan.....| ...Feb  |..Mar |..Apr.....|  May  | 
    GrossSales   Act Value|Act.V |Act.V| PlanVal|PlanVal|
    Net Sales
    where Act.Value is from CUBE1
             Plan Value is from CUBE2
    Thanks
    Kumar

  • Drill Down reports must be selected using precisely one ledger

    hi all,
    whenever i am trying to execute the report from FGI4(report painter), this error message is coming:-
    Drill Down reports must be selected using precisely one ledger
    can you please help me with solution?
    indranil

    Hi,
    Please give ledger in the selection as 0l or 0f or press F4 & select there.If you are creating your own report then you must assign characterstic ledger to your report.On that basis system will fetch data.
    points if found useful.
    regards,
    Abhijit

  • How to export or delivery report for Excel for more than one sheet in OBIEE

    Hi Experts,
    How to export or delivery report for Excel for more than one sheet in OBIEE 11g? (Every time, I can only see one sheet.)
    Is it possibl to implement this requirement?
    Thanks.

    there are 2 oprions,
    One is have your tow report in a single compound layout of analysis and keep the report in dashboard and give report links.
    it will cath both your report.
    Suppose your analysis are different.
    Then you have the option of printing it to a PDF. on ritght top of Dashboard, Print - > Printable PDF.
    you ca export to PDF no to excel.
    mark if helps,
    fiaz

  • (Report Painter) Display differnet language in one report.

    Hi Experts,
      i want to know can (Report Painter) display differnet language in one report depends on different user login.
    like user with chinese lang login can display chinese in the report
    and
    user with english lang login can display english in the report?
    if so, please give me so intruction on how to define the description on the text.
    thanks

    may be my poor english make u guys misunderstand my question.
    actually i am talking the first Top row (which is lead column/ descrption column)
    and first Left column in a report painter.
    ====================    <---First top row
    =    <--- first left column
    =
    =
    =
    currently i am using  "change text" to type in description(english) by manual(), and the problem comes out when i login with other lang, say chinese lang for example, the column and row didn't display any text on it(all blank) after different lang login.
    so just wonder is there any way to have a auto translation when different lang login.

  • Error when linking report to stored procedure defined with one input parm

    Error when linking report to stored procedure defined with one input parameter
    The report will work ok, when the parameter is removed from the stpred procedure
    An unhandled win32 exception occurred in crw32.exe[4480]
    Stored Proc (sql server 2005)
    USE [Allegro]
    GO
    /****** Object:  StoredProcedure [dbo].[SP_Test]    Script Date: 07/08/2009 10:42:14 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER procedure [dbo].[SP_Test](@valuationmode VARCHAR(55)) as
    Begin
    select
         valuation,
         valuationtime,
         valuationmode
    from valuation
    where valuationmode = @valuationmode;
    End;

    This is an example of a stored procedure that is trying to be linked to a new report as the only datasource.
    If I remove the parameter I can create a report, however this will return all of the results of thw query to the report, rather than the desired results. If I add the parameter on the Crystal Report, the stored procedure then has to return all of the results to Crystal and then perform the filtering of records. By using a parameter in the stored procedure, you should be able to do all of the filtering as part of the query on the databse server, making this more efficient.

  • HT5002 I used Inkscape on Linux before moved to Mac. Now I am trying to install it using MacPorts, but libpixman has some problems that has been reported out there. Does any one know how to fix it without the need to use other way than MacPorts?

    I used Inkscape on Linux before moved to Mac. Now I am trying to install it
    using MacPorts, but libpixman has some problems that has been reported out there.
    Does any one know how to fix it without the need to use other way than MacPorts?

    Start with this comprehensive troubleshooting article:
    https://discussions.apple.com/docs/DOC-3521
    Look at this one for possible solutions:
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • Standard report which importe personnel number from  one server to other

    Dear Hcm Gurus.
    Is any standard report exist in SAP Which imports Personnel number from one server to other server which are maintained in Source server ,imported all contents maintained in source server.
    e.g  An employee is hired in  u201C Server Au201D and personnel number  is generated internally while we want to imports same employee data with same personnel number in Server u201CBu201D
    IS it possible ? if is kindly do help and clarify any standard report which import complete data from one server   to other server with all its infotypes.
    barket

    Hi,
    a standard way should be setting up an ALE scenario between the two systems to transfer employee data and keep them updated. This needs a bit more set up than a single report to be run but it is a common way to create HR landscapes where different local HR systems consolidate data to a centralized system.
    The other options are valid, too. But I know them more for transfering data for test or validation reasons.
    If you could add some more information to the business background of your requirement we could add give a better suggestion which solution to head for.
    Kind Regards
    Roman

  • Crystal Reports Dynamic Parameters with SAP Business One

    Okay, I've got this very strange issue with dynamic parameters in Crystal Reports connected to SAP Business One.
    Let's start with the software versions:
    - Crystal Reports 12.3.0.601
    - SAP Business One 8.8 (8.80.231) SP: 00 PL: 13
    - Windows XP SP3
    (SBO Server on Windows 2003 and SQL 2005)
    What I'm about to describe is something I've tried in several reports and for which I created a very, very simple test report to see if it was reproducible in a very simple situation.
    - I connected to a Business One server through CR's SBO connection type. Logon is successful, tables are shown.
    - I pick OCRD and plac CardCode and CardName in the details section on the report. Previewing the report shows data.
    - I create a dynamic parameter on CardCode and in the Select Expert I select the CardCode field and define that that should be equal to the parameter.
    - I preview the report again. Now it asks me in such a parameter screen for logon credentials. It shows the server and database it tries to connect to and in the username it shows the SQL Server username I used to connect to the SQL Server in the first place. However, the password for that user is not accepted. I also tried to login with the Windows administrator user and with the SBO manager user, but no success with any attempt.
    I also tried to add a static parameter and add all database values to the list. Same screen, different result:
    Crystal Reports 2008 wrote:
    Logon Failed.
    Error in File UNKNOWN.RPT:
    Unable to connect: incorrect log on parameters. (rptcontrollers.dll)
    (On a side note: the report is saved as report1.rpt)
    Anyone else got similar issues and found a solution?

    Hi,
    When you have fixed your crystal installation following the note posted earlier, please take a look at the [how to guide|http://service.sap.com/sapidb/011000358700000882232009E.pdf] and also at the [e-learning|http://service.sap.com/sapidb/011000358700001370262010E] about SAP Business One 8.8 and Crystal Reports.
    There are so called "tokens" which you need to use instead of dynamic parameters.
    Dynamic paramters don't work in SAP Business One 8.8, if they are not defined as a static paramter with token.
    Best regards,
    Darius

  • Crystal Reports background processing for SAP Business One 8.8

    Dear Partners,
    I have an SDK program developed in SAP Business One SDK that works in 2007, it calls crystal reports externally and can be executed as a background task using the windows schedular or from the command prompt.
    My problem is it does not work under SAP Business One SDK 2008 PL18 with SQL Server 2008, Visual Studio 2008.
    I receive the following message after this line in my code,"oReport.PrintToPrinter(CopyNo, False, 0, 0)".
    'CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
    Error in File XX_Report_Ver_0.01 {1A6620A2-5D73-49D2-9347-32ED068AA64E}.rpt:
    Unable to connect: incorrect log on parameters. ---> System.Runtime.InteropServices.COMException (0x8004100F): Logon failed.
    Error in File XX_Report_Ver_0.01 {1A6620A2-5D73-49D2-9347-32ED068AA64E}.rpt:
    Unable to connect: incorrect log on parameters.
       at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetLastPageNumber(RequestContext pRequestContext)
       at CrystalDecisions.ReportSource.EromReportSourceBase.GetLastPageNumber(ReportPageRequestContext reqContext)
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.ReportSource.EromReportSourceBase.
       at CrystalDecisions.ReportSource.EromReportSourceBase.GetLastPageNumber(ReportPageRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at BGProductionRpt.ECR_Common.ECR_PrintReport(Int32 CopyNo) in C:\SDK Development\8.8\test\XX_Rpt\ECR_Common.vb:line 485'
    My Question is what Crystal Reports libraries or other method should I be using ?
    Crystal Reports 2008 for SAP Business One eg. 51038978.zip - downloaded from portal obviously dosn't contain the CrystalDecisions libraries.
    Crystall Reports 2008 - cr2008_sp3_fullbuild, cr2008fp33.exe, cr2008fp33_mm, cr2008fp33_clickonce - also download from the portal, the cr2008_sp3_fullbuild does contain the crystal decisions libraries.
    Finally other choices are crystal reports included with the visual studio 2008 and crystal reports full version direct from Business Objects.
    I have tried different versions of crystal decision libraries- eg, 12.0110 or 12.02 but still no joy.
    Also if I manage to get the report to fire what should the client be running eg, if they have the Crystal Reports 2008 for Business One do they also need to install the Crystal Reports Run time - cr2008fp33_clickonce.
    Any help would be appreciated.
    Thanks.

    Hi John
    Since the SDK works in 2007 it will be using the OLD DB access method.
    Change the Crystal report to use an OLE DB datasource rather than the SAP Business One data source.
    Regards
    Rob

  • Import Crystal Reports Dunning letter as SAP Business One layout

    Hello,
    I have created a dunning letter in Crystal Reports. I want to import this layout as a layout (not a report) in Business One.
    Problem is that I don't know the parameters in the report so I can import the layout between the standard PLD layouts (like Dunning 1, dunning 2 dunning 3 dunning all etc). I tried a few but import fails everytime. You also don't get any errormessage when the layout cannot be imported.
    Anybody knows what parameters to use in this report? Thanks.
    Regards Thijs

    Hello Gordon/ Rahul,
    Thanks for yor reply.
    I already created a Crystal report that runs as a report. In this case you select the WizardName and the report will give an output of all dunning letters in this report.
    Unfortunately it is not possible to import this report because when I do that I only get the error that SAP Business One couldn't import the layout. EXporting a layout is af course not possible because only PLD layouts are available in dunning.
    Regards Thijs

  • One Tcode for excise invoice and Billing and Accounting doc no.

    Hi Sap,
    Is there any Tcode or Table to see the Sales Accounting Entries with the help of Excise Invoice number and Billing Document Number?
    I mean I want a Tcode or table to see all Excise Invoice number , Billing document Nuber as well Accounting document number in one screen.
    If any Tcode is there could you reply me,
    Regards,

    In VFX3 check if you have correctly filled up the selection screen.
    Especially "Created By" fields which gets the default value of user who is running the t-code. If you have not created the billing doc then keep the field empty.
    Also check in VF02 or VF03 if the billing doc exists.
    Either thru VF02 or VFX3 you can release the billing doc to accounting.
    There can be several reason for failure to post billing doc to accounting.
    For ex,
    1. FI posting period for the billing date is not open.
    2. Some of the GL where posting should go are locked.
    3. Account Assignment Group for the material is not maintained in material master.

Maybe you are looking for

  • Can I use 2 apple ID's in my iPhone, iPad and PC ?

    Hello Can I use 2 apple ID's in my iPhone, iPad and PC ? I will explain better my situation I had my US Apple market for 5 years I had alot of apps, music and movies I bought. the issue is i might be reloacte to Canada and I would like keep my US acc

  • Add a link in an image

    Hello, I want to create clickable area on the images. Can I do it directly in Java? Thanks for the help. Edited by: user1708164 on 3-mar-2011 7.49

  • RFC call failed: JCO.Server could not find server function 'SET_SLD_DATA'

    Hi, All the system is PI 7.0 EHP1 oraclei Win2003 server, I configured SLD but I run RZ70, having error "RFC call failed: JCO.Server could not find server function 'SET_SLD_DATA' ". I know there are lot of tread about this error, but none of themsolv

  • JAEHYLEE  (R11i PA to AR)   Invalid AR Transaction Type Passed 에러 처리

    Purpose Project에서 AR로 interface시에 Invalid AR Transaction Type Passed 라는 에러 타입에 대한 해결책을 제시 한다 Symptom After running the PRC: Interface Invoices to Receivables process, you receive the error message, Invalid AR Transaction Type Passed, on the Accounts

  • Problems trying to download iPod Software Update 2.0

    Ive been trying to download the software update for about 3 hours now, but about every 5 minutes or less i get a error saying: 'There was a problem with the iPod software for the iPod "MyName iPod". The network connection timed out. Make sure your ne