Air Mobile List Custom Layout

Hello Everyone,
  I am working with Adobe Air and I am making a mobile app.  I want a custom list layout so I thought I would try some examples I found on the web.  Unfortunately, most of these examples choke.  They generally have code in the updateDisplayList call that resembles this.
override public function updateDisplayList( width:Number, height:Number ):void
     super.updateDisplayList( width, height );
     var layoutTarget:GroupBase = target;
     for( var i:int =  0 ; i < layoutTarget.numElements; i++ )
          element = layoutTarget.getElementAt( i ) as IVisualElement;
          CRASHES HERE --> element.setLayoutBoundsSize( NaN , NaN );
          element.setLayoutBoundsPosition( xpos , ypos );
The issue I have found is that even though "layoutTarget.numElements" = 1, layoutTarget.getElementAt( i ) returns null, even when I don't cast it to anything. 
I've investigated looking at the TileLayout and VerticalLayout code, but I'm not quite sure I can even devise what is going on in there; they don't appear to be doing the stuff I am accustomed to seeing in the updateDIsplayList call.
Any help is greatly appreciated.

Yes, at first I thought it was a failed casting operation.  But upon further examination that wasn't the case.  For instance, the "thing" object in the following code is null, even though the layoutTarget.numElements = 1.
for( var i:int = 0; i < layoutTarget.numElements; i++ )
    var thing:Object = layoutTarget.getElementAt(i);
    //the "thing" is null
For background information, I am using the layout code from the Flex 4 Cookbook by O'Reilly found on page 96.
Any help is greatly appreciated.

Similar Messages

  • How to force a Custom Layout in the links sent by e-mail ?

    Hi everyone,
    For customizing the final user´s view for Discussion Groups,
    I created a custom Layout Set "myDiscussionGroupsContributor"
    that references a custom Collection List Renderer
    "myDiscussionGroupWithoutTopicsContributorCollectionListRenderer"
    that references a custom Command "my_join_discussion_thread_contributor"
    that has a custom Layout Set assigned "mySingleDiscExplorerContributor".
    When accessing the discussions via the final users it works fine
    (I´ve already corrected the "Back" link problem acording thread
    problem with discussion group contributor iview)
    The problem is that when I send a discussion via e-mail
    to another user using the "send to" command,
    the received link opens the discussion using the default
    "DiscussionGroupsContributor", in fact, the e-mail´s HTML code
    contains the property "rndLayoutSet=SingleDiscExplorerContributor"
    as noted in the following href element:
    href="http://myportal:50000/irj/servlet/prt/portal/prtroot/
    com.sap.km.cm.navigation/discussiongroups/
    80b935d9-90a8-2810-17a6-c88c15fd350b/
    324e1175-98a8-2810-16a2-ee1c1f9c54bc.dsc?
    StartUri=/discussiongroups/80b935d9-90a8-2810-17a6-c88c15fd350b/
    324e1175-98a8-2810-16a2-ee1c1f9c54bc.dsc&
    rndLayoutSet=SingleDiscExplorerContributor&scHeight=300&
    scWidth=220&scPostListWidth=500" target=_blank
    The same happens with the link in the subscriptions list.
    Does anybody know how to set the layout in these links ?

    Hi all,
    I solved the problem, so here I post the steps for the solution I found.
    1) Modify the Object Type Definitions:
    In the CM Repository there is a folder root > etc > oth.
    There you have to change the LayoutSet settings in the following files
    (I don´t know if it is necessary to modify all of them):
         - discussion_post.oth
         - discussion_topic.oth
         - discussion.oth
         - discussiongroups_items.oth
         - discussionPostType.oth
         - discussionType.oth
         - dscGroupsCollType.oth
         - dscGroupsItemsType.oth
    2) Then you have to reload de OTH settings:
    In the Content Management configuration (System Administration >
    System Configuration > Content Management)
    go to User Interface > Debugging Settings and edit the configuration.
    Add your user id to "UI Superusers" then enable
    "Enable Rendering Information" and save.
    Then go to a KM and clic on "Rendering Information"
    (If the link doesn´t appear, refresh your window).
    A new window opens, clic in "OTH-Overview"
    and then in the new window click on "Reload".
    Finally close all popup windows and go to the
    Debugging Settings again to disable the checkbox
    "Enable Rendering Information"
    For further information you can read:
    http://help.sap.com/saphelp_nw04/helpdata/en/02/e4e25538f7274eb08b317751f2f04b/frameset.htm
    and
    http://help.sap.com/saphelp_nw04/helpdata/en/f4/2c6b2089cc784bb384a7ea058de50d/frameset.htm
    I hope someone find this thread useful.
    Daniel Sacco

  • Custom Layout for FBL1N (Open Vendor Items)

    Hi All,
    I would like to create a custom layout for the List Output.  Currently there is only options as to display the Standard Local currency, I would like to include the value for the Document Currency (Transaction Currency) as well.  Does anyone have come across this before?  Thanks.
    Thanks.

    Hi,
    Creating a layout for any report is very easy.
    Go to TCODE FBL1N, in the output screen, below the menu options, you will find few buttons. you will find the button select layout, click on any one layout, and then click on the button select fields and copy the hidden fields from the select fields option,  add the fields you wish to add and then save the layout with a new name. Or you can also go through menu options - Settings ==> Special Fields - Include your special fields from the available tables. (This is cross client configuraiton)
    hope this helps
    regards,
    radhika

  • How to give link between 2 customized layout in f110 transactions.

    Hello Abapers,
    I am developing customized layout for f110 transaction.I have developed layour for cheques as zcheques and for payment advice,i have developed layout as zpayadvice.When i am running f110 transaction..it is giving output of cheques only,it is not giving payment advice report.when I am using standard prenumbered cheques form and it is diplaying my customized layout of payment advice(zpayadvice)..this is my porblem..Is there any interlink between customized layouts in f110 transaction.how can i solve this problem.
    This is very urgent for me.
    waiting for ur favourable replies.
    Regards
    Maruthi.

    The SelectOneChoice section is:
    <af:selectOneChoice value="#{bindings.ProcessId1.inputValue}"
    label="#{bindings.ProcessId1.label}"
    autoSubmit="true" id="ProcList"
    showRequired="true">
    <f:selectItems value="#{bindings.ProcessId1.items}"/>
    </af:selectOneChoice>
    and the binding list:
    <list StaticList="false" ListOperMode="0" IterBinding="NameViewIterator"
    ListIter="ProcessListIterator" id="ProcessId1" NullValueFlag="1"
    NullValueId="ProcessId1_null">
    <AttrNames>
    <Item Value="ProcessId"/>
    </AttrNames>
    <ListAttrNames>
    <Item Value="ProcessId"/>
    </ListAttrNames>
    <ListDisplayAttrNames>
    <Item Value="ProcessName"/>
    </ListDisplayAttrNames>
    </list>
    Do I need to change the format of SelectOneChoice to add "for each"?
    Message was edited by:
    [email protected]

  • Custom layouts for Address book - plugins? utilities?

    I checked out Dr. Mac's site (I think that was the name) instructions on creating custom layouts which will also work with address book. It didn't help since I want to design my own layout and be able to preview it in address book. Unfortunately that feature doesn't seem to exist (unless I've missed it) so I'd like to find either a utility or plugin that allows me to do this within address book. I want to set the column widths, the widths between each column, where to put the page number etc.
    Your comments and/or suggestions would be most welcome.
    Thanks.

    Eve Elberg wrote:
    That's the problem. I want to extend address books capabilities so that I CAN do all those things.
    you can't. there is nothing like this in address book. no plugins or 3rd party tools for this either. and I don't understand what you really mean by a custom layout when talking about address book. address book just lists addresses. you can customize which fields and address book entry can have but that's it.

  • Absolute pôsitionning vs custom layout using custom constraints

    Hello,
    Context:*
    my team has developped a custom PlanningPanel that show a kind of time sheet or planning: this display shows "task" objects (which represent operations performed by industrial equipments) and "result" objects (which represent the products and byproducts of the operations).
    We needed rather simple edition functionalities, not a full-fledged Gantt-diagram (critical path highlighting, etc), so we dismissed trying to find a planning edition library and we went our own way.
    We decided on absolute positionning (null Layout). It was a lot of work, but has worked quite well, until recent maintenance caused some regressions, and proved a bit hard to evolve.
    I'm afraid I can't post an SSCCE; what I want to do in this thread is discuss alternatives (what other solutions did we have, or could we switch to). I may be spwaning dedicated forum threads to ask on specific issues.
    Requirements:*
    Display:
    - each task is on its own line (and the x axis represents the clock)
    - several tasks can have a common clock span (they are executed in parallel)
    - each task shows up as a rectangle
    - results shows as icons under their task
    - contextual tooltips are displayed when hovering over the tasks/results areas
    Edition:
    - the user can select a task, or a result (and edit a contextual form)
    - resize the rectangles (which edits the task duration)
    - move (drag and drop) a task, moving its results along (changes the start time and end time, or reorder lines for clarity)
    - define dependencies (so that one task's inputs are made of former tasks' results) as connecting lines.
    The system is also used to drive the task execution (generates command scripts for task-specific systems and spawns the adequate processes). The application provides a read-only view of the tasks in action (for monitoring purposes), which shows each task as a colored rectangle that fills up as the process advances
    - the monitoring view enable to select a task/result to open a detailed state view, or pause/resume a task
    - but the user can not add/delete/move anything
    - Both editor and monitor views are close enough so that we wanted to factor the layout code
    Design Choice(s):*
    The developper decided on absolute positionning across the whole panel.
    Thinking back, the lines could easily have been laid out in a GridLayout, but for the rest, it seemed a good option.
    Thinking further, here are the alternatives I may have proposed (the app is in production as of today, but it is still possible to rework the thing along the next version if it decreases maitenance costs).
    - initial thought: custom PlanningPanel with one big paint method. The paintComponent() would use the model to draw the appropriate rectangles on its Graphics2D.
    - the current solution: custom PlanningPanel with absolute positionning of children panels: the PlanningPanel has a null Layout, its children are TaskPanel and ResultPanel instances, which are positionned manually (+setBounds()+).
    - custom Panel with Renderers: there would be only one panel, whose paintComponent() method would use a couple of flyweight TaskRenderer and ResultRenderer.
    - custom LayoutManager: there would be only one regular JPanel, whose Layout would be a custom PlanningLayout, that knows how to translate TaskModel properties (start time, duration,...) into coordinates
    In all cases above the dependency lines are drawn in the main panel's paintComponent(). The lines could also have been empty non-opaque JPanels, laid out consistently, and overriding their paintComponent() that would simply draw the appropriate diagonal.
    In all cases, the coordinates are computed by custom code, based on the properties of the tasks, and the moderate complexity of this computing is the same in all cases, provided their is a handy mapping between each "widget" and its corresponding entity (+TaskModel+, ResultModel).
    The approaches merely differ in how they integrate with event and repaint handling.
    We considered the Renderer approach, but I was afraid it would complicate the interactions (DnD, resizing, click, even contextual tooltip), same thing for the big paint method approach.
    It still think the current model where each task and result is an instane of some subclass of JComponent is quite straightforward in this regard:
    theTaskPanel.addMouseListener(new MouseListener() {
        public void mouseClicked(...) {
            contextualFormArea.showFormForTask(theTaskPanel.getTaskId());
    });Moreover, both first two approaches would have made it harder to "optimize" the drawing (painting only the areas that need change).
    The current solution works nicely on these aspects. However it exhibits some erratic problems, such as:
    - some tasks are blank rectangles when the planning panel is scrolled within a JScrollPane, whereas the correct painting comes back when the window is resized.
    - sometimes the contextual tooltip shows another task's state
    What I haven't considered until that day is developping a custom LayoutManager. I naivley think this might correct the painting problems or at least isolate it, as it would separate the positionning and the "edition" codes (the custom PlanningPanel contains methods to add a task, create IDs, handle drop points,... and is a fairly big intimidating class.
    Indeed it seems this separation would be the main advantage of the custom LayoutManager.
    The painting code (filling rectangles, switching colors), is mostly separated already, in TaskPanel and ResultPanel.
    --> I am correct so far? Any other alternative? Any argument pro/against the custom LayoutManager approach?*
    In particular, is it worth the trouble to devise a custom Layoutmanager that has only two use cases?
    Edited by: jduprez on May 28, 2009 11:24 AM

    Thank you for following up (and forgiving my interference in your own thread).
    However I disagree with most of your arguments.
    What you described seems to fit with the Model-View-Controller pattern with some nice OOD thrown in :).Sorry, I don't understand this sentence.
    1) Constraint objects may be over-engineering the problemDesigning Constraint as Adapters may be a bit far-fetched, right, but I think designing Constraints helps in making the layout reusable (remember, the layout would be used to represent two sets of entities whose classes have no inheritance relationship).
    2) Use a Grid Layout if that makes life easier, otherwise use a custom layout. I mentioned GridLayout about vertically stacking "lines" of tasks, but a GridLayout sure doesn't fit putting task widgets of different width (duration) on a horizontal timeline.
    i think it may be more clean to simply override the size methods (min, max pref size, etc.) that the layout manager will call and calculate the desired size there (or have them call a method that does it and return that.) This way, each object knows how to provide its desired size instead of relying on some other [constraint] object to provide it.Thank you for this suggestion. This is an interesting point of view, I'll think more about it, but on first read it doesn't seem to fit for several reasons.
    - this assumes the object has all the information necessary to compute its, say, preferred size. That's not the case out of the box: there is this "scale factor", that currently is known by the container, and there's also the constraint that a task with results is drawn thinner so that the result icons fit underneath. You couldn't guess those constraints, and admittedly I could rework my TaskPanel so that it receives the missing info
    - I think it would go contrary to what a LayoutManager generally does. Think about GridLayout: each child component has no clue as to how big it will render. And the GridLayout silently ignores all desired (min/max/pref'd) sizes. The LayoutManager has all the info (the list of children, their desired sizes, additional constraints, and the layout-specific rules) and arbitrates between desired sizes, which are no more than suggestions.
    - In particular, I don't se what it brings to split "how big am I" and "where do I go" across two classes, especially since in my case both will essentially convert times or durations into numbers of pixels.
    - Eventually, I have two situations, with in particular two "duration-dependant widgets" (TaskDefinitionPanel and TaskExecutionPanel). Reusing the same layout logic (duration/width conversion included) forces them to share some code (be it to delegate to a common class).
    To summarize, put the "How big am I?" code in the over-ridden size methods, and the "where do I go?" code in the layout manager.I understand you refer to my specific situation (because this maxim, although it sounds well, is not a correct description of how standard LayoutManagers work). Thank you for the refreshing point of view, but I think I'll keep the size code out of the widget classes (they already contain the painting and event-handling logic).
    Thank you anyway. Regards.
    J.

  • How do you profile AIR mobile applications?

    I'm used to using FlashBuilder to profile an application, take memory snapshots, and find lingering objects from memory leaks.  With AIR mobile, the best I can do is run Adobe Scout to verify that my application has a memory leak.  The list of all ActionScript objects is massive- it's not useful for tracking down a leak.  Is there a way to use the standard FlashBuilder profiler, or another way to track down a memory leak using Adobe Scout?
    Thanks!

    Yes, I've enabled telemetry.  I use object pooling and nulling, but not in the instance that's causing the exception.  It's a simple block that involves a few Parsley commands and an ANE.  I really need the profiler to figure out what part is leaking, and I have to test it on a device because of the ANE.

  • Customizing Layout Control

    Hi Experts,
    I want to customize layout controls. Content Management -->User Interface > Mapping>Layout Controllers.
    see the help link is: http://help.sap.com/saphelp_nw04s/helpdata/en/4e/02573d675e910fe10000000a114084/frameset.htm
    In this Five Screen area is  MenuTreeListPreviewLayoutController,  I want List in Left side, i want preview area (no flavor) in right side,  like content area in our portal. how can i do this?
    Layout control property is Java Class, Where it is deployed..
    Please help me regarding this..
    Thanks and Regards,
    Art.

    Hi detlev,
    Thanks for your reply.
    I have modifed the java class. and created layout controller and assigned that controller to customized layout set. In that I have listed the files in left side, file click shows preview in right side.
    when i am assigning the customized layout set to folder through presentation option. It showing files with context menu (not showing size, lock, modified and modifedBy because i have removed these in collection renderer), getting preview in right side. fine.. this is what i expected.
    But I have created KM Navigation iView, I have given customized layout set name in layout set property. When I Preview the iView, It showing the files and folder with context menu, and also size, lock, modified and modifiedBy.
    Why it is showing when i use the layout set in iView property? (but it is not showing when in use the same layout set through presentation) How can i solve this issue..
    Thanks and Regards,
    Art Tech

  • Custom Layout - Width Issues

    I have created two custom layouts.  The first has three columns and is only used when there is no DTN Visible.  The second has two columns and is only used when there is a DTN.  Both use the same style sheet and the left column of the first layout is the same width as the DTN (so it appears the same column is used on all pages just with navigation or no navigation.)
    Oh and we are also using a custom innerpage layout which was derived from the existing WAandNAVPanel layout.  (We removed the expand/collapse icons and changed the width of the DTN to align with our masthead image.)
    Everything looks great until I start adding content.  When I add wpc content (paragraphs, link lists) to the right column of the second layout it streches the right column width so it no longer lines up with our masthead images.  This does not occur when adding to the first layout even when using the exact same piece of content.
    Any ideas why this is happening?  I assume it must have something to do with the DTN and Innerpage layout but haven't been able to come up with any conclusive reasoning for what is actually causing the right column to expand. 
    Any thoughts/ideas/suggestions are appreciated as we plan to push out the new layouts within the next week!  Thanks in Advance!!)

    For some reason this was very tricky and I ended up having to use Tables and DIVs both in my layouts.  I came out with this - but it works great and does not expand the columns regardless of content:
    <style TYPE="text/css">
    <!--
    td { vertical-align:top; text-align:left; font-family: arial,verdana; font-size: 9pt; overflow:hidden;}
    -->
    </style>
    <lyt:template>
      <table width="100%" cellspacing="0" cellpadding="0">
      <tbody valign="top">
      <tr>
      <td width='547px' class='main'>
        <div id='main_content' style='width:547px; text-align:left; overflow=hidden;'>
              <table width="100%" cellspacing="0">
              <tbody>
                   <tr><td class="main"><wpc:container id="a1" /></td></tr>
                   <tr><td class="main"><wpc:container id="a2" /></td></tr>
                   <tr><td class="main"><wpc:container id="a3" /></td></tr>
                   <tr><td class="main"><wpc:container id="a4" /></td></tr>
                   <tr><td class="main"><wpc:container id="a5" /></td></tr>
              </tbody>
              </table>
         </div>
       </td>
        <td width='225px' class='main'>
        <div id='main_content' style='width:225px; text-align:left; overflow=hidden;'>
              <table width="100%" cellspacing="0">
              <tbody>
                   <tr><td class="main"><wpc:container id="b1" /></td></tr>
                   <tr><td class="main"><wpc:container id="b2" /></td></tr>
                   <tr><td class="main"><wpc:container id="b3" /></td></tr>
                   <tr><td class="main"><wpc:container id="b4" /></td></tr>
                   <tr><td class="main"><wpc:container id="b5" /></td></tr>
              </tbody>
              </table>
         </div>
       </td>
    </tr>
    </tbody>
    </table>
    </lyt:template>
    Edited by: TA on Jun 17, 2009 2:34 PM

  • Adding Custom Layout Manager

    I'm trying to add my own LayoutManager to JDeveloper following the instructions at http://otn.oracle.com/jdeveloper/help/
    This might help identify the exact page:
    javascript:top.footer.viewTopic('jar%253Afile%253A/u01/webapps/OHW/ohw-app/jdeveloper/helpsets/jdeveloper/developing_gui_clients.jar%2521/ui_paddcustom.html');
    Snip
    JDeveloper supports the integration of other layout managers with its UI Editor. To get a custom layout manager to appear in the Inspector's layout property list, make sure that the layout manager is on the IDEClasspath as defined in JDeveloper\bin\jdeveloper.ini, and add the following line to JDeveloper\bin\addins.properties:
    jdeveloper.uiassistant.<full class name>=oracle.jdeveloper.uidesigner.BasicLayoutAssistant
    End snip
    I don't have jdeveloper.ini anywhere in my hierarchy. At present, I'm setting JDEV_CLASSPATH before starting jdev.exe. Is their a method for providing my own libraries to JDeveloper?
    I have addins.properties, but it is in JDeveloper\jdev\bin and this is the one I'm editing.
    Adding the line above gives the following console message when the UI is started:
    Assistant for com.wb.wfc.FormLayout could not be found: oracle.jdeveloper.uidesigner.BasicLayoutAssistant
    Adding jdeveloper.uiassistant.com.wb.wfc.FormLayout=oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant (cribbed from other assistants in the addins.properties file) shows my manager in the PropertyInspector, but won't allow it to be selected.
    My manager takes a simple String as it's Constraint. Must I do something else?
    Tony.

    Hello,
    we would like to provide a Layout Manager Support for a custom layout manager in JDev 9.0.3. A short description of how this can be done is provided in den jdev online docs "Developing Java GUI Clients / Working with Layout Manager / Adding Custom Layout Manager". There the javadocs for the oracle.jdevimpl.uieditor package is referenced. We found the classes needed in jdev.jar, but the jdev-doc.jar does not include the javadocs for this package. Can anyone help us with this?
    Regards
    Stefan Unfortunately the uieditor package has not been included in the javadoc distribution. I do not know of a way for you to
    generate the javadoc yourself without the source files. I have logged a bug to have the javadoc included in future releases.
    bug #2697038

  • Issue with creation of custom layouts using SAP Help Documentation

    Hi Experts,
    My requirement is to create a home custom page layout (using web dynpro) in Composite Environment. The default options available in CE are not useful for me. I set out to make a custom layout using the following this SAP Help Documentation: [          Creating a Web Dynpro Page Layout (SAP Library - Using the Portal as a Frontend)|https://cw.sdn.sap.com/cw/docs/DOC-102846]
    I have followed the instructions and followed all the steps, yet I fail to see the application in CE. The custom page layout is not displayed neither in options and is not available any where.
    Please let me know if anybody followed these steps and have got any success.
    Thanks in advance
    Srikant

    Hi
    Can somebody let me know if they have implemented a customised solution of creation of page layouts using Web Dynpro - as per the steps suggested by SAP.
    Thanks in advance
    Srikant

  • How to create a custom layout set to display the KM folders...

    Could someone please tell me how to create a custom layout set to display the KM folders?
    Thanks,
    Sudha.

    Hi Sudha,
    Please check the following blogs whick will guide you step by step.
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4123
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3071
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c3/c91b5610b65b4aa8204d09384d156b/frameset.htm
    If helps reward points
    cheers
    dev

  • R12: PO Print report not accepting custom layout

    Hi All,
    PO Print report is not picking up the custom layout in R12.
    We have developed a custom layour ( .rtf).It works fine when run as a concurrent program.
    But if we follow the standard navigations ( Inquire/View document ) generates the standard report only.
    If any body has worked on similar type of issue anytime please let me know.
    Thanks in advance.
    Regards,
    Baldeep
    9880054721
    [email protected]

    We are using r12-12.1.1.
    Still this bug is not rectified(6806428). Oracle has taken up new Enhancement request 9264442.
    Funny that it will rectified in next version .
    This db flaw in india localization which doest allow to pick sum of each taxes.
    Edited by: |SN| on Jan 21, 2010 10:46 PM

  • Multi color gradient for touch and selected color of spark mobile list

    multi color gradient for touch and selected color of spark mobile list
    how to get dat?

    or how about a bitmap as the background for the touch and selected color for the items in a list.

  • How to get a list of Layout Sets

    Hi Experts,
    How do I get a list of Layout sets in Portal ?
    I am using a KM Navigation IView to show a list of External Links. I have used a copy of Links IView for this. The Layout set used here is "LinkListExplorer".
    The problem with this layout set is it provides an option of Organize Entries to all End users. An end user might potentially delete a link or edit it due to this.
    I want to get rid of Organize Entries feature in this IView, which I feel can be achieved only by changing Layout of the IVIew.
    Please guide me to list of Layout sets or a way to maintain permissions for Links IView.
    Thanks,
    Yomesh.

    System Administration -> System Configuration -> Knowledge Management -> Content Management
    then,
    User Interface -> Settings -> Layout Set
    You will see lots of layouts sets that you can use...

Maybe you are looking for

  • Issue in Deletion of approved leave request using ws12300111

    We are using Std workflow 12300111 and its working fine for new leave request and change leave request but when raise request for deletion of approved leave request the workitem created and info type  updated automatically without seeking approval fr

  • Skipping Pages in a PWB Smartform

    Hi All,      I have created one application form and a related smart form. The name of the Application Form is IS_U_CA_INSTPLAN. This, when run in mass run,  is executed for a few number of times based on certain conditions. My associted smart form i

  • URL containing two slashes are not handled correctly

    Hello, I'm having a problem with the following setup : I use a Sun One Web Server 6.1 SP8 instance as a frontend to a Weblogic 10 instance. All the traffic from the Web Server is forwarded to the Weblogic instance. So far so good. Until I encountered

  • PO Header Text Replication from SRM 4.0 to ECC 5.0

    Hi All, I am trying to replicate PO Header Text from SRM 4.0 to ECC 5.0 with Extended Classic Scenario. Process of PO Header Text Entering in SRM PO: 1. We create PO from Sourcing. 2. We go to Processing POs and then we enter under Header Data -> Doc

  • V11.1.2.1 Sorting Data Form - Honor Hierarchy

    Could someone please tell me how does Honor Hierarchy work? I understand the user guide but it doesn't seem to be doing what it explains. I am expecting the data sorting to be within each hierarchy, but it works across data anyways. Regards Abhi