Altering copied SAP report layout

I've copied SAP std report from investment management (in IME2) to create my own layout. I've copied the report and form, and have alterred the form to my liking.
When I execute the report, the summary section at the bottom of the report appears correctly, but the middle section doesn't show the same columns.
I can't find where this is controlled/stored. How do I get into the centre section of the report layout to alter the column layouts and bring in my new columns when the report executes.
Can anyone tell me how I get into this area of a report to configure the column layout
Thanks
Graham

Hi Prasanna
No I've checked throughout Report painter/writer, and its not there.  Style wise, it appears to be more of a Profitability Analysis report.
I've managed to create my own copy of  SAP standard report S_ALR_87012825, with a modified form that gives me what I nee at the bottom summary section.  I've spent hours trying to get into the middle section, but just can't find a way.
the nearest I got was in IME2, where I can right click on the program name, and choose "Layout Display", but there doesn't seem to be any editing options where I can alter the columns in the middle section of the report, which I basically want to replicate the summary section at the bottom.
Graham

Similar Messages

  • SAP reporting layout sharing

    Looking for a way to share reporting layouts between users without giving all the users access to modify the layout.  I thought this was standard SAP however my IT department is indicating it can't be done.

    No I don't think there is a way you can do this, there is no "protect layout" function like their is for a variant. The only way to get around this is to take away the ability to create a global layout from the end uers by security changes and then only have IT set up your global layouts. This way no one end user will be able to change the commonly used ones.

  • Copying Crystal Report layout from Sales Order to Delivery etc

    Good afternoon!
    I have created a really lovely Sales Order layout in Crystal!  It is the best!
    Is there any way to copy this layout to a Delivery Note so it picks up the correct tables?  I would love it
    Thanks
    OB

    Open the report in Crystal Designer, select the menu option Set data source location.
    In the top part, choose the table you need to change, then in the bottom bit find the table you want to replace it with and choose update. Do this with each of the tables you ned to change and they will update the source for you.
    Other wise, import into SAP as a layout, the export as a Bip package. when you import it, choose it as a master layout and assign it to the forms you want to use it with and SAP will do the rest

  • Copy report layout from one report to another

    I have a VERY complex report layout which is part of a report with Data model A.  I need to copy that report layout to another report which has Data model B, which has all the same structure as Data model A but is queried differently.   The first is invoices for regular billing the second is invoices for re-billing, all columns are the same.
    Thanks for any help / suggestions.

    Hi Robert,
    In the Report Organizer, just right click and Export the definition. Then, open the new company & right click and import the definition.

  • Copy user-specific report layouts (table LTDX)

    Hi,
    We are implementing a "Single Sign On" solution and thus we need to
    copy all the SAP users to adapt their names to "windows user names".
    We copy all the user data and authorizations from SU01 but then we must
    copy too all the other user-dependent things. One of them are user-
    specific report layouts. We can copy the report variants because they
    are not user-dependent but is there any way to copy the user-specific
    layouts (table LTDX) from one user to another? Is there any transaction
    or report for it?
    Thanks in advance and best regards,
    Jon Larrucea

    Hi,
    Try This Program
    report copy_layout.
    data : lt_ltdx like ltdx occurs 0 with header line.
    data : lt_ltdxt like ltdxt occurs 0 with header line.
    parameters report like ltdx-report obligatory.
    parameters report2 like ltdx-report obligatory.
    "copy layout of report to report2.
    start-of-selection.
      select * into table lt_ltdx from ltdx
                    where report = report.
      select * into table lt_ltdxt from ltdxt
                    where report = report.
      loop at lt_ltdx.
        lt_ltdx-report = report2.
        modify ltdx from lt_ltdx..
      endloop.
      loop at lt_ltdxt.
        lt_ltdxt-report = report2.
        modify ltdxt from lt_ltdxt..
      endloop.
      message 'Copy Complete.' type 'I'.

  • Set As Default Crystal Report Layout in SAP B1 8.8 PL13

    Hi,
    I want to Set As Default a Crystal Report Layout. I know you can do that in Layout Desginer - Selection Criteria, but SAP B1 8.8 PL 13 has only a Manage Layout button in the Layout Desginer window which links to the Report and Layout Manager. There is no Set As Default button.
    Where can you select which layout to be default in PL13?
    Thanks!
    Cristina

    Hi
    If you want to Set as Default particular PLD then Open that Form
    For. Example
    Sales Ar > A/R Invocies (Item) document
    Then Click on PLD icon ans select your crystal report as Default by Set as Defaul button.
    Thanks
    King Kevin

  • How to add/create additional page in Crystal Report Layout SAP B1

    Hi,
    I wanna ask about How to add/create additional page in Crystal Report Layout SAP B1 ?
    I want when user print Purchase Order then on last page also print some page like Penalty Clause etc.
    Pls help me to find the solution.
    Br,
    Thomas Marsetyo

    Hi,
    In your report footer, set it to create a new page before it is printed (In 'Section Expert', select the Report Footer -> 'Paging' tab -> Check 'New Page Before' checkbox). Throw your Terms & Conditions into the Report Footer section.
    If you already have a Report Footer that you want to keep, just split the footer into two sections (Right-click the Report Footer section -> 'Insert Section Below') and follow the same procedure for the newly created section.
         Check this Link
    http://stackoverflow.com/questions/9232239/adding-an-additional-page-to-end-of-a-crystal-report
    http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=18960
    Regards,
    Manish

  • SAP 8.8 Crystal Report layout templates

    I have installed SAP 8.8 this is working fine apart from one thing i don't understand..  maybe i am just being stupid..
    But there are no Crystal report layouts in the system.  Do we have to download these.. surely we don't have to write them all from scratch ???

    Dear Rabie,
    Without the User ID  On Cannot Access the Portal and Cannot Download the Files.
    Regards,
    Vamsi

  • How to copy standard SAP report to a Z report?

    Hi All,
    Guys, I have a requirement to copy an standard SAP report and make some changes to it. Please let me know how to copy a standard SAP report as a Z report. Is there any simple way or will I have to open the source code and copy it into the new Z program? If that is the case, how will I copy the screens and related PBO/PAI events?
    Please provide me a step-by-step solution.
    Thanks & Regards,
    Madhur

    Hello Madhur,
    As Raja had said, yuo could just copy the program from SE38. But just remember a few points:
    1. If the standard report is being used in some other programs, then there's no way you can make your Z-report get used in all such instances. I suspect that you may not want to do that anyways, but just in case.
    2. Just also check out if the standard report you're talking about has any INCLUDE programs within it. If there are too many standard INCLUDEs in the main report, then you might have to decide whether you need to copy all of them too, or let them be as they are.
    3. You are likely to have some problems with the text-elements and translation that may have been maintained for the original report.
    I have experienced some problems with respect to the second and third points in the past, so it is worth it to be a bit careful.
    Regards,
    Anand Mandalika.
    Regards,
    Anand Mandalika.

  • GET_BLOCK Error Importing or Copying an Application - Report Layout Issue

    Greetings
    Environment
    Apex 4.1.0.00.32
    Database 11.2
    Listener: Apex Listener running under Weblogic
    I have an application that is throwing an error when I try to copy or import it using the Apex development environment. The error is:
    ORA-20001: GET_STMT error. ORA-20001:
    Execution of the statement was unsuccessful. ORA-06550: line 6, column 41: PLS-00103:
    Encountered the symbol "PK &quot
    In order to get more detail about the error I ran an import of the application using SQLPlus and found out where it is failing. It fails in the ‘report layouts’ step.
    Here are the last few lines of the spool file before it fails:
    218      wwv_flow_api.g_varchar2_table(161) := 'h\302\274p\303\273\302\223\302\274\302\201\303\201N'||unistr('\000a')||
    219  '\302\215^[2\302\200\303\227B^G^Dv   \303\200=\302\2124\303\234\302\255P\302\244^W^Nqu@^Y\302\255\303\217\302\202\303\272E\303\243\302\235\303\247\303\231^O^Q0\303\231\302\266\303\216^O\303\202+a"
    \303\231\302\227\303\212z\303\222a\303\255B\303\264\302\274TQSo\303\212\303\265\302\274\302\203\303\243\302\2621V^_\302\223\302\207TK\303\240\302\2720^E{\302\224\302\270V\303\227\303\235^P^^k\303\272\3
    03\223\303\270^O\302\261';
    220      wwv_flow_api.g_varchar2_table(162) := '\302\263\302\261\303\230NC/u$g^D\302\207;\303\276\303\250\302\272\302\261\302\255^S\303\246\303\210^_&^_\302\262\303\217\303\245W\302\232\303\237)\302\22
    0^L\303\277^Y\302\236\i\303\257\303\222\303\246\302\234\302\254\302\274^N\302\216\302\206\303\277\302\242\303\242~\303\247\302\204\302\244^Y-^K\302\232\303\222eF^Y\303\230\303\221\302\262`Es=\303\267\3
    02\273^D\303\240\302\236\\303\267:]JgM\302\203\303\225\302\271\303\246\303\257DZ\302\254\303\247\303\276\303\225\303\222.N^K\303\272\302\272M:';
    221      wwv_flow_api.g_varchar2_table(163) := '\303\207h]\302\207\303\247\303\204^?^C
    222      wwv_flow_api.g_varchar2_table(164) := '
    223      wwv_flow_api.g_varchar2_table(165) := 't.xml.relsPK^A^B-
    224  '
    225      wwv_flow_api.g_varchar2_table(166) := '
    226      wwv_flow_api.g_varchar2_table(167) := 'me1.xmlPK^A^B-
    227  '
    228      wwv_flow_api.g_varchar2_table(168) := '
    229      wwv_flow_api.g_varchar2_table(169) := 'K^A^B-
    230  '
    231  '^B
    232      wwv_flow_api.g_varchar2_table(170) := '
    233      wwv_flow_api.g_varchar2_table(171) := '
    234
    235  end;
    236  /
    ERROR:
    ORA-00972: identifier is too long
    {code}
    Now here are the corresponding lines from the application import sql file:
    {code}
        wwv_flow_api.g_varchar2_table(161) := 'h\302\274p\303\273\302\223\302\274\302\201\303\201N'||unistr('\000a')||
    '\302\215^[2\302\200\303\227B^G^Dv      \303\200=\302\2124\303\234\302\255P\302\244^W^Nqu@^Y\302\255\303\217\302\202\303\272E\303\243\302\235\303\247\303\231^O^Q
    0\303\231\302\266\303\216^O\303\202+a"\303\231\302\227\303\212z\303\222a\303\255B\303\264\302\274TQSo\303\212\303\265\302\274\302\203\303\243\302\2621V^_\302\223
    \302\207TK\303\240\302\2720^E{\302\224\302\270V\303\227\303\235^P^^k\303\272\303\223\303\270^O\302\261';
        wwv_flow_api.g_varchar2_table(162) := '\302\263\302\261\303\230NC/u$g^D\302\207;\303\276\303\250\302\272\302\261\302\255^S\303\246\303\210^_&^_\302\262\303\2
    17\303\245W\302\232\303\237)\302\220^L\303\277^Y\302\236\i\303\257\303\222\303\246\302\234\302\254\302\274^N\302\216\302\206\303\277\302\242\303\242~\303\247\302
    \204\302\244^Y-^K\302\232\303\222eF^Y\303\230\303\221\302\262`Es=\303\267\302\273^D\303\240\302\236\\303\267:]JgM\302\203\303\225\302\271\303\246\303\257DZ\302\2
    54\303\247\303\276\303\225\303\222.N^K\303\272\302\272M:';
        wwv_flow_api.g_varchar2_table(163) := '\303\207h]\302\207\303\247\303\204^?^C\303\277\303\277^CPK^A^B-^T^F^H!\302\241\302\267\303\274Fr^AR^E^S[Content_Types]
    .xmlPK^A^B-^T^F^H!^^\302\221^Z\302\267\303\263';
        wwv_flow_api.g_varchar2_table(164) := 'N^B^K\302\253^C_rels/.relsPK^A^B-^T^F^H!^A3\302\213l^P^A\302\265^C^\\303\217^Fword/_rels/documen';
        wwv_flow_api.g_varchar2_table(165) := 't.xml.relsPK^A^B-^T^F^H!\302\237T\303\265zd^KEG^Q!   word/document.xmlPK^A^B-'||unistr('\000a')||
    '!\303\222+\302\231\303\263\302\255^K\302\255^K';
        wwv_flow_api.g_varchar2_table(166) := '^U\302\264^Tword/media/image1.pngPK^A^B-^T^F^H!\302\226\302\265\302\255\303\242\302\226^FP^[^U\302\224 word/theme/the'
        wwv_flow_api.g_varchar2_table(167) := 'me1.xmlPK^A^B-^T^F^H!~C\303\251\303\221\303\254^CY'||unistr('\000a')||
    '^Q]''word/settings.xmlPK^A^B-^T^F^H!J\303\230\302\212\302\222\302\273^D^A^T';
        wwv_flow_api.g_varchar2_table(168) := 'x+word/webSettings.xmlPK^A^B-^T^F^H!\303\206\302\253\303\245\302\246\302\200^A\303\257^B^Qe,docProps/core.xmlP';
        wwv_flow_api.g_varchar2_table(169) := 'K^A^B-^T^F^H!^H\302\224$^K\302\264'||unistr('\000a')||
    '\302\262O^O^\/word/styles.xmlPK^A^B-^T^F^H!\302\244b^C\303\261'||unistr('\000a')||
    '^B*^G^R';
        wwv_flow_api.g_varchar2_table(170) := '\303\2759word/fontTable.xmlPK^A^B-^T^F^H!^X\302\270\302\265^L\303\251^A\303\245^C^P7<docProps/app.xmlPK^E^F^L^L^D^C';
        wwv_flow_api.g_varchar2_table(171) := 'V?';
    end;
    /Everything looks OK until this line then the wheels start to come off:
    wwv_flow_api.g_varchar2_table(163)The code for that line is:
        wwv_flow_api.g_varchar2_table(163) := '\303\207h]\302\207\303\247\303\204^?^C\303\277\303\277^CPK^A^B-^T^F^H!\302\241\302\267\303\274Fr^AR^E^S[Content_Types]
    .xmlPK^A^B-^T^F^H!^^\302\221^Z\302\267\303\263';However when it is imported, it appears that the there is a problem around the '^?^C\303'
    221      wwv_flow_api.g_varchar2_table(163) := '\303\207h]\302\207\303\247\303\204^?^CDoes anyone know how to identify what in the report layout is causing the problem? I guess I could just delete the report layout to get the application to import, but I really do need that report.
    Thanks in advance,
    Larry

    Hello mwallace,
    The behavior you are seeing is probably due to one of the VIs being added as a support file instead of a dynamic VI. When adding a file as a dynamic VI, Application builder will ensure that all subVIs are included.
    The following knowledgebase examples this issue in some more detail.
    Error 7 When Building Applications and DLLs That Use the LabVIEW Report Generation Toolkit
    Please let me know if you have any questions.
    Regards,
    Matt F
    Keep up to date on the latest PXI news at twitter.com/pxi

  • Altering the report's format without destroying the report layout....{solv}

    Hi,
    I have developed a tabular report and the layout (lines, rectangles... etc as customer wants) ....
    Now , i want to alter only the report style.... that is to change it to group left....
    Is it possible... to select the group fields and the fields displayed in the report without redeveloping the report UI (lines , rectangles... e.t.c).
    I have tried the report wizard... but the layout destroyed... and have to do the UI from the beginning.....
    NOTE : I use Dev10g
    Thanks ,
    Sim

    Hi Sim,
    Group Left or Group Above means that you are grouping for 1 or more fields.
    In the Data model, you will have to create a new group and drag the group fields to this new group.
    In the Layout, you will need to add a new repeating frame below all the other repeating frame, frames, etc. ie. create a repeating frame over existing objects. You may need to move all existing objects down and to the right so that there is enough room to create a new repeating frame over these objects. With the repeating frame selected, from the Arrange Menu, select Send to back (F6) or Move Backwards (F8) several times so that the new repeating frame is below all the objects from the tabular layout.
    Also, fix up the source property for the repeating frame. Create a new field(s) inside this new repeating frame for your group left field(s).
    Good luck.
    John

  • Changing report layout

    I've copied SAP std report 132BUDGAVMO to create my own layout.  I've copied the report and form, and have alterred the form to my liking.
    When I execute the report, the summary section at the bottom of the report appears correctly, but the middle section doesn't show the same columns.
    I can't find where this is controlled/stored.  How do I get into the centre section of the report layout to alter the column layouts and bring in my new columns when the report executes.
    Can anyone tell me how I get into this area of a report to configure the column layout
    Thanks
    Graham

    Sounds like a plan. Thanks for the suggestion.
    I was also considering using PL/SQL since I'm very comfortable with PL/SQL and I thought I could control the layout better that way. I was able to create a "matrix" type layout (to coin an Oracle Reports term) that way for another application...
    The only thing that was stopping me was that I didn't know how to render the pagination buttons through an API call. That would've been my first preference, actually.
    At any rate, your suggestion makes the most sense, given what I know about APEX now.
    Thanks!!!

  • Number of Copies in Crystal Report Layout

    Hi all,
    Is it possible to show the number of copy in a Crystal Report layout?
    I mean: I am creating an invoice layout in Crystal Reports for SAP Business One 8.8.
    Customer wants to print always 3 copies, but with the word "Copy" in second and third document.
    I can set the number of printed copies but... is it possible to include a reference of what number of copy is every document?
    Sorry for any language mistake.
    Kind Regards,
    Toni Dorta

    Hi Toni,
    If the customer always prints  3 copies of the Invoice, here is what you could do. You could design your Crystal Report to always print 3 copies. That is, if your Invoice has 1 page, then design your Crystal Report to Print 3 pages every time. On the 2nd and 3rd page, you include the word "Copy" to indicate that they are copies.
    Once you have modified the report, change the No: of Printed copies to 1. This when the customer prints the report, it will always print 3 copies of the report and have the word "Copy" on the 2nd and 3rd invoices.
    Hope this helps.
    Krishnan

  • Can't see Report Layout in IE

    Hi All,
    When i am executing the report in report designer, the report is executing but cant see the layout of the report in IE . I can see all tools and options except report layout at portal and even i m not finding any error msg also. plz help in this regards.
    Regards,
    Kaushik

    Hi Kaushik,
    1) Are you facing the same problem with any other reports you format on report designer ?
    What changes have you made to your report output?
    Report Designer is a new feature of BI 7.0 and I know only the theory of it. You said you have checked with WAD..have you tried using this report which is having problem in WAD as 'Report Web item'?
    There might be a setting that you need to do in report desginer or there is some additional installation to be done in order to support Report Designer (remember this is a new feature so even Basis or Protal teams are new to it!)
    See these two items from help.sap,
    4. Executing the Report
    You execute the report in the portal (Web). The report is displayed in the standard Web template for reports. You can set the standard Web template for reports in Customizing for the standard Web templates at SAP NetWeaver ® Business Intelligence ® Reporting-Relevant Settings ®BEx Web ®Set Standard Web Templates ® Enterprise Report.
    You can also create a print version of the report directly in the Report Designer. The report is converted into a PDF document, which you can then print.
    5. Publishing the Report
    You can publish reports in BI roles or as iViews in the portal.
    You can also call the BEx Broadcaster from the Report Designer and broadcast reports. More information: Functions of the BEx Broadcaster
    Also see this.
    Use
    When you display a report in the portal (Web), it is automatically embedded in the standard Web template for reports. The report is displayed in a table on the Web. In addition, a date in the upper area of the Web template indicates how current the data is. Using the standard pushbuttons provided, Information, Send, and Print Version, and the link Filter, you can access the most common functions for navigating in and further editing your report.
    Integration
    When you have created and saved a report in the Report Designer, choose  (Execute): The report is displayed automatically in the portal using the standard Web template for reports.  
    From a technical perspective, the standard Web template for reports is based on the 0REPORT_DEFAULT_TEMPLATE Web template. This Web template is set as the default for displaying reports from the Report Designer in the SAP Customizing Implementation Guide under SAP NetWeaver ® Business Intelligence ® Reporting-Relevant Settings ® BEx Web ® Set Standard Web Templates ® Enterprise Report. The standard Web template contains three pushbuttons, Information, Send and Print Version, and the link Filter to call the filter pane.
    You can copy this Web template to make changes and set it as your new standard Web template for reports in the IMG. Note that to activate the changes in the SAP Reference IMG, you must start the J2EE Engine.
    Here is the link.
    http://help.sap.com/saphelp_nw70/helpdata/en/b2/e50138fede083de10000009b38f8cf/frameset.htm
    Do keep us updated on the progress of this issue.
    All the best!
    Regards
    Sudeepti

  • Need Standard report layout for Benefits

    Hi,
    Can anyone send me the standard report layout for benefits which is already generated.
    Thanks,
    Lakshmi

    Do you want a enrollment letter or a confirmation letter ? They are all there in the IMG as templates. Just copy it and design your own. No two businesses use the same format so sending you ours will be as good as you doing some work on the SAP delivered examples.
    Deon

Maybe you are looking for

  • Installation Error: ApplicationVerificationFailed.

    So I updated my device to iOS 8.3 and now I get this error every time I try to test the app on the device through Flash CC 2014. I've updated my provisioning profile and I've checked that the App ID is the same on Flash than on Apple's website. This

  • DB adapter not returning return variable from database function

    Hi, We are calling a function using db adapter from our BPEL Process. It worked fine in 10.1.3.3. after we migrated to 10.1.3.4 MLR# 8 , we are not able to see the return variable which function is returing. Function is working fine when executed sta

  • What is the CellValue mean in SDO_GEOR_GRAYSCALE

    hi! What is the CellValue mean in SDO_GEOR_GRAYSCALE and SDO_GEOR_COLORMAP? If the Raster data is continuous, how to enum them when use the SetGrayScale function?

  • OTL -Time Sheet Hour Type field detail required.

    Hi all, I'm working on a Report which gets time sheet data for an employee. My time sheet structure has project, Task,Type and Hour type. I have got all the column data as required for my report but i'm not able to find out where the hours type info

  • Abt Roadmap in SAP

    Hi experts,                   Can anyone help me to know what Roadmap is all about in SAP Netweaver. regards, Shanthi.