Add 'Time'  column to the UWL

Hi,
SAP business workplace displays Time the workitem was sent to the Inbox. I want to bring this column into the UWL display. How can this be done?
Thanks,
Saurabh

Hi,
Check this.
Flashy UWL ...
Retrieve UWL tasks in Webdynpro
I think you can do it in personalize also.
Check it once I am not sure.
UWL WORK ITEM REGISTRATION.
http://help.sap.com/saphelp_nw2004s/helpdata/en/59/6e0986d3bb4b05a08196a76c4a575f/frameset.htm
Thanks and Regards,
gopal.sattiraju

Similar Messages

  • Add Audit Columns to the Dimension and Fact tables (Created & modified date Time)

    Hi All,
    I am new to SSIS , I have to Add Audit Columns to the Dimension and Fact tables (Created & modified date Time) of the package.
    Please let me know the best and easy way through which I can implement the same.
    If possible suggest some real time example or link where I can find the same
    Regards,
    Vipin jha
    Thankx & regards, Vipin jha MCP

    You can simply use ALTER TABLE ADD.. syntax to add the columns if the tables already exist.
    You can generate a single script for all tables using INFORMATION_SCHEMA.TABLES view
    You can make then of NOT NULL type and set the default value to GETDATE()
    In addition you can also have a Audit Trail trigger for UPDATE to make sure Modified date gets updated correctly on each update if not passed explicitly.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to add customized column in the time sheet CATS (transaction CAT2) ?

    Hello,
    I need to be able to add some columns in the time sheet CAT2 containing:
    - the name and first name of the person (in addition of the number), in display mode in the CATS time sheet.
    - a  text that I will found by reading some tables and values...
    Does anyone have any idea how to do so ? and if it's possible or not?
    Thanks a lot in advance for your help.
    Best regards
    Fanny GROUX

    Hi,
    Thanks a lot, it's really help...don't know why I didn't see this customized point before in SPRO.
    But I have an other issue, my new fields is added in the CATS screen and now I'm trying to put default value by using the user exit of extension CATS0009.
    When I complete the value of my new fields in structure CATSD_IMP, there are not taking into account and the CATS screen doesn't display the value.
    Am I using the wrong table ? wrong user-exit ? or my code ..
    Thansk a lot again for your help.
    Fanny GROUX

  • Adding columns in the UWL

    Hi,
    This is  Rajyalakshmi. I nee to add columns in the UWL .
    I have  changed the XML coding accordingly .and uploaded the file .but the  added columns are not appearing in the UWL.
    I have added the  view in the   XML file corresponding  to the backend related.
    do i need  add the view and atributes in teh standard XML file as well?
    It would be great if anybody can share the information reagrding this.
    Raji

    Hi Beth Maben,
    I am trying to add the custom attributes.now the added columns are appearing ina subview.But i the new columns which I ahve been added  need to appear in the  default view.
    the UWL version I am using is as below.
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'>
    <UWLConfiguration version="7.00.01.01">
    I configured the XML for one task for test purpose.
    <ItemType name="uwl.task.webflow.TS10008126" connector="WebFlowConnector" defaultView="MyView" defaultAction="viewDetail" executionMode="pessimistic">
                   <ItemTypeCriteria externalType="TS10008126" connector="WebFlowConnector"/>
                       <Actions>
                        <Action reference="com.sap.pct.srm.core.action.oldwfl.approve"/>
                        <Action reference="com.sap.pct.srm.core.action.oldwfl.reject"/>
                        <Action reference="com.sap.pct.srm.core.action.launchWD.oldwfl.sc.approve"/>
                   </Actions>
              </ItemType>
              <ItemType name="uwl.completedtask.webflow.TS10008126" connector="WebFlowConnector" defaultView="MyView" defaultAction="viewDetail" executionMode="pessimistic">
                   <ItemTypeCriteria externalType="TS10008126" connector="WebFlowConnector"/>
                    <CustomAttributes>
                      <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalObjectId" objectType="WebflowContainer" cacheValidity="final">
                       <Attribute name="REQ_NAME" displayName="Created By"/>
                      <Attribute name="TOTAL_VALUE" displayName="TotalValue"/>
                        <Attribute name="CURRENCY" displayName="Currency"/>
                  </CustomAttributeSource>
                 </CustomAttributes>
                   <Actions>
                        <Action reference="com.sap.pct.srm.core.action.launchWD.oldwfl.sc.display"/>
                   </Actions>
    created View is as follows :
    <!-- View: New and Inprogress Tasks -->
              <View name="MyView" selectionMode="SINGLESELECT" referenceBundle="MyView" width="98%" supportedItemTypes="uwl.task.webflow.TS10008126" columnOrder="subject,creatorId,RequisitionerName,TotalValue,Currency,createdDate" sortby="createdDate:descend" tableDesign="ALTERNATING" visibleRowCount="10" queryRange="undefined" displayOnlyDefinedAttributes="no" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" dynamicCreationAllowed="yes" actionPosition="bottom">
                   <DisplayAttributes>
                        <DisplayAttribute name="subject" type="link" width="" sortable="yes" format="default" actionRef="viewDetail" referenceBundle="subject" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
                        <DisplayAttribute
                             name="creatorId"
                             type="people"
                             width=""
                             sortable="yes"
                             format="default"
                             referenceBundle="from"
                             hAlign="LEFT"
                             vAlign="BASELINE"
                             maxTextWidth="0"
                             headerVisible="yes"/>
                              <DisplayAttribute
                             name="RequisitionerName"
                             type="String"
                             width=""
                             sortable="yes"
                             format="default"
                             referenceBundle="REQ_NAME"
                             hAlign="LEFT"
                             vAlign="BASELINE"
                             maxTextWidth="0"
                             headerVisible="yes"/>
                       <DisplayAttribute
                             name="TotalValue"
                             type="double"
                             width=""
                             sortable="yes"
                             format="medium"
                             referenceBundle="TOTAL_VALUE"
                             hAlign="RIGHT"
                             vAlign="BASELINE"
                             maxTextWidth="0"
                             headerVisible="yes"/>
                           <DisplayAttribute
                             name="Currency"
                             type="String"
                             width=""
                             sortable="yes"
                             format="medium"
                             referenceBundle="CURRENCY"
                             hAlign="RIGHT"
                             vAlign="BASELINE"
                             maxTextWidth="0"
                             headerVisible="yes"/>
                                                                                    <DisplayAttribute name="createdDate" type="datetime" width="" sortable="yes" format="medium" referenceBundle="sent_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>               
                  </DisplayAttributes>
                   <Actions>
                        <Action reference="removeFromNavigation"/>
                             <Action reference="addToNavigaion"/>
                             <Action reference="personalize"/>
                   </Actions>
              </View>
    I am trying to add the attributes in the  in standard XML file  as well.but I am getting that error that " adding custom attributes is not supported " as per the  standard model definition.
    Appriciate your information  if any reagarding this .
    Raji.

  • Put a Client column in the UWL

    Hi,
    I'm looking for a way of putting a client column in the UWL, that gets the client for each Work Item (task).
    Previously I've had succes with getting BOR attributes, however now I need the client for the current task.
        <ItemType name="uwl.task.webflow.TS00999999.SAPxxx.xxxxx_xxx" connector="WebFlowConnector" defaultView="some_View" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="xxxxx_xxx" externalType="TS00999999" connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource id="ABAP_BOR" objectIdHolder="externalObjectId" objectType="BUSxxxx" cacheValidity="default">
              <Attribute name="CURRENCY" type="string" displayName="Currency"/>
            </CustomAttributeSource>
    BR
    Lasse

    See example below. Hope this is what you want.
    SQL> select * from tst_table;
            ID DEP        DET
            10 XXX        A
            10 XXX        B
            20 YYY        C
            10 ZZZ        D
    SQL> create or replace view my_view as
      2  select id,dep,det,(select 'Closed' from dual) Status from tst_table;
    View created
    SQL> desc my_view;
    Name   Type         Nullable Default Comments
    ID     NUMBER       Y                        
    DEP    VARCHAR2(10) Y                        
    DET    VARCHAR2(25) Y                        
    STATUS CHAR(6)      Y                        
    SQL> select * from my_view;
            ID DEP        DET                       STATUS
            10 XXX        A                         Closed
            10 XXX        B                         Closed
            20 YYY        C                         Closed
            10 ZZZ        D                         Closed
    SQL>

  • Is it possible to add a column to the Item matrix in the ItemLookup form (C

    Hi,
    Is it possible to add a column to the Item matrix in the ItemLookup form (CFL or Find Lookup).
    I need to display a value in the newly added column if the itemgroup in that row matches a certain value , how can I achieve this.
    Thanks

    Hi,
    You may check this: Can we add CFL to the  system/form defined textbox?
    Please close your previous open thread.
    Thanks,
    Gordon

  • How to add one column into the t.code: cat2

    Hi
    I am userexits
    here i want to add one column into the t.code: cat2 at particular location, and that added field have to display the data what i am selcting in that transaction.
    how to do this...
    thankx

    hi,
        CATS0005           
        CATS0007           
        CATS0009        
        CATS0010        
        CATS0012.
        Go through the documentations of above Enhancements to solve ur problem. I am not able to understand ur exact requirement. that is y i gave some more Enhancements.

  • How to add one column to the standard t.code : CAT2.

    Hi,
    How to add one column to the standard t.code : CAT2.
    thanks

    Hi Chinna
    see the  enhancements by using SMOD <b>CATS0007</b> , or <b>CATS0012</b> and create a project using CMOD and you can implement your requirement.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav

  • Add one column to the screen exits

    Hi All
        I am doing Screen Exits,
    here i have to add one column to the screen
    and it have to retrive the data from the specified fields
    anyone plz give me the solution.

    Hi
    which screen exit?
    Max

  • Is it possible to add a column to the SCSM User Picker?

    The issue: New employees, taking incident request calls, do not know who our VIPs are, and VIPs are supposed to be given additional service during the call itself, not simply after it. 
    I have extended the User and Group class and added an "isVIP" Boolean field.  I have a workflow that applies a template to incidents from people for whom this field is TRUE, but that happens after the fact, when the incident is saved... I'm
    trying to find a way to flag the employee taking the call RIGHT THEN AND THERE that they have a VIP on the line.
    I haven't had any luck finding a way to auto-fill a field during the creation of the Incident Request based on the name selected as the Affected User.   I hit on the idea that maybe I could add a column to the results provided
    when you type a partial name and hit the "..." button in the User Picker.  Right now we get First Name, Last Name, Title, User Name, Domain and Company.  Is there any way to add another column and have the isVIP field provided?
    Or, if not an extended field, how about any field that is already part of that class?  
    Thanks for whatever advice you can give.

    Hi Ryan,
    You cannot do it with the default control (UserPicker) but there's a way to present the VIP flag immediately . Please refer to
    this.
    Cheers,
    Marat
    Site: www.scutils.com 
    Twitter: LinkedIn:
    Graveyard:

  • ADD new Column in the form

    Is it possible to ADD new Column in the form like Sale Quotation, Sales Order and ...

    It is possible.
    go to tools >UDF > Manage UDF >choose marketing documents rows.
    select the row and say add to add a new column in the documents.
    Note: this will be applied to all documents \
    ie.quotation,order ,invoice, PO ,GRPO etc.
    U can hide these columns in form settings.
    This will help u
    Give points if helpful
    Regards
    Suresh Kannan

  • How to add Time field in the Date Calender in OAF screen

    Hi All,
    is there a way to add time field in the date calender, so that the user can set the time and select the date, then return the date/time to the specified field?
    or is there any slandered calender that has this functionality?
    Regards,
    Mahdi Charara

    Hi Mahdi ,
    If you are working on standard page then you can create a new item by personalization and set the DataType as : DATETIME it will display
    date as well as time .
    For custom page - you can create a new item as desired in anywhere in page and set the DataType as : DATETIME it will show both time
    and date .
    Is this what you looking for ?
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How do I add a column to the Result for BT111S_OPPT

    Hi,
    I have a requirement to include a header level partner in the Results view of BT111S_OPPT.  It is already possible to search by this partner function but the partner column is not available on the view 'BT111S_OPPT/Result'.  My research has pointed me toward using the "ITERATOR" but a related blog was not available and I must admit that I am rather confused as to how to use the "ITERATOR".  I am assuming that I can use it to GET->CURRENT but then I don't know what to do after that.
    Any help is appreciated as we are under time pressure.  Thanks.
    Cheers,
    Paul

    Hi,
    iterators are normally used to convert data in lists which are already evaluated.
    In your case you better add a new column to the result list node and implement the getter with your own
    code. This would look quite similar like (just an example)
    METHOD get_po_number_ship.
      DATA:
            lv_po_number_ship TYPE crmt_po_number_ship,
            lr_current TYPE REF TO if_bol_bo_property_access,
            lr_entity  TYPE REF TO cl_crm_bol_entity.
      IF iterator IS BOUND.
        lr_current = iterator->get_current( ).
      ELSE.
        lr_current = collection_wrapper->get_current( ).
      ENDIF.
      TRY.
          lr_entity ?= lr_current.
          lr_entity ?= lr_entity->get_related_entity( iv_relation_name = 'BTItemSalesSet' ).
          IF lr_entity IS BOUND.
            lr_entity->get_property_as_value( EXPORTING iv_attr_name = 'PO_NUMBER_SHIP'
                                              IMPORTING ev_result    = lv_po_number_ship ).
          ENDIF.
        CATCH cx_sy_ref_is_initial.
          RETURN.
      ENDTRY.
      value = lv_po_number_ship.
    ENDMETHOD.
    Regards,
    Wolfhard

  • FBL5N : how to add a column of the Account's name?

    Hi,
    the list displayed by Tcode : FBL5N contain only the number of account, please how to add a column of Account's name ?
    Please advise
    Regards.

    When you are in the FBL5N display results screen, use the menu option Settings --> Special Fields. 
    There are also the following notes which would explain you how to add special or new fields to the line items :
    - 310886     Line items: Dynamic selections ignored
    - 215798     FBL*N: Special fields are not displayed
    - 373268     Line item: new display field
    The special field has to exist in table T021S.

  • Start time/end time columns in the weekly overview of CATS regular

    Hello,
    Does anyone know if it is possible to have the start and end time columns in parallel of the duration column in CATS regular (iView "record working times" in ESS) in the weekly view. Those columns are available in the daily view but we want them in the weekly view. This is possible on the backend but the question remains for the ESS.
    Thanks a lot for your help
    KR
    Gaëlle

    Dear Gaëlle,
    My client have this requirement as well. So have you found your way to configure it?
    Please let me know..
    Thanks in advance
    Regards,
    Bryan

Maybe you are looking for

  • While send/receive email, I have received an error message "Sending of password d"? However with same login details, I am able to login with other application.

    While send/receive email, I have received an error message "Sending of password d"? However with same login details, I am able to login with other application. I have changed password still the issue remains as it is.

  • ISE Inline Node

    I have an ISE Inline Node that I successfully added to my admin ISE node.  After I added the inline node, I wasn't able to configure it until later.  When I went back to edit the configuration, the admin node says it is not able to communicate with t

  • Wireless on 851w

    I had an public open wlan running whit a internal ip range whitch was routed out in fe4 and forgot saveing. now i cant figure oout whitch commands i miss to get it up running again.¨ here is what im running atm: Current configuration : 5863 bytes ve

  • Restart unexpectedly and start-up crash

    i have purchase this laptop around a week, a problem begin to arise when the macosx 10.4.6 restart unexpectedly. So i went to update from the apple software update to 10.4.7. After i successfully update and install on it, the system crash and keep bl

  • Looking to start over

    How to I delete everything in elements 11 without having to uninstall the program?