BEX REPORT:DATE  FIELD THROWING "X"

Hi,
       We have a report which is being executed on an infoset.The data is being pulled from ECC and SRM systems.There are primarily 2 issues with this report
1)Purchasing Group descriptions are not being pulled.Instead an abbreviation is being seen in the report.It looks like currently ony short description is being pulled.Is there a way to pull the long description/medium description for this particular infoobject "Purchasing Group ".Please advise on this  issue.
2)We have date fields, SC create date(Shopping cart),First Approval date and Last Approval date and Requested Delivery date in the report.
But the issue is First Approval date and Last Approval date fields are throwing up"X" in the report.Also,Some times ,it appears that ,the date field is being populated in the underlying ODS but in the report ,it is throwing up"X"
Also, some information on the date fields at infoobject level.
The date field is defined as a keyfigure
Type/data type is  Date
Data Type is u201CDEC-Counter or amount field with comma and signu201D
But whether it should be u201C DATS Date field (YYYYMMDD)stored as char(8) .
Please provide some resolutions to work around this particular issue.
If you require further information,I will provide it.
Thanks,
Amar

Hi Amar,
As far as 'text' is concerned, check the following changes.
-ensure that medium or long text is maintained for that field.
-in Bex, under th display tab for that field, select 'text view' as Medium length text or Long length watever is maintained. (its standard by default).
this should solve your text problem.
Regards,
Pritesh

Similar Messages

  • Load linkage error - "com/crystaldecisions/sdk/occa/report/data/Fields"

    We had installed and were using Crystal Reports for Eclpse with JBoss 4.2.  We recently upgraded to JBoss 5.1  Our crystal reports do not work from the web interface anymore.  The error we get is:
    Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/web/tomcat/service/WebCtxLoader$ENCLoader) previously initiated loading for a different type with name "com/crystaldecisions/sdk/occa/report/data/Fields"
    It looks like there might be a class conflict with JBoss jars?  Any ideas on which jars to look at would be really appreciated.  Any other ideas or suggestions on what this error might be?
    Thank you.

    Based on the supported platforms document, I don't believe that JBoss 5.1 is on the list of application servers that are supported by Crystal Reports For Eclipse Version 2.  I believe that the versions of JBoss that are supported are 4.2 and 5.  By not supported, it means that SAP BusinessObjects hasn't tested and certified against these versions.
    As for the error, I'm not sure which jar file would be causing the conflict.
    Regards.
    - Robert

  • How to change crystal report data field at runtime ?

    Hello everyone,
    I have a Crystal Report file ,which i am using to generate report for my windows form project .
    In that report i have a filed called as Quantity which data type is set as decimal, the requirement is like that the number of value those comes after decimal point that should be set according to the value which is given by the user at the run time .
    For eg: If user gives 1 at the run time then the report Qty field value set one value after decimal point. Like 12.1
    if user gives 2 then Qty field the value is 12.22 like tat  but user can give from zero to any number.. and if it is zero it should not show decimal
    Note: The main idea hear is how to change the filed in Crystal Report decimal point value by using code(or we say writing code we need to set manually as user input it will change)
    Can any body help me how to solve this issue .
    S.K Nayak

    I think you could probably make the field you see a formula field and take a parameter as the number of decimal places.
    totext converts a number to a string.
    totext({decimalField}, 2)
    That's 2 decimal places.
    You could probably substitute a {parameter} for that 2.
    If not then you could substitute an entire formula.
    To explore formulas:
    foreach (FormulaFieldDefinition f in rpt.DataDefinition.FormulaFields)
    MessageBox.Show(f.Name);
    // f.Text = your new formula
    Where rpt is an instantiated report.
    Or add another string field which you display in the column and do the calculation with the original decimal.
    Hope that helps.
    Recent Technet articles:
    Property List Editing;  
    Dynamic XAML

  • Bex Reports date problem

    Hi all,
    We have created some queries in BEX. If the date field is not containing data even in the middle of the rows, it giving error as
    "ERROR BRAIN 299
    ERROR ERROR reading the data of infoprovider
    ERROR SQL0420N Invanlid character found in a character string argument.."
    Please suggest anything.
    If you fill all the rows with some date data , it is executing.
    Please help what to do incase of no data for date fields.
    Thans in Advance!

    Thanks for quick response!
    If there is no data for other fields, it displaying as # and Unassigend.
    But for <b>date fields</b> , if there is no data, it is giving error message.
    Please help.

  • 'Report Date' field

    Friends,
    In many transactions like depreciation run etc, there is a field 'Report Date'. In SAP help, it means that it can be a period end date. However, I am unable to enter a valid date in this field many times. Can someone guide me on exactly what does this field signify and what can be the data that can be entered here.
    Thanks

    Hi,
    In report S_ALR_87011990 Asset History sheet for example the report date value is dependant on:
    Example: Fiscal Year is equal to Calendar Year
    1. You can enter the date for the last day of a period provided that this Period is open. 30/06/2007 provided Period 6 is open. If Period 6 is closed
    2. if the Previous Year is already closed then you can only run the report for end of the year 31/12/2006.
    3. If you want to run the report for a future year the you must run for end of that year e.g. 31/12/2008
    You may have to check in OB52 which posting periods are closed and open.
    Hope this helps.
    Siva

  • How bex report take data

    Hi Friends,
    We loaded data to cube it was successful,again i loaded data which was modified in source system and before loading this time i deleted the previous request.
    Now in cube only one request is there and in bex report data was reflecting correctly.
    This cube data is used in SAP BO  reporting means they built reports on cube then in their report it is not reflecting .
    i have two questions here.
    1) Apart from cube where data will be stored in bw server if it happen how to delete the complete data in bw server?
    2) how bex fetch data from cube? ( because the way bex retreaving is differ from bo report retreave)
    Pls can any one  tell me.
    Thanks in advance,
    Thanks & Regards,
    Ramnaresh.P.
    Edited by: ramnaresh porana on Dec 3, 2008 5:49 AM

    Hi ramnaresh,
                   As for my Knowledge data will be stored in two palcess , One is cube (nothing but F& E tables) Another one is PSA. But PSA data is not used for bex. So we will use only on cube data.
    Bex report will bring the data from OLAP processor,  it will bring data from data base tables(F&E). 
         once you run the query  first time it will fetch data from  data base(F & E tables)  to olap processor and copy the same data in olap Cache then send to Bex Analizer.
    second time you run the same query then it will fetch data from olap chase .
    Thanks
      G N raj

  • Dropdown list in BEx report

    Hi Experts,
    I am a portal consultant and working on presenting BI reports in Portal. While running my BI reports in portal i have encountered an error.
    Whenever I try selecting the drop down list for a field (which is set as default and mandatory) in the variable screen of the BEx report, it is throwing an error. Where as for other fields, the drop down is working fine. This is happening for many reports which have the fields which are set to be default and mandatory
    The error that is being shown is as follows:
    The initial exception that caused the request to fail was:
    java.lang.NullPointerException
    Full Exception Chain:
    com.sap.ip.bi.webapplications.runtime.DialogException: Error in rendering root for dialog "SELECTOR"
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.NullPointerException
    Hope I am clear in explaining the problem.
    Can anyone help me resolving the issue?
    Thank You.
    Regards,
    Murthy J N.

    work around, in yoru query enter a defualt value for the fied then try to use the drop down to change it, dont know the long solution you can try OSS notes..

  • Substitution for Tax reporting date

    Hi,
    I have created a substitution at document header level to change Tax Reporting date field.
    It works correctly when I enter a fixed value or another field value, but when I enter a user exit it does not work in VF11 transaction
    Which could be the problem?
    Thanks

    Dear expert
    Problems calculating tax reporting date in VF11 transaction
    user exit VF11 for accounting
    Regards
      Ajeesh.s

  • Error FF786:"Enter a tax reporting date"

    Hello,
    I have activated "Tax reporting date" field in a company. I have activated in customizing "Company code global data" Tax reporting date active field and I have loaded the 5 option in "Foreign Currency Translation for Tax Items" fields.
    Then when I use FB60 transaction I have no problems, the VATDATE field is automatically filled with the posting date. But in anothe transactions as FBCJ or VF01 there is an error that says " Enter a tax reporting date"
    Why does this error appears?
    Thank you very much
    Edited by: Beatriz Amezua on Dec 31, 2008 11:04 AM

    Hi Sameek,
    Please refer the below link. Hope it helps.
    http://scn.sap.com/thread/1435286
    Regards,
    Chandan.

  • Comparing a MaxDate with another Date field

    Hi there,
    I am trying to create a report that has  components on it, ReportDate, MaxReportDate, and JobID. I want to compare a max date with another date in my Web Intelligence report. For example, I have a field called Report Date. I have applied the Max() function to find the most recent date in the list of Report Dates. Therefore, I used this:
    Max([ReportDate]) --> MaxReportDate
    Then I want to compare the original Report Date field with the MaxReportDate and return the JobID if the ReportDate = MaxReportDate. Therefore, I used this for the JobID2 formula:
    = [JobID] where (ReportDate = MaxReportDate)
    This is not working. Am I doing somehting wrong? By the way, I am using SAP Business Objects BI Platform 4.0 Client Tools (version 14.0.2.364).
    Please help! Thanks!
    -Janice

    I did create a variable called MaxReportDate with the formula Max(ReportDate). When I test this variable, it works perfectly fine. However, when I use it to compare against ReportDate, there's where it gets tricky. 
    So it looks like the If ReportDate=MaxReportDate then JobID works. However, if I try to replace JobID with any other Measure variable, it does not return accurately. For example, say I have the following data:
    ReportDate Price
    11/30/2011  10
    13/30/2011  15
    I put it the following formula to get the price for the max report date:
    If [Report Date] = [MaxReportDate] then [Price]
    It should give me 15. Instead, it sums the numbers and I get 25.  Why is that?

  • Concatenation of Data from 4 infoobjects into a single cell in Bex Report

    Hi,
    I have loaded ODS with the description data. The source system for loading the ODS is the flat file. The ODS data should be a replica of the flat file.
    In the flat file, there is a description field corresponding to a particular ID. This Description is greater than the standard 60 char length. So, I had to split the description while loading the flat file using single line routine in the Transfer Structure.
    So, while loading different  the data, I split the description field data from the flat file into 4 infoobjects and the flat file data was loaded into the ODS.
    Now, from the reporting point of view, I need to display the entire description data from the 4 info-objects into a single cell in the Bex report.
    Please suggest a solution for this.
    <b>****Points will be awarded***</b>

    Hi Vineet,
    Thanks for the response.
    Could you please help me out with the VBA script(code) that needs to be written in the macro.
    Thanks in Advance.
    <i><b>****Points will be awarded****</b></i>
    Regards,
    Hitesh Shetty.

  • Problem in Bex report Status of Data based on multiprovider

    Hi Bi Expert,
    I am facing probelm in my bex reprot having field "Status of data"
    Report is based on multiprovider which using 3 cubes.
    Out of this three cube report showing data with cube havnig oldest date data load.
    How can I get latest one request data into my report .
    I am not using bex web template so dont give solution related to it already gone through that thread.
    using bw 3.5 version

    Hi again,
    in the table RSICCONT you find which request is in which data target. When you define the user exit variable on 0REQID, you have to go in this table and read the request with cubes names in your multi provider. In a second step you sort the request after cubes and time tamp and take the first n (depending on how many cubes you have in MP). Keep in mind: when you apply READ statement, read after Cube name
    Regards
    Aban

  • Need to add extra field in BEX report

    Hi  Experts ,
    I have a problem in bex report.
    scenario is like this--
    APD will generate the BPS Daily report on Branch, Group, Area, Region and total company levels and then exports  into a flat files stored in appserver
    and i got the requirement to change the layout of the report. The client wants to need the one field extra ie. 'REPORTS RUN DATE '
    and i am stuck here how to add this field in my report ..
    Please help me  ASAP.
    Thanks a lot in advance
    Saurabh

    hi,
    Enhance your APD and in the target add field REPORTS RUN DATE .
    Fill this using ABAP routine which populates the sy-datum in this field.
    regards,
    Arvind.

  • Date Format Issue IN BEX REPORT

    Hi Experts,
    we are working on BW 3.5.
    we have a ODS where data is uploaded through flat file and there are 5 to 7 date field all made of Z infoobjects.
    So now the user is putting the data for these Date fields as 20110901 = 1st sep2011. but in report its coming as 09/01/2011
    when i checked all the Z fields that are created for this date fields have reference character as Date
    only one field is character so it is coming correct as given by the user
    but rest all are appearing in different format . In ODS also the date is coming as 09/01/2011
    now the user want all the data to be in the same format as given by HIM.
    I cant even change the properties of these Z info object removing the reference info object 0Date and make them character string.
    so now please suggest how to upload the date given by the user as it is without changing the format and also how to change the format for the back data as its flat file so No data can be deleted.
    thankkkkkkkks

    hello
    Bex analyzer is an excel add-in. Date formats are based on your regional settings.
    If you want to have a different date format in the sap gui then you have to change your user profile in sap system.
    Flat file upload needs the date format in a database format (YYYYMMDD).
    You can transform the date in the transformation step with rules or with a routine( abap coding).
    Thank you
    Yiannis

  • Bex Report issue - transaction data of type Char not dispalyed complete

    Hi BI Expers ,
    I have one issue related to Bex reports here
    I have complete data loaded in DSO , there is one field Job Title which is having a length of 60 char . When I am executing the report in Bex Analyzer , the value for Job Title is getting truncated after 30 characters . Although full 60 chararacters are loaded in DSO  still I am not able to present them in reports .
    Can some one help here ,  whether this is Analyzer limitation or is there some setting to fix this issue .
    Regards
    Anurag

    Hi Anurag,
    Check the Output length of the object that is giving out put as 30 charecters.
    And check in Business Explorer tab option for BEx Description short, medium or High.
    Hope this helps.
    Veerendra.

Maybe you are looking for

  • Gimp VS Gimpshop?

    I am learning how to do photo editing and I am not gonna buy photoshop so please do not tell me to buy it but so should I use Gimp or Gimpshop? I have to learn an interface anyway so I figured I should use Gimpshop so that if I needed to I would be a

  • Polling Doesnt Work

    Hi, We are setting up an event polling table for our OBIEE applications.For some reason the polling doesnt happen this is the error message which we get in NQServer.log.Please Advice. 2009-08-06 09:51:45 [nQSError: 22006] Repository metadata: missing

  • Not seeing the camera access on the home screen after ios5 update. What's up with that?

    Is anyone else not seeing the access for the camera on their home screen after the update? I thought that was part of ios5.

  • Photoshop crashes when placing eps

    Hi I'm using Photoshop CS3 on a 2 x 3 GHz Quad-Core Intel Mac running 10.5.5. I have 4 GB of RAM installed and over 400 GB of space available on the HD. Photoshop frequently crashes when trying to place Quark eps files into a new document. It particu

  • PHP5 & MySQL4 & phpMyAdmin

    Hi! We have Novell SBS 6.5, a tree with 3 servers: 1. Border Manager sp1 2. GroupWise (NAT) sp1 3. WEB (NAT) sp6 - Apache 2.0.59, MySQL 4.0.26a and PHP 5.0.5. Before upgraded the third server from sp1 to sp6 we used PHP 4 with MySQL 4.0.26a without p