Dynamic Design

How to design a table data where we don't know what the groups and subgroups
leveling will be.
Generally in inventory we keep item group, item sub group and if needed, further classification.
But what if we don't know what will be the group and subgroup level.
Can we keep in one table , like item master;

How do they handle the dynamic classification in SAP, Oracle apps or other such products specially for material classification.I suppose thats where the customization part comes in. None of the products can cater your (or end users) needs out-of-the-box unless customized.
I must add though, at least I have not come across such a wonderfully dynamic system :-)
Suppose if i could keep the all the attributes for an item row-wise and not column-wise so i could add any no of attributes, keeping an attribute master.That is really a good idea wherein you will literally prevent any kind of structural changes but bear in mind that was not a production example provided by Gints (as he mentions in his post). In that case, he has given a limited number of options. (IMO) A query against such a structure would mostly be a pivot query as application users are more likely to like the column-wise view than a row wise view of attributes of an item.

Similar Messages

  • Install a customer font - dynamic form design

    Hi all,
    we set the parameter  gs_docparams-dynamic mit abap_true for generating the form, beause we locate some form objects dynamically. Now we need to embed our customer font other licenses (for the dynamic form design).
    So, we installed the font (for dynamic design) on the ADS, but it is still the same problem, that the font is not embedded in the PDF.
    Should the font be installed on the ADS and the client?
    Do somebody have install instructions? ...or other ideas?
    Thanks in advance.
    Marc

    Hi,
    What ever font you installed in ADS, Same font you need to install in your Desktop/Laptop where you are designing form.
    Once the fonts are installed, they are visible  in your form and you can include the fonts  in the form.
    Note: After Installing the font in ADS, you need to restart the ADS Service(Normally basis people will do this)
    Thanks.
    Uma

  • No Design View?

    I hope I'm mistaken in understanding that design view has been removed from flash builder 4.7. That was one of the coolest things about flash builder, I think removing it had to be one of the dumbest ideas anybody's ever had.
    Please tell me how mistaken and there is a way to enable this feature,

    There is no other way to see what you are doing unless you publish a swf.
    IMHO
    For simple projects its not a big deal but if you work on large enterprise projects ( one of my projects has over 30,000 lines of code ) with complex dynamic designs that need to be compiled and uploaded to a server because of variables that need to be passed in and other remoting calls that need to communicate with services using session data it is a real drag. It can take several minutes to compile and upload just to test if I need to move something even as little as 1px in one direction or another.
    And it is way faster  to drag and drop components and set the properties in design view rather than typing everything in manually. Thats where the "Rapidly Deploy" was a big plus.
    When you have several projects going on with multiple deadlines you need every second you can get.
    Once the initial layouts are established DV is not used much except for some small changes that are called for.
    Using FB4.6 and FB4.7 to work a project is just lame but I guess I have little choice if I wish to stay current.
    Some may say "Migrate to HTML5,CSS3,JavaScript"
    I would say "There are no HTML5 equivalents for these key features we use".
    1) Encoding HD quality Video/Audio  from the browser.
    2) A way to stream that video to an  RTMP server (AMS and/or Wowza) from the browser to record and send live streams.
    3) Use RemoteShared Objects and other complex SSAS functionality that has various functions that also connect to external gateway services.
    4) Use LocalConnections to commumicate with  AIR apps our project launch.
    There are more but these are the minimum I need to address to even think about migrating.
    Adobe is leaving us high and dry with an inferior product compared to previous versions.
    Nice job weenies. Your "Too Bad For You" attitude will bite you.

  • How to enter a style ID/Class for a box?

    I don't see any apparent way to enter a style ID or class name for a selected box.  Neither the "Layout" tab nor the "Styling" tab have a widget for this.  No such presence in the Right-Click menu, either.  Those are the places where I would expect this to be.
    Why would I want such a thing?  Because I'm a code jockey and will likely use ER as a preliminary layout designer.  Then I will, likely, load the code into an editor, like Dreamweaver or Netbeans and finish the design from there.  I use PHP a lot for dynamic designs such as database driven and things like "smart nav menus" that know not to display a menu item for the page that is currently loaded and that build auto-magically based on a site-map.  Plus I use jQuery a lot.
    Message was edited by: Steve Lawson -- qualified the need to code.

    You can change the IDs that are used by renaming the elements. Just double click the "box" or "image" label in the dom panel or selector at the bottom of the pages and type in what you want it to be.
    We only use ID selectors so this is just changing the ID. If you want to use classes you can change that code when you are inside of Dreamweaver, but at least with your own name it should be easier to find in the code exported from Reflow.
    Hope that helps and thanks for using Reflow!
    Chris

  • How to Automatically generate .XSL file of XML file ???

    Hello Everyone,
    I have UI which provide the facility to create own format by using drag and drop utility. I have also xml file which contains the data. Now task is how to automatically generate the .xsl file of the dynamically designed format for the data stored in xml form.
    If you have any idea about the solution of the above problem.
    I will thankful for any help regarding this…
    Thanks
    B. Kumar

    XSL stands for EXtensible Stylesheet Language, and is a style sheet language for XML documents. .xsl is the extension of the XSL file.Thank you, I am aware of all that.
    When we design any format by using drag & drop utility, System has to generate the .xsl file (extensible stylesheet for the xml document).Why? To accomplish what?
    And then .xsl file is used to display the data which is stored in xml document on the webpage with designed format.So you need to define the mapping between XML and HTML? and you're hoping to do that automatically?
    That's a job for a user interface designer. Not a tool.
    In brief we need to write a parson
    Parser
    which will take any designed format and generate the .xsl file for that design, to display the data which is stored in XML document.Doesn't make sense. It would make more sense if you started from a schema. Starting from an actual XML document, i.e. an instance of the schema, no, not even slightly.

  • Install a customer font

    Hi all,
    we set the parameter  gs_docparams-dynamic mit abap_true for generating the form, beause we locate some form objects dynamically. Now we need to embed our customer font other licenses (for the dynamic form design).
    So, we installed the font (for dynamic design) on the ADS, but it is still the same problem, that the font is not embedded in the PDF.
    Should the font be installed on the ADS and the client?
    Do somebody have install instructions? ...or other ideas?
    Thanks in advance.
    Marc

    Hi,
    What ever font you installed in ADS, Same font you need to install in your Desktop/Laptop where you are designing form.
    Once the fonts are installed, they are visible  in your form and you can include the fonts  in the form.
    Note: After Installing the font in ADS, you need to restart the ADS Service(Normally basis people will do this)
    Thanks.
    Uma

  • PL/SQL Advanced

    Say I have a PL/SQL package:
    -- Then inside that PL/SQL package I have two value defined.
    PACKAGE test$package BODY IS
    P_WO_ID NUMBER :=5;
    P_SOL_ID NUMBER :=7;
    -- A Function out somewhere in other module who does return me a value
    -- based on parameter that I pass.
    FUNCTION check$package (P_MY_PACKAGE IN VARCHAR2) IS
    RETURN NUMBER
    IF P_MAY_PACKAGE = 'test$pakcage' THEN
    RETURN (P_MY_PACKAGE| |'P_WO_ID'); -- HERE IS THE PROBLEM:
    -- I am getting the string name back
    -- 'TEST$PACKAGE.P_WO_ID' NOT the value '5'
    -- I DON"T WANT to reference like TEST$PACKAGE.P_WO_ID
    -- because I have too many packages and variable and
    -- my package name change dynamically (Designer/2000,
    -- Web server and Oracle 8)
    -- Any suggestion ?
    ELSE
    RETURN (P_MYPACKAGE| |'P_SOL_ID'); -- Here I get 'TEST$PACKAGE.P_SOL_ID' NOT the value that I
    -- Looking for is '7'
    END IF;
    END;
    ====================================================================
    Any suggestion and help? How to solve the problem
    Thanks.

    i don't remember the right syntax, see reference.
    in return section use dynamic sql
    declare
    something number;
    begin
    i := dbms_sql.open_cursor;
    dbms_sql.parse(i, 'begin i := '| |p_my_package| |'.po_sol_id; end;', dbms_sql.native);
    dbms_sql.bind_variable(i, something, ..
    dbms_sql.execute(i,
    dbms_sql.close_cursor(i);
    return something;
    Regards,
    Pavel
    mailto:[email protected]
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by sshoaee:
    Say I have a PL/SQL package:
    -- Then inside that PL/SQL package I have two value defined.
    PACKAGE test$package BODY IS
    P_WO_ID NUMBER :=5;
    P_SOL_ID NUMBER :=7;
    -- A Function out somewhere in other module who does return me a value
    -- based on parameter that I pass.
    FUNCTION check$package (P_MY_PACKAGE IN VARCHAR2) IS
    RETURN NUMBER
    IF P_MAY_PACKAGE = 'test$pakcage' THEN
    RETURN (P_MY_PACKAGE| |'P_WO_ID'); -- HERE IS THE PROBLEM:
    -- I am getting the string name back
    -- 'TEST$PACKAGE.P_WO_ID' NOT the value '5'
    -- I DON"T WANT to reference like TEST$PACKAGE.P_WO_ID
    -- because I have too many packages and variable and
    -- my package name change dynamically (Designer/2000,
    -- Web server and Oracle 8)
    -- Any suggestion ?
    ELSE
    RETURN (P_MYPACKAGE| |'P_SOL_ID'); -- Here I get 'TEST$PACKAGE.P_SOL_ID' NOT the value that I
    -- Looking for is '7'
    END IF;
    END;
    ====================================================================
    Any suggestion and help? How to solve the problem
    Thanks.<HR></BLOCKQUOTE>
    null

  • Recordset #prior version#

    New install of Dreamweaver 8.
    Using DW8 when I create a recordset it is marked "Recordset
    (Recordset1) #prior version#". When I click on it I get this error
    message:"This server behavior was created with a prior version of
    UltraDev. It will be replaced with the current version when you
    click OK in the server behavior dialog box.".
    (I've never had Ultra Dev on this computer?)
    Clicking OK does NOT make anything right. I'm unable to
    create any other Server items.
    I used Dreamweaver MX 2004 without problems.
    Now it seems DW8 cannot make recordsets for APS.VBscript?
    I even reinstalled Dreamweaver 8 but nothing changed.

    Hi,
    Try to un-install and then again re-install dreamweaver. I
    know you've done it earlier. I wonder if you un-installed it first
    or not.
    The bindings - recordset (query) when selected uses two
    files recordset.js and recordset.htm (C:/program files/ macromedia/
    dreamweaver 8/ configuration/dataSources) . Not too sure but it
    mustbe that these files maybe causing the problem. Can't think of
    anything else. I am new to dynamic design too. When you do get the
    issue resolved, please post it here so I can learn some more too.
    Regards

  • How difficult is DW

    My boss wants me to learn DW and take over the publishing of
    our simple web site. I use Adobe PS,ID and IL regularly, I have
    also built web sites in iweb and published them. My problem is that
    iweb has a lot of limitations with older browsers which is a huge
    problem for our company. I have always heard that wusiwug software
    was not that hard to learn, but after doing some reading here I am
    intimidated. After saying all that my question is with my
    experience what is my estimated learning curve for DW? I am
    completely self taught on all the software listed and I will
    probably be self Taught on DW as well. Any insight would be
    appreciated. Thanks..

    I migrated from FP, then to GL and then to DW without a
    hitch. Two books that were immensely helpful in the beginning were:
    http://www.amazon.com/Dreamweaver-CS3-Missing-David-McFarland/dp/0596510438/ref=pd_bbs_sr_ 1?ie=UTF8&s=books&qid=1214571615&sr=8-1
    and
    http://www.amazon.com/CSS-Missing-Manual-David-McFarland/dp/0596526873/ref=pd_bbs_sr_3?ie= UTF8&s=books&qid=1214571615&sr=8-3
    Anything by David Powers is great for intermediate to
    advanced, like:
    http://www.amazon.com/PHP-Solutions-Dynamic-Design-Made/dp/1590597311/ref=sr_1_9_s9_rk?ie= UTF8&s=books&s9r=8a5801be0d595d82010d5a94ebc9000b&itemPosition=9&qid=1214571678&sr=1-9
    and
    http://www.amazon.com/Essential-Guide-Dreamweaver-CS3-Ajax/dp/1590598598/ref=sr_1_12?ie=UT F8&s=books&qid=1214571678&sr=1-12
    With just a little independent effort you will make a lot of
    progress very quickly.
    Glenn

  • Java8 and javafx

    I had one program with java7&javafx.When builded in the java7 the latestversion,It works fine.But in Java8,it doesnot. In Java8 somepages cannt display.And when builde in netbeans8,It gave no exceptions.
    How can I trace to find the problems?

    The JavaFX Composer is a plug-in for NetBeans IDE 6.8. It provides:
    •Visual editor for a form-like UI using components in JavaFX 1.2.1 SDK
    •Dynamic design editing based on states
    •Data access to Web Services, databases and local storages
    •Support for JavaFX binding
    •Simple animation editor
    •Multi-screen-size editing
    You can see following link:
    http://wiki.netbeans.org/JavaFXComposer
    Maybe you can't call from a scene's content

  • PHP, PhpMyAdmin and Mysql for a beginner

    Hi,
    I am a web designer that has a sound knowledge of xhtml and
    css, but I am now finding that knowing about dynamic designing is
    becoming more and more important to what I want to do.
    So with that in mind I have started to learn php
    implementation and how to call information from a database. After
    doing some research on the topic, it looks like MySQL and
    PhpMyAdmin are the way forward as I come from a web design role and
    not a web developer one..
    So I need some help where to start with these. I feel that I
    can teach myself how to do it, if only I knew how to start., I.e.
    Really good tutorials that are made for complete beginners like
    myself.
    I have never set up a Mysql server or installed PhpMyAdmin
    before either; this seems like a complicated thing to do. Do I need
    to install anything on my local machine? Or is it all uploaded to
    my hosting account??
    Please I need some direction on this; every where says
    different things about it.
    Thanks
    Ash

    On 17 Jun 2006 in macromedia.dreamweaver, ash_designman
    wrote:
    > I have never set up a Mysql server or installed
    PhpMyAdmin before
    > either; this seems like a complicated thing to do. Do I
    need to
    > install anything on my local machine? Or is it all
    uploaded to my
    > hosting account??
    It's not at all difficult. My favorite method:
    - Adopt an old box; nearly anything will do. I'm running a
    server on a
    PII/400 with 320M of memory.
    - Download a Linux distro. I'm using Fedora Core - both FC4
    and FC5 on
    different boxes.
    http://fedora.redhat.com/ But
    most distros will do.
    You can get information on many of them at
    http://distrowatch.com/
    - Install Linux. For most distros, it's a graphical install
    and goes
    smoothly. Do the server install unless you want to use the
    box as a
    workstation. Once you've done the install, you won't even
    need an
    attached monitor, keyboard or mouse.
    - Do a little tweaking to make sure that Apache and the MySQL
    daemon
    are running.
    That's it for that method.
    The other way is to download and install a WAMP (Windows
    Apache MySQL
    PHP) package. I'm not all that familiar with it, but David
    Powers
    posts frequently on the topic. You can look for his posts.
    One
    package I've seen mentioned frequently for ease of install is
    XAMPP
    from Apache Friends:
    http://www.apachefriends.org/en/index.html
    Going the Linux route means that you'll have a test box which
    matches
    what's available with many hosting packages (Apache/PHP on
    *nix with
    MySQL); you will have to do a bit of learning to administer
    it,
    however.
    Going with Windows means that you can run the server right on
    your
    development machine; however, Windows Apache (and PHP and
    MySQL) tend
    to have a couple of gotchas which you won't run into on a
    *nix box.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/email.php

  • Javafx, defer and bind

    One mental problem with Javafx is it seems that you MUST bind vars either in a function/method that will be called by the Event dispatch thread ( such as OnMouseOver) or you need to use javafx.lang.FX.deferAction alot. Otherwise, if you bind in any other thread, those binds will NOT be picked up and nothing will update, it will result in a bind exception ( the same statement inside a deferaction won't! ).
    Javafx tries hard to give you the impression of "live objects". But this TOTALLY breaks it. How hard would it be for the Javafx compiler to automatically ensure every call to bind is wrapped properly in a deferaction? If I do any kind of binding in a class constructor, I always have to do this, wrapping things up in a deferaction to ensure the bind sticks, and doesn't result in a sequence bind exception.

    The JavaFX Composer is a plug-in for NetBeans IDE 6.8. It provides:
    •Visual editor for a form-like UI using components in JavaFX 1.2.1 SDK
    •Dynamic design editing based on states
    •Data access to Web Services, databases and local storages
    •Support for JavaFX binding
    •Simple animation editor
    •Multi-screen-size editing
    You can see following link:
    http://wiki.netbeans.org/JavaFXComposer
    Maybe you can't call from a scene's content

  • Dynamic Wrapping of text in Web Application Designer of BEx.

    Hi
    Dynamic wrapping of text is to be done in Web application Designer of BEx.
    How is the code that was given earlier to be incorporated using stylesheets???Please explain in detail.
    Also if any other way is possible,plz deliberate.
    Thanks.

    Hi Sachin,
    stylesheet parameter is:
    white-space:
    options:
    normal
    pre
    nowrap
    pre-wrap
    pre-line
    regards Sven

  • How to create  some columns dynamically in the report designer depending upon the input selection

    Post Author: ekta
    CA Forum: Crystal Reports
    how  to create  some columns dynamically in the report designer depending upon the input selection 
    how  export  this dynamic  report in (pdf , xls,doc and rtf format)
    report format is as below:
    Element Codes
    1
    16
    14
    11
    19
    10
    2
    3
    Employee nos.
    Employee Name
    Normal
    RDO
    WC
    Breveavement
    LWOP
    Sick
    Carers leave
    AL
    O/T 1.5
    O/T 2.0
    Total Hours
    000004
    PHAN , Hanh Huynh
    68.40
    7.60
    76.00
    000010
    I , Jungue
    68.40
    7.60
    2.00
    5.00
    76.00
    000022
    GARFINKEL , Hersch
    66.30
    7.60
    2.10
    76.00
    In the above report first column and the last columns are fixed and the other columns are dynamic depending upon the input selection:
    if input selection is Normal and RDO then only 2 columns w'd be created and the other 2 fixed columns.
    Can anybody help me how do I design such report....
    Thanks

    Hi Developer life,
    According to your description that you want to dynamically increase and decrease the numbers of the columns in the table, right?
    As Jason A Long mentioned that we can use the matrix to do this and put the year field in the column group, amount fields(Numric  values) in the details,  add  an filter to filter the data base on this column group, but if
    the data in the DB not suitable to add to the matrix directly, you can use the unpivot function to turn the column name of year to a single row and then you can add it in the column group.
    If there are too many columns in the column group, it will fit the page size automatically and display the extra columns in the next page.
    Similar threads with details steps for your reference:
    https://social.technet.microsoft.com/Forums/en-US/339965a1-8cca-41d8-83ef-c2548050799a/ssrs-dataset-column-metadata-dynamic-update?forum=sqlreportings 
    If your still have any problem, please try to provide us more details information, such as the data structure in the DB and the table structure you are currently designing.
    Any question, please feel free to let me know.
    Best Regards
    Vicky Liu

  • Adobe Livecycle Designer ES 2 - Adobe Dynamic XML Forms?

    How can you convert a dynamic XML form design in a static PDF Form design? I tried to save a dynamic XML Form as a static PDF Form, and then tried to preview it in Designer but the layout change scripts were working which should work only for dynamic xml forms and not for the static pdf forms. Please suggest another way to do it. Thanks in advance.

    You use Master Pages to set layout that you want to use on multiple pages.
    Design what you want in a Master Page and then assign it to the pages you want in Object>Pagination>Place: and choose On Page> whatever you called your Master Page.

Maybe you are looking for