"Layout report"

Hi all.
Have you know for design tool layout report ?
help me!
Thank you very much!

HI,
SELECTION-SCREEN BEGIN OF BLOCK B3 WITH FRAME TITLE TEXT-003.
PARAMETERS P_LAYOUT TYPE DISVARIANT-VARIANT.
SELECTION-SCREEN END OF BLOCK B3.
INITIALIZATION.
*--Initialize
Initialize to default layout if one exist.
WA_VARIANT-REPORT = SY-REPID.
WA_VARIANT-USERNAME = SY-UNAME.
CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET'
EXPORTING
I_SAVE = C_ALL
CHANGING
CS_VARIANT = WA_VARIANT
EXCEPTIONS
WRONG_INPUT = 1
NOT_FOUND = 2
PROGRAM_ERROR = 3
OTHERS = 4.
IF SY-SUBRC = 0.
P_LAYOUT = WA_VARIANT-VARIANT.
ENDIF.
On value request for varaint
AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_LAYOUT.
DATA: TL_DYNPFIELDS TYPE TABLE OF DYNPREAD,
WL_EXIT TYPE C,
WAL_VARIANT LIKE WA_VARIANT,
WAL_DYNPFIELDS TYPE DYNPREAD.
Get values from the selection screen to determine layout set
WAL_DYNPFIELDS-FIELDNAME = 'P_LAYOUT'.
APPEND WAL_DYNPFIELDS TO TL_DYNPFIELDS.
CALL FUNCTION 'DYNP_VALUES_READ'
EXPORTING
DYNAME = SY-CPROG
DYNUMB = '1000'
TRANSLATE_TO_UPPER = C_CHECK
TABLES
DYNPFIELDS = TL_DYNPFIELDS.
Get the variant (we have only 1 entry)
READ TABLE TL_DYNPFIELDS INTO WAL_DYNPFIELDS INDEX 1.
IF SY-SUBRC EQ 0.
WA_VARIANT-VARIANT = WAL_DYNPFIELDS-FIELDVALUE.
ENDIF.
WA_VARIANT-REPORT = SY-REPID.
WA_VARIANT-USERNAME = SY-UNAME.
Invoke function to provide drop down entries
CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
EXPORTING
IS_VARIANT = WA_VARIANT
I_SAVE = C_ALL
IMPORTING
E_EXIT = WL_EXIT
ES_VARIANT = WAL_VARIANT
EXCEPTIONS
NOT_FOUND = 1
PROGRAM_ERROR = 2
OTHERS = 3.
IF SY-SUBRC IS INITIAL.
IF WL_EXIT IS INITIAL.
P_LAYOUT = WAL_VARIANT-VARIANT.
WA_VARIANT = WAL_VARIANT.
ENDIF.
ELSE.
MESSAGE I208(00) WITH 'No layouts found'(022).
ENDIF.
FREE: TL_DYNPFIELDS.
http://sap.ittoolbox.com/code/archives.asp?a=s&d=3619
http://www.sap-img.com/abap/use-simple-alv-functions-to-make-reporting-easy.htm
Reward Points if found helpfull..
Cheers,
Chandra Sekhar.

Similar Messages

  • Apex 4.0 Paper Layout Reports

    Hi All,
    I'm exploring Oracle Apex for the first time. I have just downloaded Apex 4.0 and would like to see if I can create a paper layout report. For example I would like to produce a Profit & Loss statement as well as a Balance Sheet from my existing database tables.
    I have done something similar in Oracle Reports 6i some years ago.
    In Apex I have managed to create an interactive report as well as a SQL report. However, these don't look anything like a plain A4 report. I'm guessing this is possible with Apex ?
    Do I need to change the default theme for the page I have created ?
    Any hints will be much appreciated.
    Thanks
    Billy

    Hi Tony,
    Thanks for the prompt reply.
    I have had a quick look on the net about your proposed solution to use cocoon. Although, it seems as though this may work it appears to be quite a tedious way to go from a user point of view.
    As for BI Publisher, it's quite expensice the last time I looked.
    I would have thought Oracle Apex could do something so basic out of the box. Maybe not !
    Thanks
    Billy

  • Print Button in paper Layout reports

    Hi All,
    I have created a paper layout report with desformat = html.Its working fine.
    Now my requirement is to print the report after the report is displayed on the browser.
    Can I keep print button in reports ?
    Please suggest me a solution.
    Regards
    Srini

    Add some javascript to your report to submit the page to the printer. Use one of the report escapes (look at the properties of the report...double click the report in the object navigator). You can actually add some javascript in one of those escapes to submit the print job after the page has been loaded. I have never used one of those report escapes but that should work.
    if you can do that, you should also be able to add an html button to the top of the page to accomplish the same thing or add a hyperlink to the report that submits another report with desformat = pdf which will probably print out much nicer. All of this should work with using report escapes.

  • Problem with Apex layout report  XSL-FO build by bi-publisher word plug-in

    Hi all...
    this is what I should do:
    - generate a layout with bi-publisher word plug-in ---> it's ok
    - export this layout in xsl-fo stylesheet --> it's ok.
    - create an apex layout report with xsl-fo stylesheet --> it's ok.
    - create an apex query report with the above layout
    At this point when I test the report I have a corrupted pdf file....
    can you help me!!!
    Many thanks
    araf

    Hi,
    do you use BI Publisher or another XSL-FO-Engine? Is BI Publisher running? Is it configured in the instance settings?
    Regards
    Rainer

  • SAP B1 was not able to import layout/report.

    Good day!...
    What could be the possible reason why the layout/reports cannot import successfuly in report and layout import wizard?
    I tried to import new layout/report (crystal report) using report and layout import wizard but after the procedure has been done, the layout/report was not imported successfuly. There's no problem if I will overwrite the existing report but when it comes to new  report, this problem exist.
    Thanks.
    RD

    Hi!
    What connection you are using in the CR. Is that ODBC or OLEDB.
    OLEDB connection would be preferable.
    Can you paste your query what you have used in the CR.
    Do you able to browse and choose the CR file in the Report and Layout manager.
    Did the file is in your local system.
    Please in which step you are not able to import the file, what is the error it showing on the screen

  • Create PDF output from Web Layout Report

    Is there a way I can create a PDF output from a Web Layout Report? (NOT from a Paper Layout). The reason I ask because editing on the .jsp Web Layout is very easy and flexible while editing on the Payer Layout is very difficult. Thanks.
    - Todd

    Hi Todd,
    Please refer to this link:
    paper layout & web layout
    As for your second statement, it is a matter of opinion and I beg to differ that .... "Web Layout is very easy and flexible while editing on the Payer Layout is very difficult."
    Best Regards,
    John

  • Authorization on Query Print Layout Report

    Hi Experts,
    Is there a way to limit users from generating Query Print Layout which they are not suppose to generate? Currently, all query print layout is exposed to all users, but I want to limit which users who can access specific reports only and to prevent from accidentally generating other confidential reports.
    I tried grouping the queries per Query Manager and assigned the query number to designated users in Authorizations, but it seems that this does not apply in Query print layout generation.
    Any help?
    Don

    Hi Gordon,
    Yes, I gave the users authorization for the query print layout so that they can run one of the report, however, all the reports are exposed also, for confidentiality purposes, I don't want to allow the same users to generate other query print layouts.
    Is there a way for this?
    Thanks.

  • How to deploy Web Layout Report which is embedded in a JSP in 10.1.3 ??

    Hi there,
    we like to create a JSP report with web and paper layout. The paper layout is for pdf and the web layout to fit the page in the whole application. The whole application will be a JSF application running on 10.1.3. The reason why we like to use Reports is the capability of creating pdf and because of a couple of charts we have to build - using chart builder.
    Now the question is how the JSP has to be deployed because the Reports engine is running on another 10.1.2 server. So the JSP itself has to run on 10.1.3 but the Report has to run on 10.1.2 - is it possible, a problem or is it just easy?
    Regards, Peter

    Hi there,
    we like to create a JSP report with web and paper layout. The paper layout is for pdf and the web layout to fit the page in the whole application. The whole application will be a JSF application running on 10.1.3. The reason why we like to use Reports is the capability of creating pdf and because of a couple of charts we have to build - using chart builder.
    Now the question is how the JSP has to be deployed because the Reports engine is running on another 10.1.2 server. So the JSP itself has to run on 10.1.3 but the Report has to run on 10.1.2 - is it possible, a problem or is it just easy?
    Regards, Peter

  • Monitoring not possible for custom layout reports

    It seems that the monitor log doesn't track hits for reports created with the report wizard where "Custom" is chosen as the style in the "Report Layout" step of the wizard (for editing the HTML manually). If I choose "Tabular" or "Form" everything seems to work fine.
    The "Log activity" option is checked for all mentioned reports.

    Hello, I have the same problem to register in log the customized reports that I have created. How I can do this?
    Thanks

  • Highlight in IP - Layout / Reports

    Hello,
    We have 6 KFs entered by user for customers & devices in IP-Layout (through Portal).
    We require all 6 rows to have different background color so they may not make mistake in entering data.
    Does anyone know how can I highlight different KPIs with different color in input ready rows ??
    Also does anyone know how to add highlight colors / notes in report as its possible in excel.
    Thanks,
    Regards,
    Jasmi

    hi, you can use MODIFICATION of analysis_item to set background colour for different cells. this works pretty good. There are some threads on this topic, just search for it!
    e.g. Re: BI 7 Web Design API - Parameter modification - Exception symbol
    regards,
    gunter
    Edited by: Gunter Cokl on Mar 18, 2009 3:53 PM

  • How to show web layout reports from 10g forms

    Hi all ! When I try to open a report file with extension .jsp from a Form using web.show document() or run_report_object() only paper layout is showing on the screen so how I display a web layout from a form with proper documentation or design. Again why only data is showing on the screen without line,ractangle and other documentation but when I run the same report from report builder It is showing all on the screen.Please help how to resolve this. Please provide some proper code or way to solve this.
    Thanks & regards
    Sanjit

    Well,
    Web layout means that in place of (or in addition to) the paper layout, you get the report designed in JSP code. So all the frames, repeating frames etc will be expressed in JSP code using the Oracle Reports custom tags. Since it is code-based, you can insert your HTML or Java code in here to customize the output. You can in fact start with the HTML template, open it in reports builder, and start inserting the data using Reports custom JSP tags. In web layout, there are no "page breaks". So your report will be a JSP file, and can be deployed along with your J2EE application.
    and see http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    Regards

  • Web Layout Report

    Hello all,
    Has anyone tried calling a JSP based Report in Web Layout format. Kindly help me out on this.
    Regards,
    Arun.v

    Hello,
    You'll find information about that in the document :
    Oracle® Reports Building Reports
    10g Release 2 (10.1.2)
    B13895-01
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b13895/orbr_concepts2.htm#i1038044
    2.2.1.1 Using JSPs in Oracle Reports
    Regards

  • Multi layout report

    How to select a particular layout(having multiple layouts) from the parameter which is passed to a concurrent progarm in reports??
    Thanks in advance

    If you use the report in Oracle eBusiness context, the the layout is manager by the concurrent program itself.
    If you want multiple layout, you have to define one concurrent program per layout.
    Then you can create a package, for example XX_CUSTOM.CALL_CONCURRENT(P_LAYOUT VARCHAR2), which call the specidic concurrent program depend of the P_LAYOUT you pass in parameter.
    For more details, please let me know.
    Hope it will be helpfull

  • Custom Layout Reporting

    Hi , we are using apex for reporting .
    I wanted to know whether we can generate APEX Reports with custom layouts without BI Publisher.
    thank you

    968619 wrote:
    I am not talking about templates..
    for Example : if i need to generate an id card.. ( U know the layout of Id Card)
    it should generate the ID card based on the fields which set on the layout. Which is possible with the help of BI Publisher. I want to whether it is possible in APEX without BI Publisher integration.Hi 968619,
    Here you have to understand one important thing
    APEX is a web application development tool where as Bi Publisher is a reporting engine which can be integrated with any data source, AND one can't replace the other because they are built for entirely different purposes.
    But you can replace the BI publisher with some free reporting engines such as fop, Jasper

  • ASM file layout report

    is there a way to report how ASM layedout is datafile on which disks? I understand that asm strips its datafiles and evenly distributes the file (1mb) to its disks. I would like to have a report on this distribution ratio.
    any help would be appreciated.

    Well, you can see the distribution of extents between disks in your disk groups. This is according to the Oracle Press ASM book:
    You want to look at the X$KFFXP view. As an example, running in the asm instance:
    sql> select count(PXN_KFFXP), group_kffxp, disk_kffxp from X$KFFXP
    where group_kffxp=4
    group by group_kffxp, disk_kffxp
    so this is shows how many extents each disk (disk_kffxp) has been allocated in the diskgroup which in this example is group number 4. This will show up any inabalances that may have occurred between disks in the disk group.
    jason.
    http://jarneil.wordpress.com

Maybe you are looking for

  • Help needed in query for Materialized View

    Hi, I want to create a materialized view which has some precalcultaed values. I have four dimension tables out of which one is a Time Dimension table with levels as Year->Quarter->Month. The precalculations are the moving averages and cummulative val

  • Trying to figure how photos "travel" from iPhoto to my iWeb photo pages

    Greetings, I have I believe gotten t understand just about all I need for now about building web sites with iWeb and its templates (for now). Works well. I am publishing to my .Mac account (for now). Now, I want to fully understand how photos albums/

  • Set User Setting from OnAfterLogin

    Scenario: All gadgets/portlets will want to know which group a specific user is in. We are importing the users from a Windows NT domain. We know we can query the groups using the PRC in a portlet, but we'll also be using GDK gadgets, so we would need

  • Screen capture in Java 1.1

    I am programming an application that needs to be in Java 1.1, and I want to capture the screen client area into an Image object. I can't find how to do it. Does anyone know how to do that?

  • Firefox 3.6.12 extremely slow, crasches randomly

    Have had this problem for a couple of weeks now, and Im quite frankly through with it. Have tried the common "solutions"; turned off add-ons, safe mode, reverted to previous versions, tweaked about:config, searched the forums, et cetera et cetera. Ri