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.

Similar Messages

  • 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.

  • Publishing BEx Reports as PDF or Excel Format into a Folder

    Hi,
         Current Environment: BW 3.5;  Portal:None
        We are currently broadcasting BEx Reports (BW 3.5).
    a) Is there a way in which we can publish these reports into a Network directory or a folder of an application server either in the Excel format or PDF Format?
    Solutions looked at:
    ---RSRT allows us to publish in .txt file. There is some amount of work involved in getting it converted into a PDF Format. 
    --Looked at the solution for the development of wrapper class for Adobe Document services.
        Are there any other solutions? Any ideas would be appreciated.
    Thanking in advance.

    Hi,
    Here we have a scenario where we are using BO(Business Objects) reports.
    All the roports sent to Users and are saved at the local directories.
    At the back end BO reports use the BEx query output.
    All the reports are scheduled and are fetching data from BW system after the data load completes.
    Hope this helps.
    Regards,
    Tulasi

  • I Need to change Date Format in BEx report

    Hi Experts,
    i Need display with required values with following symbols in BEx report # and Date format change as per client requirement. Without any VB Code.
    Let me know solution for this.
    By
    ANR

    My actual requirement,
    by default date format display in BEx Reports MM/DD/YYYY fomat, but i want change DD/MM/YYYY format without using any VB macro and also instead of displaying "#"  i need display "0" (Zero).
    let me know the solution.
    by
    ANR
    Anybody ....
    Message was edited by: ANR

  • Change date format in BEx report

    There is a date field in report which is character type.
    ZCOMDAT - compensation date (CHAR 8)
    The output of this file in report is YYYYMMDD (20110422) format which is char
    This should be converted to 22-APR-2011 in BEx report.
    This object is used in many reports but only in this report it should be converted.
    How can this be achieved?

    Hi akshara,
    Apart from the above mentioned approaches i have one strange solution . You might want to consider this .
    You said you have an infoobject ZCOMDAT of type char(8) .
    Proceed like this :
    1) In the infoobject maintain medium text for this . Insert this characteristic as an infoprovider .
    2) Now since this infoobject will have the dates in the master data and hence in /BIC/PZCOMDAT table .
    Create a generic datasource on this table : /BIC/PZCOMDAT .
    Now create a transformation between this generic datasource & the text master data of ZCOMDAT.
    map date and objvers to the text in the transformation .
    And write the following routine at the field level :
    If SOURCE_FIELDS-OBJVERS = 'A'.
    year = SOURCE_FIELDS-/BIC/PZCOMDAT+0(4).
    mon = SOURCE_FIELDS-/BIC/PZCOMDAT+4(2).
    dd = SOURCE_FIELDS-/BIC/PZCOMDAT+6(2).
    if mon = '01'.
      mth = 'JAN'.
    ELSEIF mon = '02'.
      mth = 'FEB'.
    ELSEIF mon = '03'.
      mth = 'MAR'.
    ELSEIF mon = '04'.
      mth = 'APR'.
      ELSEIF mon = '05'.
      mth = 'MAY'.
      ELSEIF mon = '06'.
      mth = 'JUN'.
      ELSEIF mon = '07'.
      mth = 'JUL'.
      ELSEIF mon = '08'.
      mth = 'AUG'.
      ELSEIF mon = '09'.
      mth = 'SEP'.
      ELSEIF mon = '10'.
      mth = 'OCT'.
      ELSEIF mon = '11'.
      mth = 'NOV'.
      ELSEIF mon = '12'.
      mth = 'DEC'.
      ENDIF.
    CONCATENATE DD '-' MTH '-' YEAR INTO RESULT.
    CLEAR:DD,MTH,YEAR.
    endif.
    After this load the the data . Now your text of this object will be having the date required in your format.
    3) In the query level display text for this infoobject .The date will appear in the format as you desired .
    You have to include the above flow in a process chain .
    Using the above method will not effect your query performance also as the calculation are happening during loading .
    Hope the above reply was helpful.
    Kind Regards,
    Ashutosh Singh
    Edited by: Ashutosh Singh on May 21, 2011 9:43 AM

  • Bex Report front end formatting takes more time

    Hi,
    We are using a Bex report (BW3.5) which containts more than 80 columns with lot of RKF & CKF.
    The report takes 20 to 30 mins to execute and taking more than 45mins for formatting.
    Is there any method to bring down the formatting time.
    Pls note that modelling of the report cannot be changed as it is the requirement of the users.
    Guru.

    45 min for formatting ?
    What kind of formatting ?
    Formatting at workbook level ?

  • BW Macros for Advanced Formatting of BEX Reports

    Hi BW Gurus,
    Would like to bring to ur attention for a small solution which i have proposed for SAP Tech Ed. As a BW consultant, you would have come across a situation where you had to decide a reporting tool that was flexible, reliable, user friendly, less expensive and that can be used with less training but still have all the features of Excel.
    Topic : BW Macros for Advanced Formatting of BEX Reports
    Abstract : The workshop will help you to provide advanced formatting with Bex Reports. You will also learn how to add and retain Formats in Bex reports with BW Macros. Advanced formatting includes retaining of formats with excel shawdow boxes, automatic print settings, comments, hiding rows or columns, adding calculations, changing color, maintaining report titles. etc.  The solution will help the business users/ power users to maintain different formats of a report without going for any 3rd party tools like Crystal or Business objects. As most of the business users are familiar with Excel, it would be easy for them to maintain or change the reports rather depending on IT for each change.
    For additional details please have a look at this
    http://www.netsaptech.com/sdn/BWMacrosforFormatting.pdf
    If you feel that this presentation is going to help you dont forget to vote the presentation at sdn.sap.com for SAPTech Ed 2006 - Las Vegas.
    For details on how to vote click the below link.
    http://www.netsaptech.com/sdn/sdn.htm
    Bio of the Author.
    http://www.netsaptech.com/resume/MMDinesh_Org.doc
    Regards,
    Dinesh Mukundu

    HI ,
        Can you please send me the link where  I can see the material  for formatting of BEX reports...
    I tried opening the link which u had sent i your post but it is not opening....
    thanks,
    Nip

  • Formatting BEx report through Macros

    Hi Experts,
    We have a BEx report in BW 3.5 version. We have tried all sorts of formating at BEx level but are not able match the requirement. However we are able to match the requirement through Macros.
    I wanted to know whether we can incorporate the Macros code permanently so that whenever we run the report, we get the formatted output through the Macros code. The functionality should be able to handle data changes in the report too.
    Please suggest.
    Regards and Thanks,
    Vivek Das Gupta

    Hi,
    Crystal Reports has a hierarchical reporting functionality.
    see my blog on this :
    /people/ingo.hilgefort/blog/2008/02/07/businessobjects-and-sap-part-i
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    /people/ingo.hilgefort/blog/2008/02/27/businessobjects-and-sap-part-3
    /people/ingo.hilgefort/blog/2008/03/23/businessobjects-and-sap-part-4
    /people/ingo.hilgefort/blog/2008/03/24/businessobjects-and-sap-part-5
    the text variables would not come clean to Crystal Reports and you would have to create the column headings in Crystal Reports - which can be done very easily.
    hope this helps
    Ingo Hilgefort

  • Bex Query Exception Not Appearing In Bex Report

    I have a created an exception in a Bex Query and built a report using the Bex Report Designer. But the exceptions that work fine in the query dont seem to work once I've embedded the query in a report. Is this right? is it not possible to use exceptions in a report or do I need to turn something on etc?
    Any help much apreciated.

    Hi Joel,
    Pls refer the OSS # 331772 reg. this limitation. Exceptions if applied will not be dynamic in RD.
    Report designer is a flat structure. You cannot collapse or expand the static columns. Hence, Conditions/Exceptions are not supported in Report Designer. You may try alternatively in WAD. It will surely work in WAD for formatted web based reports.
    Thanks,
    Arun Bala

  • Bex Report Designer is not previewing changes in QA

    Hi All,
    Please help... i am getting an unusual problem with bex report designer. I have created a bex report using report designer. This was then transported in to QA. In QA i opened my created report using report designer and clicked the print version button to preview the report in PDF format. This all worked correclty, however i noticed a spelling mistake in one of the custom text fields i am using.
    So i put the report in a transport in dev, made the changes in dev and previewed in dev. Everything is ok here and i can see the change i made.
    After this i transported the report to QA and when i open the report in report designer to preview the data i can see in design mode that the custom text field does HAVE the change i made so it is correct. The problem i am getting is though when i preview to see in PDF format the image i get is of the old preview with the spelling mistake.
    SInce i have made more changes and i can see the changes in DEV and in QA in design mode but when i preview it shows me the old image from the 1st preview.
    Please can anyone shed any light into this issue.
    Kind regards
    Forhad

    Refreshed the JAVA server resolved issue

  • BEx report issue on setting offset value

    Friends,
    I have got a Bex reporting requirement as follows.
    Given a Calendar week I have to show data for 5 Key figures for the next 3 calendar weeks.  For ex: if I enter 05/2006 I have to show data for 05/2006, 06/2006 and 07/2006. 
    I thoght of using the Off Set parameter for all the Key figures, and for testing I did for 2nd set of Key figures with off set (1)..but these key figures are not showing any data.. Is it I am missing anything here ??
    Please comment if you have any better thoght of doing this..
    Thanks
    Mavi

    Hi,
      The format of period you gave refers to month i believe. If it is right, check the offsets once again. If the user enters fiscal year period, it should be converted in to week period using an customer exit variable(if you don,t have 0CALWEEK) and set offsets.
    Check this link, you may get some idea from that.
    Re: Aging Report

  • Issue with Bex report - key Figures not populating correctly.

    Hi Experts,
    I am facing an issue with a Bex report. There are three key figures of data type DATE having "Dec - Counter or amount field with comma and sign" datatype. After executing the query, in the report, for some sales documents the key figure fields are coming as 'X' and rest others are coming correctly in the date format as mm\dd\yyyy.
    When i check in the cube, these key figures shows values in decimal format and not in date format. The conversion is happening during execution.
    Pleas show me some light on how to identify the cause of getting 'X' for some Sales documents in the report eventhough some are coming correctly.
    Thanks,
    Anamika
    Edited by: Anamika Soni on Mar 12, 2010 10:48 AM

    Hi,
    The infobject has been defined with datatype "DATE" only. It has also been mapped from datasource to infocube correctly as these key figures are populating correctly for some of the sales documents in the report. It is not like that for all the sales documents the key figures are not converting properly.
    Some Sales documents are not converting into the date fields but for some conversion happens properly in the BEx report. This is the issue.
    Please guide accordingly.
    Many thanks,
    Anamika

  • Using Report-to-Report Interface (RRI) in BEx Report Designer?

    Dear experts,
    I would like to know if it is possible to use Report-to-Report Interface in BEx Report Designer?
    From what I read from this article
    [(Creating Formatted reports using BEx Report Designer)|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00ae5173-6112-2d10-d78f-e7779d269f25?quicklink=index&overridelayout=true], the RRI capability of query is not supported in BEx report. So is it true? And are there any workarounds to enable/emulate RRI capability in BEx Report?
    Thanks in advance.
    Regards,
    Joon

    Hi Joon,
    It is possible to make RRI in BEX Report Designer by using Transaction Code - RSBBS .
    Here you need to give the Target Query and Source Query names and than you can easily connect two reports or two levels of same report.
    For further step wise description please check the below SDN document :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607e63d5-b56f-2c10-718f-8e33a08baa89?quicklink=index&overridelayout=true
    I hope this document helps to sort out the queries.
    Regards,
    Akanksha

  • CPU usage while running Bex report

    Hello,
    Sometimes, when I run a Bex report with many lines the computer CPU Usage is 100% (=full ) for a long time. In some cases i need to do restart again for the computer.
    In the WAD  it doesn’t happened...
    Did anybody have the same problem? Is there a way to reduce the CPU usage?
    Please Advice,
    Amir

    Amir,
    This is "normal" behaviour in Bex with query's which return very long lists. The client computer already received all data, but is formatting the layout.
    Solutions:
    1) a faster pc with enough memory (512 mb) and win200 or >.
    2) a query with less return rows.
    The reason that in wad (web reporting) this is not experienced is because the formatting (rendering html) from the result table is done within the WAS (application server, which is hopefully faster then your PC...). Your browser only receives the html page..no exotic hardware needed for that..
    Any questions left: please ask; if you're satisfied please grant with rewards.
    Kind regards Patrick Rieken.
    Message was edited by: Patrick Rieken

  • How to list past data in Bex report

    Hi Expert,
    I have one question.
    business want to list past 24 month history and future value in the Bex report of  the BPS.
    the format as follow
    Cal. year / month               2010.06  2010.07 ........
    Budget Current
    Budget Current Value
    6 month moving avera
    Fcst for Release
    Demand Y-1
    Demand Y-2
    the Demand Y-1 stands for from 07 2009 to 06 2010
    the Deamnd Y-2 stands for from 06 2009 to 07 2008.
    for the above two key figure, I have set as restrict key figure and make a offset , but when I execute the report as calendar month from 06 2010 to 05 2011, the system can not list the past histy.
    do you have any good solution for this requirement?
    Thank you in advance!

    Hi,
    Use Cutromer Exit Variables and do it. see the hlpe on Exit code in below url
    http://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Thanks
    Reddy

Maybe you are looking for

  • Sale Order MRP Run for All Order Line Items

    Greetings...                  I have One Sales Order , in which i have ten different Line Items . Now I have to Run the MRP on basis of Created sales Order so that all Line items wi get consider insingle MRP Run on sales order base MRP Run. How to ta

  • I cannot edit/navigate the number on dialer

    hi everyone, this is very annoying thing in the iphone. Even a simple basic mobile has this feature. Once you dial a number and if you want to edit it like you want to add the 0 or the country code at the beginning then apple won't allow user to do i

  • Xsl:import and xsl:call-template errors for xslt in mediator (ORAMED-03601)

    Hello, I decided for performance issues with bpel execution to use a mediator instead. In my requester i have a mediator that justs recieves an xml message, uses an xsl transformation (version 2) on that message and then sends it to the EBS. The xsl

  • Adding a custom field to T510W table

    Hi friends we have a requirement in which we have add ZZTRFGR Pay group to t510w table by appending structure. Now How can we populate value to it? as the standard V_t510W does not allow to customize it . so now in the table ZZTRFGR field is remainin

  • Htmlloader flash content blank popup max OSX

    Ok this is driving me crazy if anyone has any ideas I'd really appreciate the help.   I have a flex app that loads some external pages with an htmlloader.  Whenever there is flash content on those pages a blank (all white with minimize, maximize, clo