UWL Configuration : New Columns  & Data

Dear All,
We have HCM process and forms based processes.The work items go to portal UWL (standard UWL). Now client wants to modify/enhance UWL columns data. E.g. they want to add more columns which contain  leave form's data.
For example:
If leave request for an employee of Personal Area "west" (this data is available in the form), a  UWL column " Personal Area" should have data as "west" shown in the work item row.
How can we read form's data and pass it to UWL columns ? This will help users to filter required work items easily.
Chohan

Hi Sandy,
So you want specific dynamic behaviour on the nature or kind of task.
Thats interesting.
What my knowledge suggests is that you can do the following:
1) Download UWL's xml file.
2)Create a new item type i.e for these special WF tasks.
3)Add the Add Memo action to this item type
4)Make a subview for these item types.
Read the [UWL configuration pdf |https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45]before doing this.
I hope it helps.
Regards,
Sumit
Edited by: Sumit Oberoi on Feb 26, 2008 12:55 PM

Similar Messages

  • UWL Configuration - New Task

    Dear all.
    I need your help.
    I need to customize new workflow task that need to be displayed and executable at UWL level.
    When I go to System Administrator area, there are many "System Alias" that have connector type "webflow connector".
    How to know which system alias is valid/ in active?
    And also when I have a look configuration name under "click to administrate item type and view definition there are more than one configuration mane.
    How to know which configuration name that I need to modify?
    Many thanks

    Hi Sandy,
    So you want specific dynamic behaviour on the nature or kind of task.
    Thats interesting.
    What my knowledge suggests is that you can do the following:
    1) Download UWL's xml file.
    2)Create a new item type i.e for these special WF tasks.
    3)Add the Add Memo action to this item type
    4)Make a subview for these item types.
    Read the [UWL configuration pdf |https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45]before doing this.
    I hope it helps.
    Regards,
    Sumit
    Edited by: Sumit Oberoi on Feb 26, 2008 12:55 PM

  • How to change the year in a range of column dates to the new year?

    How to change the year in a range of column dates to the new year?

    Depends on the pattern of the dates. The last procedure will work for any pattern, or no pattern at all.
    For examples.the dates are assumed to be in column A, starting at A2
    Sequential dates?
    Enter first updated date in the first cell.
    Enter =A2+1 in cell A3. Copy the cell.
    Select A3 to the end of the list. Paste.
    With the cells still selected, Copy, then go Edit > Paste Values.
    Evenly spaced dates?
    Same procedure as above, but replace +1 in the formula with + and the number of days between dates in the list.
    Randomly spaced dates?
    Select cell B2. Press option-left arrow to insert a (temporary) column to the left of column B.
    Click on the empty cell B2 in the new column. Enter the formula below:
    =DATE(YEAR(A)+1,MONTH(A),DAY(A))
    Copy the cell, then select B2 - Bn where n is the last ow containing a date to be converted. Paste,
    With the cells still selected, Copy.
    Click on A2, then go Edit > Paste values.
    Click on the column B reference tab to select all of column B.
    Hover the mouse over the right end of the reference tab, and click the black triangle when it appears.
    Choose Delete Column from the menu that appears.
    Regards,
    Barry

  • Add new column in ITEM data of ME21N/ME22N/ME23N

    Hi Experts,
    We have a requirement to add a custom field in ITEM data of transactions ME21N, ME22N and ME23N. A new column is required that would appear as checkbox. We have already tried screen exit MM06E005 but it is adding a new tab and the new field under the ITEM DETAIL data. We have also read that BADI ME_GUI_PO_CUST would do the job but it will be under the ITEM DETAIL as well.
    <<text removed>>
    Thanks
    Edited by: Matt on Mar 9, 2009 11:06 AM - expressions of urgency can be perceived as rudeness

    Hi,
        If you want to make the new field to appear as check box...Go to the screen layout from its module pool program --> right click on that field and Convert it to Check Box. This would help you.
    Regards,
    Swapna.

  • Is there an easy way to append a new column of data to an existing xl file?

    I am modifying and existing program and the new needs are to have a compilation of averaging information to later be plotted with an xl graph. The VI will need to open the existing xl file, add the new column of data points without disturbing the existing columns of data, with a column header, and save the new file with the existing file name. The open and save are obviously not a problem, but I have never appended a new column, just rows in the past. The existing program is LV5.1, but i have a professional developement version of LV6i at my disposal if I need to convert it. Thank you in advance for any suggestions.
    Tim Fleeger
    Siemems Medical Systems

    TMF:
    INdeed there is. YOu want to use the "write characters to file" node. (If you're using numerical data, you might have to convert with one of the STRING conversion functions) YOu want to concatenate the string as follows: TAB/DATA/CARRIAGE RETURN. Also be sure to wire TRUE to the Append File terminal of the WRite Characters to File node.. Good luck!
    Eric P. Nichols
    P.O. Box 56235
    North Pole, AK 99705

  • ADF - New columns in DB table need to be reflected in Data Control Palette

    I am new to ADF. I am editing a JSF that does add and edit to data in database table. I added new columns to the table and need to modify the JSF accordingly.
    I have not been able to find info on how to take a new "snapshot" of the database table that will reflect my new columns in the DataBindings.cpx.
    Can someone steer me in the right direction?
    Thanks,
    Chris

    Chris,
    if your business service is ADF BC, then synchronize the EO with the database for it to pick up the changes. Once this is done, go to the VO and add the two new attributes. Right after that the data control palette will show the new entries.
    If you use EJB as a business service layer, change the entity classto expose the two attributes, re-generate the session facade ad then re-generate the data control.
    Frank

  • Create new column in BI Admin Tool being HFM the OBIEE data source.

    Hi all,
    I am developing a BI project using OBIEE 11g 11.1.6.4 and HFM 11.1.2.1. HFM is the data source for OBIEE.
    Having the metadata imported in the physical and in the BMM layers, what I want to do is create a new column that will contain a float value. This float value depends on Account dimension, that is, if account name is 'XYZ', in a join of all dimensions, this new column´s value should be the same for all the other accounts in the same join.
    I have reached a point that the new column created shows the same number (value) as the logical column 'value' of the fact table, but I don´t know how or where specify which value (the one of the account name 'XYZ') should be for the rest of the new column (where account name is not equal to 'XYZ').
    I hope it is understandable, if something is not clear, please ask me.
    Thanks in advance.
    Best regards,
    Borja

    Hi,
    yeah when i put * in the set online filter i am able to see the users which i have created in weblogic. After all the users appear then i select Action-> close. Now again when i try to cross check it once again i again clicked on manage->indentity->now i dont see the users. what could be the issue?
    Thanks,
    RM

  • How to add a new column to a existing table and add data to this column?

    I have a table with about 10 millions row and I want to add a new column to this table, then fill this new column with prepared data.
    How to do it ?
    Thank you

    Can I use insert statement to add the data to new-added column?No.
    07:19:37 oracle >create table test (x number);
    Table created.
    Elapsed: 00:00:03.05
    07:19:53 oracle >
    07:19:53 oracle >
    07:19:53 oracle >insert into test values (1);
    1 row created.
    Elapsed: 00:00:00.00
    07:20:01 oracle >insert into test values (2);
    1 row created.
    Elapsed: 00:00:00.00
    07:20:10 oracle >insert into test values (3);
    1 row created.
    Elapsed: 00:00:00.00
    07:20:12 oracle >
    07:20:13 oracle >commit;
    Commit complete.
    Elapsed: 00:00:00.00
    07:20:14 oracle >
    07:20:19 oracle >select * from test;
             X
             1
             2
             3
    Elapsed: 00:00:00.00
    07:20:22 oracle >
    07:20:36 oracle >alter table test add (y number);
    Table altered.
    Elapsed: 00:00:00.05
    07:20:41 oracle >
    07:20:41 oracle >
    07:20:41 oracle >
    07:20:41 oracle >select * from test;
             X          Y
             1
             2
             3
    Elapsed: 00:00:00.00
    07:20:43 oracle >
    07:20:44 oracle >
    07:20:44 oracle >update test set y=1;
    3 rows updated.
    Elapsed: 00:00:00.02
    07:20:52 oracle >commit;
    Commit complete.
    Elapsed: 00:00:00.00
    07:20:56 oracle >select * from test;
             X          Y
             1          1
             2          1
             3          1
    Elapsed: 00:00:00.00
    07:20:58 oracle >Anand

  • CCMS configuration for historical data of a new application server

    Out CI & app servers are configured in CCMS before I joined the team. Around months back a new application server added but it seems for that CCMS is not capturing histrorical data.
    In ST6N, I get all app servers name including the new one. When I click on the new app server and click on Snapshot then detailed information for CPU,memory etc are displayed but when I click on resources under "Previous hours" or "History" to get CPU,memory etc details then an error pop-up is displayed i.e. "No Performance MTEs  availbale for category CPU" or "No Performance MTEs availbale for category MEM" [availbale <- SAP typo].
    How to make sure that we can get previous hours and as well historical cpu,memory use informations ?

    Hi, the data you are trying to see is collected by saposcol.
    1) Log on to the specific application server and verify that everything is working correctly with saposcol:
    ST06->Operating System Collector->Status
    ST06->Operating System Collector->Available days
    ST06->Operating System Collector->Log file.
    2) Installing an additional App server should have configured the statistical data setup automatically:
    ST03N - check if the the app server is listed.
    ST03N->Collector->Performance Monitor collector->Log
    3) Check transaction RZ03 that there are no conflics in the Operation Mode.
    4) Run the program RSCOLL00 manually on that app server.
    This should give you a starting point .....

  • Data element for new column

    Hi All
    I have to add one column in exisitng custom table. the new column is SRFLAG which will contain value Y or N.
    Can any one suggest me what will be data element? I want to use existing data element?
    please suggest existing table also in which it is used?

    Hi Dude,
    I will tell u a way to find the answer on your own.
    Go to SE11,choose DATA TYPE radio and press F4.
    Press Search for Data elements.
    Enter a relevant short desc., with asterisk.
    For eg., yesno*
    Then  enter the Data Type as 'char' and Length as 1 and press continue.
    A list appears containing the relevant DEs.From there choose
    the required one.
    Change your search options and try till you get the required one.
    To find the Table enter the name of the DE in the Data Type field and choose the where-used list icon.
    <REMOVED BY MODERATOR>
    Regards,
    Lakshmanan
    Edited by: Alvaro Tejada Galindo on Feb 14, 2008 11:26 AM

  • SAP SRM UWL Addition of new columns

    Hello All,
            i am having a requirement where in i need to add new columns in the SAP UWL tasks list.Please let me know the procedure for this.
    Thanks,
    Kiran.

    Hi,
    Check this document to add or remove columns in UWL;
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a3461636-0301-0010-3787-978f5ac8bd45?QuickLink=index&overridelayout=true
    Hope this helps.
    Cheers,
    Vinoth.M

  • New column added date

    Hi All,
    Is there a way to find when a new column has been added to a table ?

    You can find out the last time that DDL was executed against a table
    SELECT last_ddl_time
      FROM user_objects
    WHERE object_name = <<table name>>You cannot, however, be certain what DDL it was-- it could have been that a column was added, it could have been that the table was truncated. If you have enabled auditing or have a DDL trigger in place you could track this sort of thing.
    Justin

  • Addition of new column in Transaction VL10G

    Hello Experts.
    My requirement is that USER want to add new column in Transaction  VL10G
    There two plant in which Ware house management is activated. while creating delivery from Transaction VL10G from these two plants, Storage type column should be added in layout in delivery creation screen.
    Storage type column should be appear after executing VL10G for Ware house managed plant only.
    please help me in that ,is there any configuration or USER Exist which can fulfilled my requirement. ?
    waiting for reply.....its quite Urgent
    Regards
    Pash@SD

    Hi
    Go to report V50R_USEREXITS and see these includes
    * 1. Add field to list-display
    * Userexits for additional fields on list display
    * use append-structure in DDIC at structure SHP_VL10_ITEM
    * and ad field value in one of these routines
    *INCLUDE LV50R_VIEWG02.       "POS_ITEM_FILL_USER:       SD/MM-orders
    *INCLUDE LV50R_VIEWG03.       "POSTAB_VEPVG_FILL_USER    SD-Index
    *INCLUDE LV50R_VIEWG06.       "POSTAB_VETVG_FILL_USER    MM-Index
    *INCLUDE LV50R_VIEWG07.       "POSTAB_DELIVERY_FILL_USER Delivery item
    See also SAP Note 421791 - VL10: Including new fields in the shipping due date list
    Regards
    Eduardo

  • UWL Configuration - View configuration of NavigationNode

    Dear Experts,
    I want to configure the UWL to create a custom data table for my own item
    types.
    This UWL table will be shown in the portal as a delta link that has an
    own configuration, not affecting the standard UWL.
    To achieve this, I write a custom UWL Configuration (as specified by the dtd), specifing
    - a custom View named "myCustomIView"
    - a custom navigation tree, containing a Navigation Node named
    "mainCustomNavigationMain" on the second level, which contains two
    Navigation Nodes referring to "myCustomIView" (rendered as tabs)
    In my own UWL table I refer to "mainCustomNavigationMain" as the
    navigation id to use my navigation tree and iView definition.
    But when I first select the portal role that links to the custom UWL
    iView, only the configuration of the navigation nodes affect the UWL
    iView, but NOT the configuration of the iView (such as columnOrder,
    width, supportedItemTypes and Actions). Instead, the properties of the
    UWL's default iView "DefaultView" take place. Even though, in my UWL
    configuration this view is NEVER mentioned or indirectly referenced.
    Only when I change to the 2nd tab, the iView configuration takes place.
    When I then switch back to the first tab, this one's iView is also
    configured properly.
    Thanks in advance for your answers!
    Regards,
    Milena May
    Steps to reproduce:
    1. Create a UWL Configuration as outlined below
    2. Upload the UWL Configuration (System Administration -> Universal
    Worklist and Worklflow -> Universal Worklist Administration -> Click to
    Manage Item Types and View Definitions -> Tab: Upload New Configuration
    Configuration Name: uwl.custom
    High Priority: true
    3. Go back to Universal Worklist Administration
    -> Cache Administration Page -> Clear cache of all Systems
    4. Create a custom portal role and add the UWL as a delta link
    5. Modify the properties of the delta-linked UWL:
    useNavigationId = mainCustomNavigationMain
    6. Log off and on again.
    7. Navigate to the custom role containing the UWL iView
    -> see the described behaviour
    <ItemTypes>
    <ItemType name="uwl.task.myCustomTask" connector="MyCustomConnector"
    defaultView="myCustomIView" defaultAction="forwardUsers"
    executionMode="default">
    <!-- Item actions are displayed in the preview and
    detail view as action buttons. -->
    <Actions>
    <Action reference="forwardUsers" />
    <Action reference="delete" />
    </Actions>
    </ItemType>
    </ItemTypes>
    <Views>
    <View name="myCustomIView" referenceBundle="bundle_custom"
    columnOrder="subject, isEscalated, creatorId, createdDate,
    priority, attachmentCount, dueDate, status" width="800"
    supportedItemTypes="uwl.task.myCustomTask">
    <!-- View actions are also displayed as buttons and can
    have an effect on none, one or multiple selected items.
    -->
    <Actions>
    <Action reference="delete" />
    <Action reference="forwardUsers" />
    </Actions>
    </View>
    </Views>
    <!-- The first level just defines the navigation section in the config
    file, bundling all custom navigation models. No properties required. -->
    <NavigationNode name="rootCustomRoot" view="" referenceGroup=""
    visible="yes" keepItemCountUpdated="yes" displayItemCountInTitle="yes">
    <!-- The second level defines the (custom) navigation model for
    a custom UWL iView, which is assigned to iView property
    useNavigationId. -->
    <NavigationNode name="mainCustomNavigationMain" view=""
    referenceGroup="" visible="yes" keepItemCountUpdated="yes"
    displayItemCountInTitle="yes">
    <!-- The third level defines the tabs, and the view
    which is displayed when the tab becomes active. -->
    <NavigationNode name="myCustomTab1"
    view="myCustomIView" keepItemCountUpdated="yes"
    displayItemCountInTitle="yes" visible="yes">
    </NavigationNode>
    <NavigationNode name="myCustomTab2"
    keepItemCountUpdated="yes" displayItemCountInTitle="yes"
    visible="yes" view="myCustomIView">
    </NavigationNode>
    </NavigationNode>
    </NavigationNode>

    Hi MilenaMMay,
    What version is your UWL including patch level?
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    SAP Enterprise Portal: Application Integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

  • Adding a new column to an existing database table

    How can I add a new column to an existing table (ex. dcs_product) and can anyone tell me the required configuration changes i may need to make.
    Thanks in advance!

    create/customize /atg/commerce/catalog/ProductCatalog.xml:
    <gsa-template>
    <item-descriptor name="product" xml-combine="append">
    <table name="my_dcs_product" type="auxilary" id-column-name="product_id">
    <property category-resource="categoryInfo" name="myDescription" column-name="myDescription" data-type="string"/>
    </table>
    </item-descriptor>
    </gsa-template>
    Hope it helps.
    -RMishra

Maybe you are looking for