Regarding data conflict at Query Report

Hi Experts,
I have an issue like at R3 side the currency field data is showing as 9,999,999.000., when it came to BW side it is showing
data as 9.999.999,000. But in my report i need to show R3 side data only.
Infoobject is defined as currency with dec point.Can anyone let me know of how to change it to show as R3 side data.
                        Thank you.

Hi there,
Can you please check the information from the following links:
http://help.sap.com/saphelp_nw04/helpdata/en/7d/1a1e3f762cd036e10000000a114084/content.htm
http://help.sap.com/saphelp_sm32/helpdata/en/80/1a6806e07211d2acb80000e829fbfe/content.htm
It should help,
Thanks,
Diego Seben.

Similar Messages

  • Reading Archived Data Through SAP Query Report

    Dear SAP Gurus,
    My client archived their SAP data in a particular year range and all the Z reports have to modified to read these archive data. Normal ABAP reports can be modified to read the archive data without no problem.
    But there are two Z SAP query reports which should be modified the same way so it will be able to read archive data.
    What is the best method for this? Does SAP Query tool provide facility to read archive data? or do I have to append the code?
    Thank you in advance for your help
    Regards,
    Isuru Fernando

    >
    Isuru U Fernando wrote:
    > hi Manthan,
    >
    > Yes I used these FMs and read the data without any problem for normal ABAP reports.
    >
    > But SAP query report is the problem. Is it advisobale to modify the SAP query generated report source code? since it is a system generated report.
    >
    > Regards,
    > Isuru
    No, do not adapt the SAP generated report source. The reason is: every time someone re-generates the query from tx. SQ01 your changes will be lost.
    You could add the functionality Manathan gave you to add to the infoset of said query - but to be honest: in my opinion that is shooting nuclear rockets at flies. Also you run the risk that every change of the infoset (add a join/delete a join) requires adjustment of said coding you applied ... and where will you be then? Fancy repairing the same query over and over again? Try talk sense to your client - go for a Z-report here ...

  • Can we have a if condition during data selection in Query Report (SQ02)

    Hi all,
    I have a required where in need to create a query report , where in which there are two types of condition exists.
    first i input either functional location into View V_EQUI , when there is a equipment BOM exists(or when there is any entry for Equipment feild exists )  then the selected euipment should be passed to EQST else if equipment doesnot exist then the Functional location should be passed to TPST.
    Now that I created a query report with base table as V_EQUI and joined it with EQST and whenever the equipment feild has a entry , it passes the equipment to EQST and works fine.
    Now for some Functional location there is no equipment feild that exists for these base table is V_EQUI now when there is no entry for equipment , the functional location should be passed to TPST.
    Now I would I achieve that.
    Can I put a if condition to check on if equipment is initial then select X Y Z from tpst where fl = v_equi-fl.
    Regards,
    Raj

    x

  • Regarding Data Base Select Query

    Hi All,
              I want to extract the data from data base into my internal table
              by not giving the exact value but the pattern.
              Ex) I want to select the vendor starting with patter '12*'
                    from LFA table in my internal table.
              Which select Query I should use for getting the
              Vendor No. starting with pattern '12*' ?.
              Points will be rewaded.
              Thanks in Advance.
    With Regards
    Jitendra Gujarathi.

    Hi jitendra,
    1. simple
    2.
    select * from lfa1
    into table lfa1
    where lifnr  like '12%'.
    regards,
    amit m .

  • Regarding Date format in ALV Report

    Dear All,
                  In ALV Reoport I have inserted Field BSTDK table VBKD by comparing vbeln my Date is getting displayed, but Problem is that  i want my date in this format for ex: 29.10.2008 but it is diaplaying as 20081029. this is an ex. same is repeating for all the dates against respective vbeln. 
    code as follows.
    LOOP AT GT_OUT1.
       SELECT SINGLE BSTDK INTO GT_OUT1-BSTDK
             FROM VBKD WHERE VBELN = GT_OUT1-AUBEL.
         MODIFY GT_OUT1.
    ENDLOOP.

    Moderator message - Please see How to post code in SCN, and some things NOT to do... before posting (date question) - post locked
    Rob

  • Display Current/System date in the Query

    Hi,
    Can any one tell me how i can display the current date or system date in Bex Query/report. I tried to use "0DAT" SAP exit as the key date in the "General Properties"... this helps me to execute query based on a Key date, but does not display the date. Can any one tell me, how I can use the current date in my query for some calculations and how I can display the current date.
    Thanks

    Hi Tanu
    If you want to see the query run date along witn query properties in the report output ( after you execute the report).. then go to "Layout".. (please check for Icons) >display text elements> all. ( This is if you are in BW 3.5).. if you are in BI 7.0, then simplay click on information and you will see all the details
    I see you are asking for some calcuation's also.. for that you should see what date fields you have in the backend cube/dsou2026
    Hope this helps
    Thanks
    Kalyan

  • Query Report:To Retrieve Data from A/R Invoice and A/P Invoice

    Hii Experts,
          I am a new Sap B1 Trainee.I am facing a problem when retrieving data from A/R Invoice and A/P Invoice in order to track
    Expenditure and Revenue according to a Bussiness partner,
    I am using union to retrieve the information,but it is saying a error that  Error Converting Varchar to Numeric and also
    i would like to know how can i show the total final payment by reflecting Downpayments in A/R Invoice and A/P Invoice
    With Regards
    Cherry.

    Hii.
    My Sap B1 version is 8.8.1 and patch level is 20. Actully i need a scenario where i can able to show both Expenditure and Revenue of a particular bussiness partner and profit/loss in a single query report.
    I need some tips regarding this,When i am doing union i am getting conversion error converting varchar to numeric when i take
    Sum(Line Total) from OINV and Sum(line total) OPCH group by docdate and docentry and BP .
    and another scenario is how to deduct A/P downpayment or A/R downpayment from A/P invoices and A/R invoice to get the final Revenue and Expenditure ..
    Thanks & Regards
    Cherry

  • Download data from query report

    Hi All,
    I m in a situation where i need to download the report output into an Excel sheet and program needs to run in background.
    This is a Query report.
    It will be better If anyone can suggest me other then changing the code of Query reoport.
    Thanks,
    Sagar

    Hello Sagar,
    First Create One Program in SE38 like normal program.
    which is below:
    Data:    QUERY LIKE  AQADEF-QUNAME,
             USERGROUP LIKE  AQADEF-BGNAME.
    CALL FUNCTION 'RSAQ_QUERY_CALL'
      EXPORTING
      WORKSPACE                         = ' '
        QUERY                             = 'ZXYZ'    " your query Name
        USERGROUP                         = 'ZUSRGRP'        " your User Group name
       QUERY                             = 'FUELREPORT'    
       USERGROUP                         = 'PMTEST'
       DBACC                             = 0
       SKIP_SELSCREEN                    = ' '
      DATA_TO_MEMORY                    = ' '
      FREE_SELECTIONS                   =
    IMPORTING
      REF_TO_LDATA                      =
      LISTTEXT                          =
      LIST_ID                           =
      PROGRAM                           =
      USED_VARIANT                      =
    TABLES
      SELECTION_TABLE                   =
      LISTDESC                          =
      FPAIRS                            =
    EXCEPTIONS
      NO_USERGROUP                      = 1
      NO_QUERY                          = 2
      QUERY_LOCKED                      = 3
      GENERATION_CANCELLED              = 4
      NO_SELECTION                      = 5
      NO_VARIANT                        = 6
      JUST_VIA_VARIANT                  = 7
      NO_SUBMIT_AUTH                    = 8
      NO_DATA_SELECTED                  = 9
      DATA_TO_MEMORY_NOT_POSSIBLE       = 10
      OTHERS                            = 11
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    then
    see the final table of your report and use GUI_DOWNLOAD function and pass your all parameter.
    In case any problem Let me know.
    Have a Nice Day.
    Certain appreciation is welcome.
    Regards,
    Sujeet

  • Data discrepancy between Webi Report and same Query fired on SQL Server 2k5

    Hi ,
    We are facing an issue in BO XI R2.
    We need to run a Webi report in which negative values for forecasting data for year 2011 and 2012 should be displayed.
    When we are running this report for negative values, we are getting message u2018There is no data corresponding to this queryu2019.
    Then we tried executing the same query on Database. Here at db level we got the correct required result.
    So now we are not able to find the reason for data discrepancy .
    Why the same query generated by Webi is providing correct data when fired on reporting database and not when running the Webi Report.
    Checklist we have gone through for this troubleshooting is-
    -Connections of Universe (Is universe pointing to same database or not)
    -Any filter condition present at universe level and at report level.
    Could anyone please help on this.
    Regards,
    Vaibhav

    Vaibhav,
    Have you tried the following when you are in WebI: go under the Edit Query panel, click on the "SQL" icon, and review the query that is getting generated?  At this point you can also click on the "copy" option, then paste this query into your SQL application analyzer and run to see what results are generated.  To me, it sounds like the portion trying to generate the "minus" sign might be getting tripped up causing the disconnect....
    Thanks,
    John

  • Setting pl/sql procedure as the data source in a Report Query

    Is there a way to set PL/SQL as the data source in a Report Query? we want to
    able to use the ReportQuery function and query results returned by a PL/SQL procedure.
    thanks

    Not exactly sure what you want to do, but on a ReportQuery you can set either a StoredProcedureCall, or an SQLCall.
    query.setCall(new StoredProcedureCall(...));
    query.setCall(new SQLCall("begin; my_proc(); end"));
    Now, a stored procedure in Oracle cannot return a result, so using a ReportQuery which requires a result may not make sense.
    You could instead use a DataModifyQuery.
    If you return results through output parameters (you must use a StoredProcedureCall for this) you could use a DataReadQuery or a ReadAllQuery/ReportQuery if you wish to build objects from the data.
    James : http://www.eclipselink.org

  • " Query regarding Data transfer from Bi to BO Tool "

    Dear Friends,
                       I am having a query. I have  created a Info-cube and established the universe on the top of the Info-cube.The Dat is coming in the Bi system. When I created a new Webi-report the Data from the ino-cube in the universe is not reflecting the Webi-report .
                         Can anyone tell me the solution for the Data Load in the Webi-report .

    Hi,
    There are two ways to design universe on top of cube/Query.
    1)Olap Universe :Please go through by below link for how to create mdx universe.by this way create one connection and select cube or query and by default designer will replicate cube/query in the universe.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/903a7fc7-19e8-2d10-fa95-b050de946b61?quicklink=index&overridelayout=true
    2) Create Data federator project on top of Cube and then design universe.
    To pull data in the webi report create universe then  select objects and run the query.If data is available in the cube or query that will come in the webi report.
    I have already said webi report pull data at run time.there is no need or no way to load data in the universe or webi.
    Design a universe and create  webi or deski report on top of universe.
    For more information you can search on net can be found documents how to create report.
    Hope this helps you.
    Thanks,
    Amit

  • Regarding Date format in Reports.

    Hi All,
    I want to change the Date format in BEx reports. Currently I am getting MM DD YYYY. But I need it as DD MM YYYY. I had gone thru numerous posting on this issue. I changed the Date Settings in SU3. But still I am not getting the Date in correct format. Is there any other place that I have to correct the Date format???
    Regards
    Jay

    Jayanth,
    I feel in your case, going to the System (in menu)-User Profile-Own data then, you get, Maintain user profile. Here you have the option of Maintaining, Date format.
    Hope this helps....

  • Querying / Reporting on Install Date of Office Applications

    I am trying to create a query/report that looks for recently installed applications that require extra licensing costs from Microsoft, including Visio and Project.  I've made some really good reports for what applications are installed on what machines,
    but where everything breaks down is the install date.  Since Office applications are patched monthly, the install date reported by our inventory changes each time the applications patch.  This gives me reports that seem to think that hundreds of
    users have installed these applications in the last month.
    The install date in both the Installed Software and Installed Applications classes shows the date of the last update installation, not the original installation.  
    On sample machines, Programs and Features shows the correct original installation date, but I can't find where that date is coming from.  I have checked HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall, HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall,
    and HKLM\Software\Classes\Installer\Products, and the install date shown is the date the application was last updated.
    Any ideas on how to collect the correct install date by expanding my hardware inventory?  Or create a better query to use the data I have, possibly the History classes?

    On a single test machine, I found a match, for the date displayed in "Installed Programs" vs. "Installed Updates"
    This string/value seems to have the correct date (but it could be complete coincidence).
    I theorised that the date against this specific Office Setup component, could be static (but who really knows. it's just a guess on my part.)
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90150000-0116-0409-1000-0000000FF1CE} | InstallDate
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • How can i query report between date item

    Hi All,
    my report query like this
    </code>
    SELECT PROJECT_STATEMENT.PROJECT_STATEMENT_ID,
    PROJECT_STATEMENT.CREATE_DATE,
    PROJECT_STATEMENT.DOC_NO,
    PROJECT_STATEMENT.LISTS
    FROM PROJECT_STATEMENT
    WHERE TO_CHAR(PROJECT_STATEMENT.CREATE_DATE) BETWEEN TO_CHAR(:P3341_START_DATE)AND TO_CHAR(:P3341_TO_DATE)
    AND PROJECT_STATEMENT.CATEGORY_BUDGET = 2
    AND PROJECT_STATEMENT.STATUS = 1
    AND PROJECT_STATEMENT.BUDGET_TYPE = 8
    </code>
    i try to select date from 2 item is start date and stop date with this query but it does't work how can i do this? please help me...
    my APEX Version is 4.1 and oracle 11g
    Edited by: 963456 on 5 ต.ค. 2555, 8:11 น.

    Hi,
    Try this
    SELECT PROJECT_STATEMENT.PROJECT_STATEMENT_ID,
      PROJECT_STATEMENT.CREATE_DATE,
      PROJECT_STATEMENT.DOC_NO,
      PROJECT_STATEMENT.LISTS
    FROM PROJECT_STATEMENT
    WHERE PROJECT_STATEMENT.CREATE_DATE  BETWEEN TO_DATE(:P3341_START_DATE,'<fmt>')
      AND TO_DATE(:P3341_TO_DATE,'<fmt>')
    AND PROJECT_STATEMENT.CATEGORY_BUDGET = 2
    AND PROJECT_STATEMENT.STATUS = 1
    AND PROJECT_STATEMENT.BUDGET_TYPE = 8Where &lt;fmt&gt; is the Date Format Mask of the two page items.
    Converting dates to varchar2 and then comparing them is not the way to do it.
    Cheers,

  • Is possible to see group currency data in SAP provide report or query ?

    Dear experts:
             Is possible to see group currency data in SAP provide report or query for Assets. When the Depreciation area currency is different with the group currency?
    My SAP version is ECC 6.0.
    Depreciation area currency: USD,
    Company code currency: USD,
    Second local currency: Group currency(TWD)

    You must have defined an additional dep area for group valuation too.
    then only you can get the asset values in TWD curency.

Maybe you are looking for

  • LE_SHP_DELIVERY_PROC BAdi implementation - capture delivery item change

    Hi Community Members, I am recently working on enhancement which is going to forbid quantity changes for delivery line items if corresponding PO line item is blocked or deleted. To do this I want to use BAdi LE_SHP_DELIVERY_PROC (Enhancements in Deli

  • Unable to get SSL + Tomcat working correctly

    Hi All, Issue: Enabled SSL on Tomcat. First HTTPS request to JSP works, all HTTPS requests to JSPs after the first request fail (sever not found - page cannot be displayed error). The error does not get logged in the log files. The same JSPs work fin

  • Can i get old power adapter change over to suit new mac pro

    I have bought a new MacBook pro and it has a different power point head to my thunderstruck display outlet

  • Upgrade 10.1.0.5 database to 10.2.0.4

    I am in the process of wanting to upgrade the Repository database from 10.1.0.5 to 10.2.0.4. I already upgrading the oms and agent to 10.2.0.4. Someone told me it is like upgrading a regular database to 10.2.0.4 but I have not done a upgrade from 10g

  • Aperture 3 Bug Fix

    Aperture has a bug fix that is along the lines of many of the suggestions, removing the ProAppsSystemID file then re-entering both the new number and the previous installation number. This leads me to wonder if my problems are partly caused by having