BEx Reporting Format Issue

Hi,
I need to create a HR-BW BEx report in the following format.
For each employee number, i need to display following 3 rows of information:
For example, for employee number: Emp1, following 3 rowd should be present.
01 Year Of Experience                                            
02 Years of service                                                
03 Years in Entitlement for annual holidays              
I am having required data is available in the InfoProvider from the source system. Can you please help me, how can i create the BEx report in the above specified format?
Thanks!
Best regards,
Venkata.

Venkata,
It is very easy to create such report.
1. Open the BEx Query Designer
2. IF you are using 7.0 you will see tabs with Filter and Rows/Colum
3. Goto Rows/ Column
4.You must be using KEy Figures for Years of Exp, Years of  Service
drag those in the rows
5. SAve the query and execute it using the BEx Analyzer. Open Query.
Ask some ones help for the Name spacing standards you follow in your organization
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30db8c61-25d3-2b10-2998-a5937f7b783d
Hope this helps.

Similar Messages

  • XI R2 To 3.1 Sp2 migration and report format issues

    Hello,
    is there a way to fix or troubleshoot report format issues after migrating to 3.1?
    We have a heavy report that the format (the way the report looks) is very important. In crytal Reports 2008 sp2 the format is OK.
    But from BOE CMC or from url reporting the report format have problems.
    Thank you
    Edited by: RUHVER BARENGI on May 18, 2010 9:47 AM
    Edited by: RUHVER BARENGI on May 18, 2010 9:48 AM

    Hi Ruhver,
    Crystal Report documents are heavily dependant on the printer driver for formatting.  If you design the report using a specific default driver than it will be dependant on that printer driver for formatting.  When you publish it to Enterprise, the same printer driver may not exist so the report will be re-formated to fit the default driver on the server, or if no driver exists, it will use an internal method to format the report. 
    Try this as a test.
    1) Open your report in the CR 2008 designer.
    2) Click on the File/Page Setup. 
    3) Select the "No Printer" option.  This tells the report to use this internal method to format the report
    4) Save this document as "Title - No Printer"
    5) Export it to Enterprise
    6) Test this report again.  Formatting should be identical in BOE vs CR.
    Keep in mind that when you change the driver in step 3, the report in the designer will re-format.  You may need to tweak the report again in order for the formatting to be as desired.
    Test this out and if you require further assistance with this, I would suggest opening a message.  This is a common issue and a support engineer could likely help you with this pretty easily.
    Hope this helps,
    Jb

  • BEX - REPORTING FORMAT - REG

    Hai guys,
    In my bex reporting i am having the master data ( EMPNO,ENAME,ESAL) . I need to print the report in the label format.
    for example :
    1001
    GIRISH
    Rs.10000
    1002
    harish
    Rs.404004
    1003
    Ramesh
    Rs.293029
    But when i tryed to display report i am getting the following way
    1001              1002             1003
    GIRISH           harish           ramesh
    Rs.10000        Rs.404004    Rs.293029
    like this, kindly suggest me to print in the output in the label format.
    i will assign points if my query solved.
    Thanks in advance.
    Giri

    Venkata,
    It is very easy to create such report.
    1. Open the BEx Query Designer
    2. IF you are using 7.0 you will see tabs with Filter and Rows/Colum
    3. Goto Rows/ Column
    4.You must be using KEy Figures for Years of Exp, Years of  Service
    drag those in the rows
    5. SAve the query and execute it using the BEx Analyzer. Open Query.
    Ask some ones help for the Name spacing standards you follow in your organization
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30db8c61-25d3-2b10-2998-a5937f7b783d
    Hope this helps.

  • Reporting format Issue .. Result  row Count Display...URGENT!!!!

    Hello All,
    Need solution for my issue in reporting,
    This is my Report format
    Date              A/c number   Kf1   Kf2 Kf3
    01.06.07            123         10    20   0
                       234          20    30   30
                       456          50    0  25
                       789           0   25   0
                       Result       80   75  55  
    01.07.07            124         10    0  10
                        134         30   30  30
                        457         40    0   0
                        788         0   25  10
                       Result       80   55  50
    Now my requirement is to display Count in the result row as
    Date             A/c number    Kf1  Kf2 Kf3
    01.06.07        123            10   20   0
                    234            20   30  30
                    456            50    0  25
                    789             0   25   0
                    Result          3    3   2  
    01.07.07        124            10    0  10
                    134            30   30  30
                    457            40    0   0
                    788             0   25  10
                   Result           3    2   3
    and to be more precise this is my requirement
    Date        Kf1  Kf2 Kf3
    01.06.07     3    3   2
    01.07.07     3    2   3    
    I made key figure Calculate Result as Count <> 0 and Calculate single value as Supress Result for each key Figure and A/c Number No display I got result like this showing all data as blank, however the rows will exist.
    Date          Kf1  Kf2 Kf3
    01.06.07                                                                               
    3    3   2  
    01.07.07                                                                               
    3    2   3
    But I need my result should be like this
    Date        Kf1  Kf2 Kf3
    01.06.07     3    3   2
    01.07.07     3    2   3   
    How can I Acheive this either by work Book Or  by Query ,
    Please help me
    Thanks for all ur support in advance
    Sai.

    Hello Boujema,
    I Created formula variable replacement path  in the same way you mentioned but this is irrespective to KF giving the Characteristic Account Number count...
    Hello All,
    please go through my requirement
    this is my report
    Date        AC no  Kf1 Kf2
    01.06.07     XXX   10  12
                 yyy   15  10
                 zzz    5   0
               result  30  22
    If I remove Ac no from this it gives me a result as summation
    Date        Kf1 Kf2
    01.06.07    30  22
    In the same way the KF should give me count of the accounts
    Date        Kf1 Kf2
    01.06.07    3    2
    But I am getting now as If I mention Count<> 0 in KF properties
    Date        Kf1 Kf2
    01.06.07     1    1
    If I place Account Number in report which I dont want to Then i will get count
    Date        AC no  Kf1 Kf2
    01.06.07     XXX   10  12
                 yyy   15  10
                 zzz    5   0
                Result  3   2
    Hope you understand my requirement and come up with any solution.
    Thanks for your help,
    Sai.

  • Bex Report formula issue

    Hi Experts,
    i have a column in my report which displays number of days the order is pending, like below
    Pending days.
    12
    24
    85
    65
    52
    I want to display an additional column where i want to display a text to it for different range of days.
    like
    Pending days...........Day range
    12............................<15 Days
    24.............................15 - 25 Days
    85.............................> 50 Days
    65.............................> 50 Days
    52.............................> 50 Days
    Can any body tell me how do i achieve this please.
    Thanks

    Hi Mo Ahmed,
    You can always implement a solution in the BI system itself.
    This would fix your issue of realising this only in the query or the report itself.
    Create a new InfoObject to include in you BI flow. This InfoObject will capture the range and the text.
    You can fill this InfoObject with a number like Sarah proposed. 0 when the value < 15, 1 when the value is between 15 and 50 and 2 when the value is > 50.
    Now in the Master Data Text table for this InfoObject, you can fill in the descriptions you want for each value.
    In the final report you just include this InfoObject's Text and you should have a solution.
    If this is not what you want, can you please provide some additional information about your reporting?
    Which BI system do you use (BI7, BW3.x, ...), what kind of reporting (BEx Web, BEx Analyser, ...), if you the possibility to modify the BI system or only reports, ...
    Regards,
    Rik

  • BEX report selection issue

    Hi,
    I need to resolve 2 issues related to BEX
    issue 1
    when I am looking for a username I need to type the exact combination of upper and lower case  letters. e.g I have JOHN in the username MD and if I type John, I don't get any result.
    issue 2
    I would like to have the full description displayed for name. currently is only showing abbrevations and key code
    how do  I change these in Query designer
    thanks

    Hi Bhat Vaidya,
    If you want the system not to distinguish capital and small letter differently, you have to make settings at the info object level.
    If you want ur sys to treat JOHN and john as same , you cannot do anything at query level for that you have to change the following settings of underlying object(characterstic object)
    First uncheck the check box of GENREAL tab of that INFOOBJECT MAINTAINCE screen it is becoz If this indicator is not set, the system converts all the letters into capital letters when you use a screen template to input values. During the load process or in the transformation, no conversion occurs. This means that values with lowercase letters cannot be updated to an InfoObject that does not allow lowercase letters.
    As you are not allowing lowercase letters while entering value into variables any characters that you type in the variable screen, are converted automatically into capital letters.
    Coming to your second query,
    For that change settings in Tab Page: Business Explorer
    Setting to be changed is
    Description BEx
    In this field, you determine the description that appears for this characteristic in the Business Explorer. You choose between the long and short descriptions of the characteristic.
    Regards,
    Rajkandula

  • Report format issue  in obiee 11g  send  through Agent

    Hi,
    I have scheduled the agent to send the report to IBM Lotus notes. I need to send the report to users in text format and not an attachement.
    The report not comming as it is,the column width is getting srinked.I noticed CSS not applying in Lotus notes.
    How can i apply css to lotus notes. can anyone please suggest..
    Regards,
    944656

    Try by setting view properties like Table or Pivot table if this is not working then attach the report to a page and set the section properties and see how it works.
    If this is not working then Notes might have trimming it ;)
    If helps pls mark

  • Report format issue in OBIEE 10g sent through iBot

    Hello Expert,
    I have scheduled an ibot report through ibot to my official mail id. We are using Lotus notes. I am sending report as a mail body so i am selecting HTML in delivery type.
    this is the report is not comming as it is , the column width is getting srinked. I have tried with to put width in Aditional formating as well. But there is not effect in the report.
    Please revert.
    Thanks in advance.
    Niraj

    Try by setting view properties like Table or Pivot table if this is not working then attach the report to a page and set the section properties and see how it works.
    If this is not working then Notes might have trimming it ;)
    If helps pls mark

  • Crystal Reports Formatting issues when exporting to Word Editable document

    Version: CR XI, I am editing a document exported from CR to Word Editable
    When exporting to a Word Editable (.rtf) document the formatting changes.  For example: lines that were drawn in the report do not come across, there  is a tab in front of each line and a carriage return at the end of each line and spacing and justification formatting are not the same.  Is there a way to export to Word Editable and keep the formatting integrity? This report was developed by a third party but I can edit it if needed.

    Pages 5 is, as an early reviewer put it, "an unmitigated disaster." Not only does it lack some 100 feautres that are present in Pages 09 (4.3), it is also VERY buggy, A quick look through these discussions will reveal a painful litany of data corruption, files that cannot be opened, lost data, and other anomalies. Links do not export reliably to PDFs, and, as you've discovered, export to .docx format is unreliable. Sadly, the best advice is to trash Pages 5.1 and use Pages 4.3 or — yes, it's come to that — Word instead.

  • Report format issue.,

    Hi all
    I have below values to create report. can anyone provide any inputs to get the format which i given below please.
    Chars:           customer, calmonth.
    Key Figures: value, quantity, total (calculated key figure already defined)
    *Expecting format:*
                             January       |                February      |                   March                           
                       value    quantity |         value    quantity  |      value      quantity    |    TOTAL  
    customer
    cust1
    cust2
    cust3
    cust4
    Waiting for any inputs.
    Thanks
    swetha

    Hi Swetha,
    Welcome to SDN  !!!!
    Put the 0CALMONTH in the cloumns (Which is on ur righthand side in the query designer) and restrict it with values Jan,Feb and March.In the default created structure put all your Key figures like quantity ,total (again on the riight hand side) and in the rows drag the customer .
    This shud satisfy your requirement.The Colmonth and KFs n Column and Customer in Rows.
    Also check the format what u want in the Query dsigner itself after u drag and dropt eh KFs and Chars,the system itself proposes the format ,just below the Column and next to Rows.Do try out this to get ur format.
    rgds
    SVU123
    Edited by: svu123 on Apr 5, 2011 8:51 PM

  • Financial Reporting Formatting Issue

    Hi Experts,
    I have 10 columns out of that
    1st column have 3 character strings
    2nd column have 30 character strings
    3rd column have 60 character strings
    And so on.... every column having different count of character strings
    I can set columns width for each one but I am looking for an option like "auto fit"(what we have in Planning web forms) to set column width for all columns of
    in my Financial Report.
    Please let me know if there is such type of option in FR
    Thanks & Regards,
    User8921306

    Hi,
    Thanks for your response... but I am looking for option like "Auto Fit"(what we have in Planning web form to formate the columns) with that we can give respective column size based on length of the string each column contains... If there is any option in FR then let me know.
    Thanks & Regards,
    user8921306

  • Hyperion Reports Format issue

    Im new to using Hypreion Reports. I am using a variancepercent function the calculation is correct, but the %format isnt being carried down the the total and subtotal line items. Im using a Descendants of (Member) (Inclusive)function and have tried inherent formatting. am i doing somehing wrong??

    <p>just  use conditional formating and add % to the cell forconditional format. It should work perfectly fine.</p>

  • Crystal 2008 for VS 2010 - Report formatting issues in viewer (extra space)

    Hello,
    We have a Windows Form application developed in VS 2010 using the Crystal 2008 for VS 2010 runtime. We are having issue with extra spaces in text objects. For example: in a report header we have an object that has text similar to this:
    This report will print a list of all Serial Numbers in the Serial Table that are missing related Serial Meter records.
    When we run it within Crystal 2008 Designer, it looks great; however, when we run it from the Windows Viewer we developed, it looks like this:
    This report will print a list of all Serial Numbers in the Serial Table that are missing related Serial Meter records    .
    The viewer places extra spaces between records and the period (.).  We also noticed it places spaces in phone numbers:
    952 -555-555
    There's an extra space between the 2 and the dash (-).
    One thing we noticed is, if you change the viewer zoom to 98%, then the extra spacing goes away.
    We just upgraded to SP1 for Crystal 2008 for VS 2010 and still the same issue. We are referencing these DLLS: CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.ReportSource, CrystalDecisions.Shared, and CrystalDecisions.Windows.Forms all version are 13.0.2000.0.
    Any help would be great.
    Thank you,
    Tyler

    Hi Tyler,
    I copied the text from your other post into a new report and changed the fonts and previewed in my C# test app and I don't see the problem.
    "We have a Windows App that we just converted to .NET 4.0 and updated the viewer to the Crystal Reports Viewer in VS 2010. When we 952-555-555 open a report that has a large block of static text in paragraphs left-aligned the spacing around punctuation is awful - there's almost a tab's worth of space between the last letter and the period. U.S. looks like US. This happens both with reports that were created in VS2008 and ones that were created in VS2010. It is only a problem in the viewer's display - if we print to a printer or export to PDF the spacing around punctuation is fine. It's also not a problem on our development workstations which are running Windows 7, but is a problem on our test servers which are running Windows 2003 Server. I ran the modules tool and found that the version of usp10.dll does match what the previous thread said it should be and it's coming from the c:\program files\sap businessobjects\crystal reports for .net framework 4.0\common\sap businessobjects enterprise xi 4.0\win32_x86\ folder. On my development machine when I run the modules tool I notice that a second instance of usp10.dll is called which is the version installed with Windows 7. We've tried changing fonts but none of the ones we've tried (originally in Times New Roman, 12, tried Arial, Times and various sizes) have made a difference. We also tried changing the print options with no improvement. The only thing that makes it slightly better is full-alignment but our customer insists that it be left-aligned."
    I threw in the telephone number also you noted in this post.
    I created a new report and copied the text above into a text object and then previewed. I then changed the fonts to various types and I don't see the problem.
    I also used Courier New because it's a fixed font layout, meaning the same letter always uses the same amount of space, and it shows just fine also.
    I've seen issues where the Video driver and screen size can affect the spacing. Usually updating the Video driver or changing your screen resolution resolves the problem.
    What Video Drivers and Monitor are you using?
    And What OS?
    Thank you
    Don

  • Powerpoint report format issue

    I am generating powerpoint from SAP Webdynpro . I am facing issue in that.
    If variable is not having any value then its font size and font face changes , this will change the fixed format which is defined in powerpoint .
    So if anybody have faced this type of problem , could you guess why it is reacting like this ??
    Thanks
    Ankesh

    Hi Thomas,
    PPTX --> Powerpoint
    Yes you are right, I am using some methods to generate PPTX file from Webdynpro.   That PPTX is having some slides which contain variables and graphs . So I am populating the varible value from my Webdynpro Application .
    So in PPTX , the variable which is having some value then it is coming fine but if the variable which is not having any values then its font size and font face changes.
    I have defined Font Face : Aerial and Font Size : 5 but on the above condition it will change it to
                            Font Face : Calibri (Body) and Font Size : 18                      
    In Application 1stly the PPTX file is unzip and XML files are created and then after filling of values those unzip files are zipped again and gives as powerpoint as output.
    I know it is very unusal type of error. I have also compared both XML file ( Before Generation and After Generation ) . They are same.
    *Impact  : If font size increases the block in which the variable is defined also increases that will lead to disturb the fixed structure of block and hence whole layout gets disturbed.*
    If any other information required do let me know
    Thanks
    Ankesh Jindal

  • Bex Report display issue

    Hi Experts,
    I have a requirment where I want to display the details of my Service Order In and Out date wise.
    Like
    Ser. Order No...............Ser. Ord Date..............................................Delivery No.................Delivery Date
    1000.................................01-02-2010.................................................123..................................03-02-2010
    I want a report which will take the date range input (01-02-2010------20-02-2010). And display a report like below
    Calander Date..............01-02-2010........02-20-2010..........03-02-2010...........04-02-2010
    ..........................................In---OutIn-OutIn-OutIn---Out
    Ser. Ord No....................1..........0..................0.........0...............0.........1................
    Please anyone help me to get the desired output. I have already posted in the forum but no body has replied me.
    If I map the 0CalDay to Ser.Ord. Date then the OUT count is getting displayed in the Out Column of 01-02-2010 itself.
    I'm totally out. Can't get any solution......
    Hope there should be some experts out here.
    Thanks

    Hi Ananda,
    Thanks for your reply,
    I tried doing this earlier and even now. When I bring the Ser ord Cr Date and Out bound Date in the Selection.
    And bring the Service order Cr Date and Out Bound Date in the Column above the No. of Records.
    By doing so, I'm unable to differentiate which one is Inbout and which is outbound.
    The output is not very clear and understandable.
    Can you please suggest me anyother alternative if any.
    Or can you please let me know how can I get the Complete Calendar Dates in the Column (For Example: 1.1.10... 2.1.10....etc) irrespective of whether I have a service order created or outbound done on that day.
    Thanks

Maybe you are looking for

  • "No list available" - Spool message  - Data Archiving

    Hi , I am facing problem in CRM Data Archiving . Now I am Archiving the Arc Object  >> PRODUCT_MD . All the parameters i have given correctly. when i execute the job, in the spool message it says <b>"No list available".</b> I thought the problem with

  • Self-assigned IP (DHCP is not getting correct IP address)

    I just moved and got my internet connection not long ago. When the installation people were there, they tested the internet connection by plugging the ethernet cable directly to my girlfriend's macbook (one of those new white macbooks). It worked pre

  • Number Format Model (Percent Sign)

    Hi all, I am hoping that someone will be able to assist me with a Number Formatting issue I'm experiencing using APEX 3.0.1. I have a report display a financial amount and a percentage column and I want to display totals for both these columns with a

  • Best export setting DV in Broadcast out?

    Hello, What would you recomend are the best settings to take in miniDV and then export back out for broadcast purposes? I shoot with a Panasonic AG-DVX100, news stories, the edit with FCP 5. I would like to export the final product to a CD rather tha

  • WebDpro Exc: ICF Service Node "/sap/bc/webdynpro/rpm/ui_dashboard/~ucfLOADI

    Error: WebDynpro Exception: ICF Service Node "/sap/bc/webdynpro/rpm/ui_dashboard_initiative/~ucfLOADING" does not Exist (See SAP Note 1109215). The error occurs when trying to access the initiative dashboard via the portal. However the all necessary