Selecting relevant layout -BASIS

Dear Folks,
I have made 6 layouts for a standard report.
When i run a Background job for this report program how should i define the required Layout.
Kindly advise.
Regards,
KK

Hello KK KK,
In the initial screen of your report, if you have field "Disply layout", you can select the layout from there and make the variant with othe initial input values.
When you define the batch job with SM36, at that time you can select your saved  variant.
btw, Which standard report Are you using? This information will help us to give accurate inputs from ourside.
Hope this helps
Regards
Arif Mansuri

Similar Messages

  • Portal runtime error while selecting page layout in WPC editor

    Hello,
    in web page composer, editing page, when i click on "select page layout" I have a portal runtime error popup.
    The logfile shows the following :
    #1.5 #005056834112005E0000000C00000FA800048E28A94966CC#1282205196819#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#1016#149##n/a##7ff9c93eab6811dfa9c70000003307de#SAPEngine_Application_Thread[impl:3]_15##0#0#Error##Java###10:06_19/08/10_0010_3344350
    [EXCEPTION]
    #1#com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the rendering of jsp component
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error in java compiling
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: E:
    usr
    sap
    EPD
    JC00
    j2ee
    cluster
    server0
    apps
    sap.com
    irj
    servlet_jsp
    irj
    root
    WEB-INF
    portal
    portalapps
    com.sap.netweaver.bc.util
    lib
    bc.util.public_api.jar(com/sapportals/wcm/WcmException.java):24: class WcmException is public, should be declared in a file named WcmException.java
    (source unavailable)
    1 error
    I have the same by clicking on "check assignments"
    Any help ?
    Thanks

    Hello Jego.
    We faced the same issue after upgrade to EHP1 SP07 last week and managed to solve it by modification of layout.jsp and com.sap.nw.wpc.layoutmanager.LayoutBean within com.sap.nw.wpc.designtime.par. SAP's code requires an additional catch handler, so it is better to rise an OSS message.
    As a workaround you may change a default layout for wpc main page (good for new pages) or manually edit output.xml for existing pages.
    Best regards,
    Aliaksandr Zhukau

  • Can't see the Presentation menu in order to select the layout of a folder

    I have created an external repository manager (of type WebDAV). I want to personalize the presentation of folders by selecting a layout. When I select a specific folder, click on Details->Settings I don't see the Presentation menu action. I see only Properties and Permissions. (Shouldn't I also be able to see Subscription, Versioning action menus?). In the permissions, the group 'Everyone' has full permissions to the folder. Am I missing something?

    Praveen -
    as per the link below:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/8b/764d3c006f8f0ce10000000a11405a/frameset.htm
    service permissions (in this example the service permission "Layout") are required only when setting a default depiction for all users. I am trying to personalize the folder only for my user id. According to the documentation, I don't need any service permissions, I need only read permission on the folder (which I do have).
    My problem is that when I go to the Details tab for the folder, I don't see any layout profile. Any other ideas?
    and by the way, I do not see the menu item Service Permissions when clicking the Settings menu. I have activated the layout and serviceacl services in the KM Repository Manager for the folder.

  • Selecting data on basis of string from ms access using database toolkit

    i want to read data from ms access in labview using database toolkit,but the problem is that i want to enter/select pipetype and other fields must be filled from the database with respect to pipe type intead of indexing(1,2,3,....)..kindly tell me how to make my selectio from database depending on pipe type.
    Attachments:
    database.zip ‏324 KB

    What is pipetype and what exactly do you mean by 'selecting data on basis of string'.

  • Hi  When i create the downpayment process in the invoice i get amount as value but my requirement is in percentage even after i select the percentage basis milestone billing please help what can be done

    Hi  When i create the downpayment process in the invoice i get amount as value but my requirement is in percentage even after i select the percentage basis milestone billing please help what can be done

    downpayment percentage , so if i want 50 percent of order value to be paid  and when i go to faz type the invoice is created for 0 value that 50 percent of the amount is not getting calculated , where as when i enter in order same as 50 percent in amount it gets calculated in invoice, any help ?

  • Default the layout base on selection

    I have a report that list the material stock balance. User can select to report by material group. In which I sum the stock by material group.
    Base on user selection, I want to automatic default the predefined layout when user execute the report.

    Create fieldcatalog for each report selection.

  • How can I add a custom title to multiple ALV reports selected by layout?

    Greetings and good day, everyone!
    Within the past week or so, I posted a question asking the best way to create a program that would generate multiple ALV reports.  I got some great ideas, and I've actually coded up a few simple demos based on your feedback -- thank you!
    Here's the issue I'm running into:  Many of you suggested that I put all report records into one table, and create a field that I could use to filter on later to determine which fields I want to display for the report.  For example, if I have 3 different reports, I put all the fields for all 3 reports into a table.  I then add a "report key" field.  As I put records into the report table for report 1, I code "01" into the "report key" field.  I do the same for reports 2 and 3, assigning each a "report key" of "02" and "03", respectively.
    I then set up layouts in the ALV for each of the three reports, using the filter option to only pull records with the "report key" value for that particular report.  This all works wonderfully!  However, I seem to have lost the ability to show a custom title for each layout.  I can create a generic TITLEBAR (like "Reporting Center") but I don't know how to reset the grid's title when a layout is selected.  I was hoping that SAP might use the layout description as the title on each page, but it doesn't -- it uses the TITLEBAR text.
    Any ideas?  I think this might be the best way to program multiple ALV reports, but if I can't display the right report title for a particular layout, I'll probably have to go back to my other alternative of putting each report in its own container/screen, and having a button to access each report from the application toolbar.
    Thanks,

    Srikanth,
    I don't have any Selection Screen radio buttons for the user to select a particular report; in my case, they specify some needed criteria by the program in the Selection Screen, the program goes off and does a fair bit of processing/updating, and then displays the ALV reports when finished.  They don't want to choose one particular report to view ahead of time; they want to have all 3 (in my case) there to see what processed correctly, what was eligible to process but kicked out with errors, and what failed some matching checks done up front (this layout includes additional fields from the input file so they can see what didn't match up against R/3).
    So, while I do like the code example you presented, I don't think it's going to help me in my case.

  • Selection screen layout Issue

    i have a requirement where i have to customize the layout dynamically in the report output.the layout should be changed as per the selection screen field entry.is this possible?

    Hi,
    Check this one, How it is changing dynamically
    TABLES : mara,marc.
    ************************Selection screen fields******************************************
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS    : p_meth1  RADIOBUTTON GROUP g1 USER-COMMAND g1,
                    p_meth2  RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK matnr
                              WITH FRAME TITLE text-002.
    SELECTION-SCREEN SKIP 1.
    SELECT-OPTIONS : so_matnr FOR marc-matnr MODIF ID m1.
    SELECTION-SCREEN SKIP 1.
    SELECT-OPTIONS : so_werks FOR marc-werks MODIF ID m1 .
    SELECTION-SCREEN END OF BLOCK matnr.
    SELECTION-SCREEN BEGIN OF BLOCK file WITH FRAME TITLE text-003.
    SELECTION-SCREEN SKIP 1.
    PARAMETERS: p_fpath TYPE ibipparms-path MODIF ID m2 LOWER CASE.
    SELECTION-SCREEN END OF BLOCK file.
    SELECTION-SCREEN BEGIN OF BLOCK date WITH FRAME TITLE text-004.
    SELECTION-SCREEN SKIP 1.
    PARAMETERS     : p_date TYPE datuv.                         "CCT51576.
    SELECTION-SCREEN END OF BLOCK date.
    ***********************Screen Validation*********************************************
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        CASE screen-group1.
          WHEN 'M1'.
            IF p_meth1 <> 'X'.
              screen-active = 1.
            ENDIF.
            IF p_meth2 = 'X'.
              screen-active = 0.
            ENDIF.
          WHEN 'M2'.
            IF p_meth2 = 'X'.
              screen-active = 1.
            ELSE.
              screen-active = 0.
            ENDIF.
            IF p_meth1 = 'X'.
              screen-active = 0.
            ENDIF.
        ENDCASE.
        MODIFY SCREEN.
      ENDLOOP.

  • F4 selection screen layout - WAD 7

    Hi guys,
    We have a simple selection screen over a variable and we have a couple of questions regarding the layout of the selection screen.
    1. Can we change the default to "Search" instead of "All"?
    2.  When we scroll down in the list the width of the columns changes according to the data, is there a way to determine the column width?
    Regards
    Shlomi

    Hello Shlomi Weiss,
    Unfortunatelly this is not possible to change. This is working by design.
    Thanks for the compreention.
    Diego Ferrary

  • I would like to change the project page layouts, but setup option in Project Superuser are not available. How can I change the selected page layouts?

    Hi
    I updated the page layouts for a project in Project Management. Now I woujld like to change those chosen page layouts, but the setup options for the project are no longer available for me to change. How can I update the original chosen page layouts (for performance management) to different layouts or change the chosen layouts to the default (blank) layouts?
    Thanks
    Chris van de Graaf

    AppleMan,
    It all began inside the settings of my Sanyo VPC-HD2000A when somehow the selection got switched from 1280 x 720 to that other setting with so-called 25fps. Also, I don't know whether the mishap occurred before or after I took my new footage.
    I edited the clips last night and now they are on my blog and channel and they seem ok but slightly fuzzy.
    I used a Sanyo VPC-HD2000A .7x wide angle lens with macro and I notice that when I zoomed in to the little sun conure, the picture blurred. I think that might be something that happens when one zooms the focus.
    Also, I was born and raised to a teenager in Hawaii, but now Southern California has me in its grip.
    -L

  • Using Layout Base Workflow

    We are experiencing long delays, (several hours) when trying to save or open the InDesign file in both InCopy and InDesign. We are working in InDesign CS4 and InCopy CS4 and have installed all of the latest updates.
    I am concerned that I am doing something wrong when exporting the stories or assignments. We wanted to try working in the Layout Based Workflow, so I thought all I had to do was export the stories which seemed to work. However, on the Editor's end after her first round of edits, it took forever to open the file, then saving was even longer. Admittedly it had over 101 items to update, however, this newsletter is only 24 pages.
    Is there a way to start over and delete the original assignments and make new ones? Not sure why this is happening. Right now the InDesign File has the latest updates, so starting over would be OK if that is possible.
    Any help or suggestions would be greatly appreciated.
    We are not working on the same server, and I am concerned that it may be part of the problem. I upload the files and directory to my Worldbook Drive which is connected to the Internet and other users I have assigned rights to can access this drive remotely.
    Perhaps I should have packaged the file instead of just copying the files for the Editor to work on then, just overwriting the files when she returns them to me. Maybe this is part of the problem, if so, I would appreciate any suggestions on how to improve the workflow.
    Thanks for all of everyone's help. This forum is so helpful.
    Sincerely,
    Aleda Downs

    You cannot work remotely with IC/ID in the way that you describe, it's just too slow. Whether it's a VPN connection or iChat screen sharing or whatever, I've never seen it work with any success.
    The layout-based workflow is only for when all the players are sitting at the same table. ;-)  That is, when the editors and designer are all on-site working off a shared local server.
    When you say "Is there a way to start over and delete the original assignments and make new ones?" I think you're talking about the exported, linked stories ... the ones that appear in the Assignments panel under the "Unassigned InCopy Content" folder. And yes, you can select them there and click the trash icon, which actually deletes the *links* from the InDesign stories to the exported InCopy files. Then you can re-export them if necessary.
    But that won't solve your problem. Leave the stories linked as they are, and up to date. In your InDesign Assignments panel, create a new assignment (which initially won't have any stories) and then drag/drop the existing stories from the bottom of the panel to the Assignment name in the panel. Then right-click on the Assignment name and choose Update Assignment.
    Now you can select that assignment name and choose Package for InCopy from the Assignments panel menu. (The package commands only work with Assignments, not Layouts.) Send the package to your editor via email.
    AM

  • Selection Screen Layout.

    Hi,
    I need to layout a selection screen like the one below:
    RadioButton1
        Parameter1
        Select-Option1
    RadioButton2
    RadioButton3
    Items (Parameter1 and Select-Option1) should be disabled when RadioButton1 is not selected.
    I cant quite figure out how i would insert (Parameter1 and Select-Option1) between RadioButton1 and 2. I dont want to waste precious time to do research for this, so I opted to ask the experts(you..).
    Thanks,
    Frank

    Hi
    *& Report  ZNNR_SAMPLE22
    REPORT  ZNNR_SAMPLE22 NO STANDARD PAGE HEADING MESSAGE-ID ZNNR LINE-SIZE 100 LINE-COUNT 65(4).
    ******DATA DECLARATIONS**********
    DATA : BEGIN OF IT_PLANT OCCURS 0,
            MATNR LIKE MARA-MATNR,
            WERKS LIKE MARC-WERKS,
            PSTAT LIKE MARC-PSTAT,
            EKGRP LIKE MARC-EKGRP,
           END OF IT_PLANT.
    DATA : BEGIN OF IT_PONO OCCURS 0,
            EBELN LIKE EKKO-EBELN,
            EBELP LIKE EKPO-EBELP,
            MATNR LIKE EKPO-MATNR,
            WERKS LIKE EKPO-WERKS,
            LGORT LIKE EKPO-LGORT,
           END OF IT_PONO.
    TABLES EKKO.
    ********END OF DATA DECLARATIONS*********
    ********SELECTION SCREEN DESIGN ***********
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : R3 RADIOBUTTON GROUP G1 DEFAULT 'X' USER-COMMAND UC1.
    SELECTION-SCREEN COMMENT 5(20) TEXT-002 FOR FIELD R3.
    SELECTION-SCREEN END OF LINE.
    PARAMETER : P_WERKS LIKE MARC-WERKS MODIF ID S1.
    SELECT-OPTIONS : S_EBELN FOR EKKO-EBELN NO INTERVALS MODIF ID S1.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : R1 RADIOBUTTON GROUP G1.
    SELECTION-SCREEN COMMENT 5(20) TEXT-002 FOR FIELD R1.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS : R2 RADIOBUTTON GROUP G1.
    SELECTION-SCREEN COMMENT 5(20) TEXT-003 FOR FIELD R2.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK B1.
    ******END OF SELECTION SCREEN DESIGN****************
    ***********SCREEN MODIFICATIONS*******************
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF R3 EQ 'X' AND SCREEN-GROUP1 EQ 'S1'.
          SCREEN-INPUT = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    ********END OF SCREEN MODIFICATIONS*****************
    execute this one

  • Select all layout cells

    As i update a page with New images placed in layout cells I
    need to move the previous ones down the page. How can I select all
    of them and move them together instead of one at a time which takes
    forever and causes alignment problems. I have tried ctrl, alt,
    shift one of tghese works in every other program but not DW. Please
    help

    "photomann102" <[email protected]> wrote in
    message
    news:flbghv$ap9$[email protected]..
    > As i update a page with New images placed in layout
    cells I need to move
    > the
    > previous ones down the page. How can I select all of
    them and move them
    > together instead of one at a time which takes forever
    and causes alignment
    > problems. I have tried ctrl, alt, shift one of tghese
    works in every other
    > program but not DW. Please help
    If you mean that you're using "Layout View", you may not get
    many replies
    here, because it's pretty much universally considered a poor
    feature of
    Dreamweaver, and nobody really wants to support it.
    If that's the case, it would really be best if you
    re-designed your page
    without using Layout View or Layout Cells. If you're somewhat
    new at this,
    your best bet would probably be building the page with simple
    tables in
    Dreamweaver's regular Design View.
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • WPC - Select Content Layout

    We just applied Patch 1 of SP14 to fix the issue with transports of pages that include portal iviews. This problem has been resolved, but we are no longer able to select the content layout of content within a page.  The menu option is greyed out.  Selections that were made before the patch was applied have now reverted back to the default layout.   Selections that were made before the patch was applied is being remembered though.
    Is there some additional configuration that needs to be done?
    Here's the entry from the log that seems to indicate some problem.  Has anyone seen this issue?
    #1.5 #005056B245B90093000000E8000024E0000447A73E42F616#1204683536359#com.sap.nw.wpc.core.toolbar.LayoutAction#sap.com/irj#com.sap.nw.wpc.core.toolbar.LayoutAction#mwohl#3584##n/a##8aaea2a0ea5611dc9418005056b245b9#Thread[PRT-Async 16,5,PRT-Async]##0#0#Error##Java###Error checking applicability of toolbar command
    [EXCEPTION]
    #1#java.lang.NullPointerException
         at com.sap.nw.wpc.km.service.layout.DefaultLayoutAdapter.mergeWithLayouts(DefaultLayoutAdapter.java:304)
         at com.sap.nw.wpc.km.service.layout.DefaultLayoutAdapter.getLayouts(DefaultLayoutAdapter.java:275)
         at com.sap.nw.wpc.km.service.layout.DefaultLayoutAdapter.getLayouts(DefaultLayoutAdapter.java:211)
         at com.sap.nw.wpc.core.toolbar.LayoutAction.isApplicable(LayoutAction.java:70)
         at com.sap.nw.wpc.core.toolbar.ToolBarManager.getHoverMenuString(ToolBarManager.java:422)
         at com.sap.nw.wpc.runtime.ContainerComponent.doDesign(ContainerComponent.java:114)
         at com.sap.nw.wpc.runtime.ContainerComponent.doEditinplace(ContainerComponent.java:63)
         at sun.reflect.GeneratedMethodAccessor832.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:134)
         at com.sap.nw.wpc.runtime.AbstractDisplayComponent.service(AbstractDisplayComponent.java:101)
         at com.sapportals.portal.prt.component.CachablePortalComponent.service(CachablePortalComponent.java:273)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:375)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:388)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    Edited by: Vijay on Mar 5, 2008 11:57 AM

    This issue has been resolved in SP14 Patch 2

  • Multiple value selection from a base query to jump query in Web

    Hi ,
    System info
    SAP BW 3.5               level-9
    PI_BASIS -2004_1_640     level-8
    SAP_ABA  -640            Level-11
    SAP_BASIS-640            Level-11
    We have an inventory query with Profit Center,Plant & Material as characteristic. When we run the query, for example we get 10 materials for a plant. We want to keep those materials as filter value for material & want to jump to another query. The Jump query will only execute for those selected materials.
    We can able to do the above scenario in BW BEx analyzer but we are not able to do in the web. Any input to resolve the issue are welcome.
    example
    Query A
    Profit Center     Plant  Material
    PC12345          P542     M1
    PC12345          P542    M2
    PC12345          P542    M3
    PC12345          P542     M4
    PC12345          P542     M5
    PC12345          P542     M6
    PC12345          P542     M7
    PC12345          P542     M8
    PC12345          P542     M9
    PC12345          P542     M10
    Select M1 to M10 & right click "Keep filter value"
    Then remove Material from the drilldown.
    The query looklike this:
    Query A
    Material M1....M10
    Profit Center     Plant 
    PC12345          P542     
    Then right click on P542 "Goto" jump query B.
    Query B get executed on those selected materials(M1...M10) as we have a material variable in query B which is mandatory.
    In a nut we are selecting more then one value & going to another query.
    Regards
    Mahendra

    when u select KEEP FILTER VALUE at tat instance u can select only 1 value
    HOW DID U SELECT   M1 & M10 bot within one hit.
    instead of using this option.... did u try restriction
    wat i mean is when u know before hand that u need only m1 & m10
    remove material first from the display
    it will automatically reside in Free chars
    right click material and hit RESTRICT
    select m1 &  m10
    hit okey
    now u will see desired result...
    now try jump query...
    try removing the material variable from query b , just for experiementing purpose
    and then repeat above exercise...
    let us know how u go with it

Maybe you are looking for

  • Flash 11.1 on Firefox 19.0 on android is not allowing text to be entered into text boxes (through flash) - how can i resolve this?

    My neice is trying to use the Build-a-Bear website, which requires Flash to login and run its services. However, the plug in is loading correctly, but we cannot enter letters into the login box, just numbers. It's not a firefox problem with entering

  • Help for installing Flashplayer 10.3 on a Mac?

    I have tried unsuccessfully to install flashplayer 10.3 on my MacBook using OS10.5.6. I get an Installation Successful message, follow the instructions to close my browser, but it is not there.  I have used both Safari and Firefox to try and install

  • Time Machine Restore Very Large

    I have a mid 2012 Macbook Pro retina that came with a 256GB SSD. I was having issues with the HD and replaced it with a 480GB SSD from OWC. When I restored my TimeMachine backup to the new SSD it says I only have 17GB available. I only had about 100G

  • How to search a BAPI

    Hi All, Can any one help me know how to find whether a BAPI exists for a particular task(ex create sales order BAPI_SALESORDER_CREATEFROMDATA) using the transaction BAPI . More clearly given a task how should i confirm/find whether a BAPI exists for

  • Ipad or Samsung Galaxy Note 10

    Hi, I am torn between buying the IPAD or Galaxy Note 10.  Please post pros, cons, etc on both?  I have both a PC and Macbook and use them both.  I also have the Galaxy Note 2 phone(went from the Iphone 5 to this) if this helps any. Thanks!