Designing layouts in AI vs. PS?

I need to create a flyer as a .pdf that will be sent via email and will likely be printed from an ink jet. The flyer will have images placed from Photoshop. Is there any reason to not layout the whole composition in AI and instead do it in PS? Is it just a matter of preference or are there strong reasons to go one way or the other?
Thanks.

In my opinion, if the output target is truly an inkjet printer, then the choice is moot. The only real reason to use a vector/raster strategy between (Ai) for vector, and (Ps) for raster, collating with common bounding box in (Id), is when the target is a high-resolution device, such as an offset press or a high-resolution digital press. For an inkjet printer target, just do your work at 300 ppi, and everything will be fine.

Similar Messages

  • Applet does not load on app server when Free Design Layout

    Hi,
    I have to embed a an applet in a webpage of an web application. Before I go on to anything.. let me first tell you, I am using Netbeans 6.0
    As shown in the tuorial:
    [http://www.netbeans.org/kb/articles/tutorial-applets-40.html]
    1. I first made the "Applet" source say HelloApplet. java. After compiling and running it I get the HelloApplet.jar.
    2. I created a WebApplication and then from the properties -> packaging -> I "Add Project" HelloApplet.jar.
    3. Then I a webpage I "embeded" the applet.
    4. I run the web app and the applet gets loaded and everything is just fine.
    But before I go on I must tell you that the applet was designed in Null Layout. Now I edited the applet source once again and changed the layout to Free Design Layout*. ( this is available from Netbeans..on the HelloApplet.java .. go to the design view.. right click on the form and from the context menu you can change the layout to FreeDesign or whatever you might want).
    When I expand the "Libraries" node I see the that the library Swing Layout Extensions - swing-layout-1.0.3.jar has been added.
    When I "run" the "HelloApplet.java" file, the applet is shown in the appletviewer. No problems with that.
    But!
    When I try to Clean & Build and Run the WebApplication, the applet does not get loaded. On inspecting the java console I see the following error:
    java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: org.jdesktop.layout.GroupLayout$Group
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 10 moreIt clearly shows that the Free Design Layout has something to do with the GroupLayout which can be found by expanding the "Swing Layout Extensions - swing-layout-1.0.3.jar". Now when the HelloApplet.jar is created only the HelloApplet.class file gets included together with some other data but NOT the swing extensions. Hence when I run the web app the class file looks for the GroupLayout.class definition but can find it in the jar as its not included when the HelloApplet.jar is created.
    But with null layout there isint a problem because null layout takes the definitions from the JRE on the machine.. and so it runs without a hitch.
    My Question is : How can I run the applet with Free Design Layout? or is it possible to package the swing layout extensions in the HelloApplet.jar?<</u>
    Thanks for all your replies.
    Cheers.
    Edited by: arijit_datta on May 15, 2008 4:07 PM

    Solved.
    Here is the solution:
    [http://www.nabble.com/Applet-does-not-load-on-app-server-when-Free-Design-Layout-to17259115.html|http://www.nabble.com/Applet-does-not-load-on-app-server-when-Free-Design-Layout-to17259115.html]
    Cheers..
    Edited by: arijit_datta on May 16, 2008 7:41 AM

  • NEW Design Layout Using Omnipotlet...?

    Hi All,
    Is it possible to build a "Customized Design Layout" using OmniPortlet...?
    How can i achieve this in OracleAS Portal V 10.1.4...?
    Please help me
    Regards,
    Kalyan Chandra

    You can do this using the HTML layout of omniportlet and please have a look at the following link to get more details:-
    http://download-east.oracle.com/docs/cd/B14099_19/portal.1014/b14135/pdg_op_ex.htm#CHDEBHCF
    -- Guneet

  • Best practice creating an Corporate Design (Layout) with a web dynpro

    I got now a dynpro application that has the functionality of my wishes.
    but how to create a corporate design (layout) for my customer?
    i heared that there is a special protal editor for making layouts?
    do you know a best practice? or is it best to work witch the dynpro explorer itself?

    Hi,
    if the application parameter WDTHEMEROOT is not availiable together with the other application parameters in the Workbench, then you might have a lower support package...
    For the style sheet editor you need a portal installation, it belongs to the portal. There's no ABAP transaction for that or ABAP only style sheet editor.
    Regards, Heidi
    PS: See also CSS for WebDynpro ABAP without Portal
    Message was edited by:
            Heidi von Geisau

  • Report Designer - Layout height and width

    Hi Experts,
    Is there an option to adjust the report designer layout height and width? I am able to adjust the individual row and column height. I have a report designed in report designer which will have only 5 rows. when I execute this web template the report item is displayed in one entire page instead of only 5 rows.
    How can I control/adjust the page size in report designer? Is this possible?
    Thanks,
    Gnana

    Gnana,
    are you starting the report from the portal directly, or do you have it embedded into a web template?  As the Report is a web item, you can set the size of the item.
    At first I was considering posting the reports directly to the portal, but there are some things that I don't like with how it handles them - for example if you have a report based on the query view, when you post it directly to the portal it will execute it with the saved variable values before you can change them.  Thus, I have to put it into a web template and set to prompt for variables at the beginning.
    Thanks

  • How to pull the data into smartform after designing layout?

    how to pull the data into smartform after designing layout?

    call the smartform in your Driver program and pass your output internal tables in the smartforms paramaters
    Check the below Sample code.
    FORM label_print.
      DATA : g_fm_name TYPE rs38l_fnam,
             g_output  TYPE ssfcompop,
             g_control TYPE ssfctrlop,
             g_form TYPE tdsfname VALUE 'ZPRINT_LABELS',
             g_dest TYPE rspopname,
             g_printer TYPE rspoptype..
      REFRESH : i_out[],i_qals[].
      SELECT matnr maktx
             INTO TABLE i_out
             FROM makt
             FOR ALL ENTRIES IN i_mseg
             WHERE matnr = i_mseg-matnr
             AND   spras = sy-langu.
      SELECT prueflos objnr ersteldat erstelzeit matnr revlv charg mengeneinh
             INTO TABLE i_qals
             FROM qals
             FOR ALL ENTRIES IN i_mseg
             WHERE matnr = i_mseg-matnr
             AND   charg = i_mseg-charg.
    *FM to accept the device type and returns the short name of the output device
      CALL FUNCTION 'EFG_GET_PRINTER'
        EXPORTING
          x_no_dialog  = ' '
          x_obligatory = 'X'
        IMPORTING
          y_tddest     = g_dest
        EXCEPTIONS
          cancelled    = 1
          failed       = 2
          OTHERS       = 3.
    *device type name for the output device
      SELECT SINGLE patype                                  "#EC CI_NOFIELD
             FROM tsp03d
             INTO g_printer
             WHERE padest = g_dest.
    *printer setting
      g_control-no_dialog = 'X'.
      g_output-tdarmod = '1'.
      g_output-tdcopies = '001'.
      g_output-tddest = g_dest.
      g_output-tdprinter = g_printer.
      g_output-tdnewid = 'X'.
      g_output-tdimmed = 'X'.
      CLEAR wa_mseg.
      LOOP AT i_mseg INTO wa_mseg.
        READ TABLE i_out INTO wa_out WITH KEY matnr = wa_mseg-matnr.
    check for the status and filter the records
        CLEAR : wa_qals.
        LOOP AT i_qals INTO wa_qals WHERE matnr = wa_mseg-matnr
                                    AND charg = wa_mseg-charg.
          CALL FUNCTION 'STATUS_TEXT_EDIT'
            EXPORTING
              objnr            = wa_qals-objnr
              spras            = sy-langu
            IMPORTING
              line             = l_status
            EXCEPTIONS
              object_not_found = 1
              OTHERS           = 2.
          IF l_status CS 'LTCA' OR l_status CS 'SKIP'.
            DELETE i_qals.
          ENDIF.
        ENDLOOP.
        SORT i_qals BY ersteldat DESCENDING erstelzeit DESCENDING.
        IF i_qals IS INITIAL.
          l_msg = text-002.
        ELSE.
          READ TABLE i_qals INTO wa_qals INDEX 1.
          SELECT prueflos vbewertung
                 INTO TABLE i_qave
                 FROM qave
                 WHERE prueflos = wa_qals-prueflos
                 AND   kzart = 'L'.
          IF sy-subrc <> 0.
            l_msg1 = text-003.
          ENDIF.
          SORT i_qave.
          CLEAR : wa_qave.
          IF NOT i_qave IS INITIAL.
            READ TABLE i_qave INTO wa_qave INDEX 1.
            IF wa_qave-vbewertung = 'A'.
              l_msg = text-002.
            ELSEIF wa_qave-vbewertung = 'R'.
              l_msg1 = text-003.
            ELSE.
              l_msg1 = text-003.
            ENDIF.
          ENDIF.
        ENDIF.
        CLEAR : wa_ser03.
        READ TABLE i_ser03 INTO wa_ser03 WITH KEY mblnr = wa_mseg-mblnr.
    *Calling Smartform
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
          EXPORTING
            formname           = g_form
          IMPORTING
            fm_name            = g_fm_name
          EXCEPTIONS
            no_form            = 1
            no_function_module = 2
            OTHERS             = 3.
        LOOP AT i_objk INTO wa_objk WHERE obknr = wa_ser03-obknr.
    *Calling FM generated from the smartform
          DATA : l_date(10) TYPE c,
                 l_date1(10) TYPE c,
                 l_date2(10) TYPE c,
                 l_date3(10) TYPE c,
                 l_hyphen(1) TYPE c VALUE '-'.
          CLEAR : l_date,l_date1,l_date2,l_date3.
          l_date1 = wa_mseg-vfdat+0(4).
          l_date2 = wa_mseg-vfdat+4(2).
          l_date3 = wa_mseg-vfdat+6(2).
          CONCATENATE l_date1 l_hyphen l_date2 l_hyphen l_date3 INTO l_date.
          CALL FUNCTION g_fm_name
            EXPORTING
              control_parameters = g_control
              output_options     = g_output
              user_settings      = ' '
              g_matnr            = wa_mseg-matnr
              g_mat_text         = wa_out-maktx
              g_batch            = wa_mseg-charg
              g_rev              = wa_qals-revlv
              g_edate            = l_date
              g_lot              = wa_qals-prueflos
              g_qty              = wa_mseg-erfmg
              g_uom              = wa_mseg-erfme
              g_serial           = wa_objk-sernr
              g_smsg             = l_msg
              g_fmsg             = l_msg1
            EXCEPTIONS
              formatting_error   = 1
              internal_error     = 2
              send_error         = 3
              user_canceled      = 4
              OTHERS             = 5.
          CLEAR  g_output-tdnewid.
        ENDLOOP.
        IF sy-subrc <> 0.
          CLEAR : l_date,l_date1,l_date2,l_date3.
          l_date1 = wa_mseg-vfdat+0(4).
          l_date2 = wa_mseg-vfdat+4(2).
          l_date3 = wa_mseg-vfdat+6(2).
          CONCATENATE l_date1 l_hyphen l_date2 l_hyphen l_date3 INTO l_date.
          CALL FUNCTION g_fm_name
            EXPORTING
              control_parameters = g_control
              output_options     = g_output
              user_settings      = ' '
              g_matnr            = wa_mseg-matnr
              g_mat_text         = wa_out-maktx
              g_batch            = wa_mseg-charg
              g_rev              = wa_qals-revlv
              g_edate            = l_date
              g_lot              = wa_qals-prueflos
              g_qty              = wa_mseg-erfmg
              g_uom              = wa_mseg-erfme
              g_serial           = wa_objk-sernr
              g_smsg             = l_msg
              g_fmsg             = l_msg1
            EXCEPTIONS
              formatting_error   = 1
              internal_error     = 2
              send_error         = 3
              user_canceled      = 4
              OTHERS             = 5.
          CLEAR g_output-tdnewid.
        ENDIF.
      ENDLOOP.
      IF sy-subrc = 0.
        MESSAGE i000(zm).
      ENDIF.
    ENDFORM.                    " label_print

  • Missing Pre-Designed Layouts

    I installed Cloud Suite with CS6 still installed on my system. After trying out CC for a while I uninstalled CS6. When opening DW CC now, there are no pre-designed layouts showing in the new page dialog. It looks like this:
    How can I get the pre-designed layouts back?

    Please refer the thread discussing similar issue.
    http://forums.adobe.com/message/5491936#5491936

  • Using formula in Print Design Layout

    I need to use the formula fields in teh print design layout procedures. I would like to create a field which displays a content conditioned on another field. IF-THEN-ELSE
    suppose Field_88 needs the formula
    IF(Field_87=="mom") THEN display "Hi Mom" ELSE display nothing
    Regards
    Henrik Lyder

    Henrick,
    You are on the right path.  From what I understand about your requirement I am giving below the steps.
    Step1:  Add a formula field and in the Field Properties window of that field in the Content Tab.  Reference the field whose Value you are checking.
    Let us suppose Field_89 is your new formula field and in the Contents Tab you will have Field_87=="mom". 
    NOTE:  There is no need for the <b>IF</b>.  Just <b>Field_xxx=="value"</b>. 
    Now in Field_88 properties in the General tab select Field_89 as the <b>Link to</b> field.  When you do this if the Formula in Field_89 is TRUE then this field will appear.  If you want <b>Hi Mom</b> to appear then define Field_88 as a Formula field too and in Content tab set function  <b>Concat("Hi ",Field_87)</b>
    Let me know if you have questions
    Suda

  • Design Layout of Project Dissapears

    This happened to me yesterday, once or twice.
    Now it seems that anytime I save a project and then close down Creator, when I open Creator back up and try to open an existing project the design layout dissapears. So does every object in the Document Outline. The source is still there, but not the "design" tab.
    Has anyone else had this problem and have you isolated it to a sequence of events so I can prevent it in the future

    Looking at the Creator log, I see this
    INFORMATIONAL *********** Exception occurred ************ at Thu Apr 15 15:19:56 PDT 2004
    java.lang.IllegalStateException: [Winsys] TopComponent com.sun.rave.designer.DesignerTopComp[Design,0,0,880x772,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=256,maximumSize=,minimumSize=,preferredSize=] throws runtime exception from its componentActivated() method. Repair it!
    [catch] at org.openide.windows.WindowManager.activateComponent(WindowManager.java:279)
         at com.sun.rave.windowmgr.WindowManagerImpl.activateComponent(WindowManagerImpl.java:368)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.reactivateSelectedComponent(LayoutManagerListenerImpl.java:41)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowChanged(LayoutManagerListenerImpl.java:125)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireComponentChanged(RLayoutWindow.java:503)
         at com.sun.winsys.layout.impl.RLayoutWindow.stateChanged(RLayoutWindow.java:436)
         at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:287)
         at javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:219)
         at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:116)
         at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:50)
         at javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:468)
         at javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:461)
         at com.sun.winsys.swing.BasicClosableTabbedPaneUI$MouseHandler.mousePressed(BasicClosableTabbedPaneUI.java:3459)
         at java.awt.Component.processMouseEvent(Component.java:5097)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    ==>
    java.lang.NullPointerException
         at com.sun.rave.insync.live.SourceLiveRoot.getInstanceName(SourceLiveRoot.java:34)
         at com.sun.rave.component.html.DocumentComp.<init>(DocumentComp.java:46)
         at com.sun.rave.designer.SelectionManager.updateNodes(SelectionManager.java:2643)
         at com.sun.rave.designer.DesignerTopComp.componentActivated(DesignerTopComp.java:590)
    [catch] at org.openide.windows.WindowManager.activateComponent(WindowManager.java:277)
         at com.sun.rave.windowmgr.WindowManagerImpl.activateComponent(WindowManagerImpl.java:368)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.reactivateSelectedComponent(LayoutManagerListenerImpl.java:41)
         at com.sun.rave.windowmgr.LayoutManagerListenerImpl.layoutWindowChanged(LayoutManagerListenerImpl.java:125)
         at com.sun.winsys.layout.impl.RLayoutWindow.fireComponentChanged(RLayoutWindow.java:503)
         at com.sun.winsys.layout.impl.RLayoutWindow.stateChanged(RLayoutWindow.java:436)
         at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:287)
         at javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:219)
         at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:116)
         at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:50)
         at javax.swing.JTabbedPane.setSelectedIndexImpl(JTabbedPane.java:468)
         at javax.swing.JTabbedPane.setSelectedIndex(JTabbedPane.java:461)
         at com.sun.winsys.swing.BasicClosableTabbedPaneUI$MouseHandler.mousePressed(BasicClosableTabbedPaneUI.java:3459)
         at java.awt.Component.processMouseEvent(Component.java:5097)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)I hope that helps. BTW, I'm just trying to re-open the SimpleNavigation tutorial that I created.

  • Getting Error while designing layout in sap webdynpro

    Hi,
    When i am trying to design a view layouti am getting the below error ,
    kindly help me out.
    Service cannot be reached
    What has happened?
    URL http://m0001012:8003/sap/bc/wdvd call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system EIR with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:M0001012_EIR_03-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    Thanks in advance.
    Best regards,
    radhakrishna

    Hi,
    Refer SICF service - error code 404
    http://wiki.sdn.sap.com/wiki/display/SI/ServicecannotbereachedERRORWhileExecutingLeaveRequest+Workitem
    Thanks,
    Chandra

  • How to view the Design layout for Status tracking in bw 3.5?

    Hi all,
    I am new to bps 3.5 ? and i have a status and tracking in the development created by some one.  i am able to execute it, but then i would like to see the desing layout of it.
    How the layout is design.
    Can anyone help me on this!!
    Thanks
    Pooja

    To my way of thinking, you do not so much design the STS layout as to customiise or configure the STS. This is done with transaction code BPS_TC. Certainily some admin user will need access in order to adjust the configuration from time to time, to set new dates, people, organisation changes and so on. Different authorizations are required for 'standard' users, 'super' users (with an overview of the whole process. and 'admin' who can configure the STS. But BPS_TC does not allow you to see or to change the layout of STS. (The program can be found from SE80 in BSP Application  TUNGUSKA.)
    Help is at:
    http://help.sap.com/saphelp_nw04/helpdata/EN/ff/3deba47cf511d5b3e30050dadfb23f/frameset.htm
    I think you would need a very compelling reason to change the basic design.
    Stephen

  • Is MS Word really the best Oracle can come with for designing layouts?

    Hi all,
    I am returning to XMLP development after first looking at it two years ago. Back then I advised our company not to use it for all report development as MS Word didn't seem robust or flexible enough to generate report layouts.
    Now I am working for a client that wants to use XMLP and am trying to develop a fairly simple tabular report but with about 5 levels of grouping. The resulting RTF template therefore has 5 levels of nested tables. Whilst all the data is coming out fine, I am finding it very hard to make the layout look anything like as within Word it is hard to select table cells, visually establish the heirachy of the tables, etc. A simple task like putting the correct borders around cells so they render correctly is very hard to get right. In addition to this I have a number of areas where erroneous white space is being displayed.
    Is Oracle seriously going to continue to expect developers to use MS Word as a layout designer or are they going to develop a decent product fit for the task? I am tired of hearing from sales guys, functional consultants and Oracle blurb how easy XMLP is to develop reports in. Yes, it is if the report is simple, but try and develop a more complex layout and it is anything but simple.
    Anyone got any advice or experience they can share? Are there any alternative tools on the market? A response from Oracle wouldn't go a miss to help stem my disappointment with both product and company!
    Cheers,
    Jon.

    Hi Guys,
    forgive me, that I am biased - I am responsible for the BI Publisher tool development.
    First one comment regarding the nested table - The code we generate for that is the worst part of the template builder. We already have implemented a new version, which is much better - to be released after 10.1.3.4. I apologize for us not fixing that issue earlier.
    Yes, the BI Publisher template builder for Word is different. Naturally it is better for some tasks and maybe weaker for some other ones. Nobody forced the E-Business Suite teams to take up BI/XML Publisher - I was PM in one of the teams so I know for sure - we all decided that we rather use BI Publisher. In our eyes it is a step forward and not 10 steps back.
    I was product manager for Oracle Contracts. We tried to create a contract layout with Oracle Reports and it was not pretty. Sure If I create just some data reports all the classical reporting tools are fine (Do you really like these other tools???)
    But creating contracts or more business style reports like invoices is MUCH easier with BI Publisher. With the first generation of the tools, it took my 2 hours to convert a customer contract example (in word naturally) into a production ready contract layout. Now, I could probably do it in 15 minutes.
    While PL/SQL has great acceptance in the Oracle Community, it is not everyone's favorite - for example Peoplesoft, JD Edwards or Siebel developers can not use PL/SQL.
    XSL has its quicks and wish it was a better language, but it is an OPEN standard.
    We have migrated about 3000 Oracle reports, and all of the Peoplesoft and JD Edwards reports... I don't think it is a toy. It has the same concept as Java Server Pages and it uses Word for formatting instead of HTML.
    True, knowing SQL does not help with BI Publisher reports, but user with a little SQL knowledge can do havoc to a production system. BI Publisher complete separates the responsibilities. SQL for professionals and Word for formatting. I think there are more people out there that know Word than SQL.
    Embedding the XSL did not turn out all that straight forward. We are also missing one feature in the standalone, that we had in E-Business Suite and that will be included in the 11g release: Subtemplates.
    Subtemplates allow you to write complicated XSL libraries that can be called from within RTF templates. For all of you who need to write complicated logic, it is much better to write the logic into an XSL stylesheet and just call out from within the Word template than coding to complicated logic into the Word document. Again my apologies for us not providing this option earlier.
    People also had to learn java for Oracle applications, when they only needed to know PL/SQL before.
    For all the people who don't like Microsoft Word, we are offering a web based alternative shortly after the 10.1.3.4 release. This tool may be better suited for data style reports - you will be the judge.
    I appreciate your feedback and I open for any suggested improvements.
    Thanks,
    Klaus
    Message was edited by:
    KlausFabian

  • In Smartform, facing difficulty in designing layout in Main Window

    Hi,
    I have a requirement to design a smart form layout as given below: (pls copy and paste below structure in Excel Sheet sothat its easy to understand from ur end).
    Oper     W/C     Production Resources & Tools                                         Confirmation#
    A     B     NC Tape  |  NC Specification  |  Mos No.  |  Fixture No.        
              C            |  D                        | E             |  F     
              Procedure No.                 |                 Specification No.     
              G                                   |                  H     
              Description     
              I     
    Qty Rcc     Qty ACC     Par/By    |   Qty Rej      |  Rel-Note/Department     Date
    ____     ____     ______   |   ________    |   ___________________     _____
    Here, the issue is while displaying the header details I am unable to populate the item values (here A,B,C,------I are the item values) for the Header columns (such as Oper, W/C,.........NC Tape,.....Procedure No.,.....Description....ect)
    Main issue is in designing multiple header column information with respect to my requirement.
    If any body understand my req and problem pls suggest how to design the same.
    Reply me for further clarifications.
    Thanks & Regards,
    Nagesh.

    Hi,
    Oper W/C Production Resources & Tools Confirmation#
    A B NC Tape | NC Specification | Mos No. | Fixture No.
    C | D | E | F
    Procedure No. | Specification No.
    G | H
    Description
    I
    Qty Rcc Qty ACC Par/By | Qty Rej | Rel-Note/Department Date
    ____ ____ ______ | ________ | ___________________ _____
    Oper W/C Production Resources & Tools Confirmation#
    A B
    For above use one Table Node
    NC Tape | NC Specification | Mos No. | Fixture No.
    C | D | E | F
    Another Table node
    Procedure No. | Specification No.
    G | H
    Another Table Node
    Description
    I
    Use one Teplate
    Qty Rcc Qty ACC Par/By | Qty Rej | Rel-Note/Department Date
    ____ ____ ______ | ________ | ___________________ _____
    Use Another Table node
    If you can give clear idea about Spec then i will surely help you.
    ???????? is not clear specification Because i am unable to understand A B  then Contionuation
    NC Tape| Nc Specification|xx|xxx these are headers??? for next item C D E F.

  • How to maintain Master Data through Web Application Designer layout.

    Hi.
    I’m Internship and I have to do something that it doesn’t work.
    I explain to you.
    I have to make a layout via Web Application Designer to permit users to add a line in the master data XST_RFC.
    For that, I did two things:
    First I followed this url : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607193d5-cdd5-2b10-c699-8ff04c3124f6?QuickLink=index&overridelayout=true&38392712686871
    The result; I have a problem with the appendix of method execute “DATA : ZL_WORKTEXT Type ZFREETEXT”. Here, SAP doen’t permit me to put XST_RFC (my characteristic to add by the user) but just /BIC/PXST_RFC… So, I tried with that and at the moment of the test in the Wad, the application say me “no Master Data in XST_RFC”. I know that there are no MD in my char, I just want to add once…
    So it doesn’t Work.
    Secondly, after testing, the Function Module test works. When a put an ID in the test page of SAP Logon in parameters, the FM put this ID and create a new line with this new ID. So I had an idea, use directly this function module in a Fox Formula but, when a call my function, I have a problem with variable/parameters type.
    My variable is TYPE XST_RFC , but my parameters is TYPE  /BIC/PXST_RFC….
    My Fox Formula
    DATA NEW_RFC TYPE XST_RFC.
    NEW_RFC = VARV(XVOU_RFC).
    CALL FUNCTION ZBWDSST_XX_MASTERDATAMAINTAIN
    EXPORTING
    VAR_RFC = NEW_RFC.
    My error message Types of parameter VAR_RFC () and variable NEW_RFC(C) are inconsistent
    If you can help me, I work on this issue for 4 days and I waste my time.
    Thanks.
    BR

    Dear All,
    The text flow for 0WS_QUEST & 0WS_QSTNNR is sufficient to make available Criteria from source system questionnaire in BW.
    After the text load (even it does not generate SID) we can already use Tcode SRM_VE_GROUPING & SRM_VE_WEIGHTING for customization of groupping and weighting in BW.
    Regards,
    Viresh

  • Custom design layout in Midlet

    hello friends,
    i am trying to design a Midlet for PDA (240X320 px). and i want to place the items on the form/screen in custom style.
    So pls help me to how to develop the screen with custom grid layout so that i can able to place the items in whereever i want.....
    waiting for your precious comments......
    thanks......

    Hi,
    It seems you are developing a CLDC MIDP application and not a CDC app, so your posting in the wrong forum.
    But, to answer you question, there are no 'out of the box' layout managers for MIDP. You could take a look at a framework called J2ME Polish which can give you thins kind of functionality.
    http://www.j2mepolish.org/
    Hope this helps,
    Jim

  • Design layout all scrambled after updated Muse CC

    After upgrading Muse CC to the latest version, one site I'm working on now looks very strange in design mode.  Text is larger and in a different font and misplaced.  The bizarre thing is that the site still looks as it should when I preview in browser or view the live site.  While it's good the live site remains exactly as I designed it, making any changes in design mode is now quite difficult because of how incorrectly the layout shows up.  Below are screen shots of one page in design mode and in preview mode.  The only change I made is upgrading Muse CC.  What could be causing this layout problem in design mode? 

    Hi aprilwilkinson,
    Please refer to the following thread:
    https://forums.adobe.com/message/6536397#6536397
    Regards,
    Sonam

Maybe you are looking for

  • URGENT ! Help to printing contents of a panel (Plz Help me)

    hi guys, i developed a application which consists of lot of information on a panel, i am using print utilities and printing the panel but its printing only the visible part of the panel and its printing a single page. is there any way i can print the

  • Update Query is not working

    Hi all, Below update query throws error. update S_ISS_OBJ_ATTR set DEFAULT_VAL in ( SELECT T5.name FROM S_VOD_VER T1 INNER JOIN S_VOD T2 ON T1.VOD_ID = T2.ROW_ID LEFT OUTER JOIN S_ISS_OBJ_DEF T3 ON T1.VOD_ID = T3.VOD_ID LEFT OUTER JOIN S_VOD T4 ON T3

  • IDM fails after upgrade to 6.1(1)E3

    Hi, I have a pair of ASA 5520s in active/standby with AIP-SSM-20 modules in each one... I upgraded one of the sensors this morning to 6.1(1)E3 from 6.0(5)E2, since I upgraded, I'm not able to get to large portions of the new version of IDM. I creates

  • Multiple AE imports

    I have to import multiple compositions from an After Effects project every day. What's really frustrating is that there is no group import option. The Premiere import window opens and lists all compositions in a project. I can select one and import i

  • Cannot migrate from 31.0 to 32.0.2

    For some days, Firefox keeps asking me to update to 32.0.2. However, if the update is done from the browser, it is stuck on "connecting to the update server". Going on the website to download it does not work : it says my version is up-to-date.