FITE_EXPENSES

Hi Experts,
My requirement is to hide "Service Request" button in the Create Expense of the Travel Expense .
The web dynpro application configuration is "FITE_EXPENSES" and the component configuration is "FITV_FPM_EXPENSES".
The corresponding web dynpro component is FITV_FPM.
The issue is that this button is not visible in my development portal but it is visible in quality portal.
No enhancement to component configurations are done.No personalization is done.Not sure how the button is invisible.
Is there any other way to change the visibility of the button.
If i want to make the button invisible,what is the best way to achieve this?
Anybody have any idea on the visibility of this button at code level because the visibility is bound to a context attribute.
Thanks and Regards,
Rohini Shankar

Hi Experts,
My requirement is to hide "Service Request" button in the Create Expense of the Travel Expense .
The web dynpro application configuration is "FITE_EXPENSES" and the component configuration is "FITV_FPM_EXPENSES".
The corresponding web dynpro component is FITV_FPM.
The issue is that this button is not visible in my development portal but it is visible in quality portal.
No enhancement to component configurations are done.No personalization is done.Not sure how the button is invisible.
Is there any other way to change the visibility of the button.
If i want to make the button invisible,what is the best way to achieve this?
Anybody have any idea on the visibility of this button at code level because the visibility is bound to a context attribute.
Thanks and Regards,
Rohini Shankar

Similar Messages

  • FITE_EXPENSES  -- Available Travel Requests / Plans

    Hi Experts,
    I've got a question concerning the creation of travel expenses and the data acquisition of the respective travel request. Let's say I've sent a Travel Request and it has been approved by the respective approver, i.e. status of the process is "approval" and status of approval is "approved". Now, in the scenario "All my Trips" the user can choose the tabs for travel requests and click on the link "Create" in Tab "Travel Expenses", so the travel request is used as a data template for the travel expense sheet. All is good.
    Alternatively, for some requests posted, at the 'entry screen' of the scenario FITE_EXPENSES, there's a list "Available Travel Requests / Plans" which apparently shows some, but not all travel requests available.
    Now my question is: Where does the generic alv-grid "Available Travel Requests / Plans" get its items from? I've plunged deep into FITV_FPM to find some clues but couldn't fin anything out, it's just too generically programmed...
    The way it is now, there is a redundancy/inconsistency between all my trips --> travel requests, and FITE_EXPENSES --> Available Travel Requests / Plans. This bothers me, because it will be annoying for the end user...
    I hope somebody can clear this up ;-/
    Cheers, Lukas

    I had a look at this and couldnt find anything very useful to be honest!
    Are you kidding? This is exactly the information I was looking for!
    IF sy-subrc = 0.                                                                        "MAWH1494578
        CASE cl_fitv_assistance=>get_req_plan_future( <ls_emp_info>-trip_provision_variant ). "MAWH1494578
          WHEN '0'.                                                                           "MAWH1494578
    *       Remove trips in the future or with existing expense report.                       "MAWH1494578
            DELETE rt_trips WHERE expenses IS NOT INITIAL OR datedep > sy-datum.              "MAWH1494578
          WHEN '1'.                                                                           "MAWH1494578
    *       show all requests and plans!                                                      "MAWH1494578
            DELETE rt_trips WHERE expenses IS NOT INITIAL.                                    "MAWH1494578
          WHEN OTHERS.                                                                        "MAWH1494578
    *       use default -> delete...                                                          "MAWH1494578
    *       Remove trips in the future or with existing expense report.                       "MAWH1494578
            DELETE rt_trips WHERE expenses IS NOT INITIAL OR datedep > sy-datum.              "MAWH1494578
        ENDCASE.                                                                              "MAWH1494578
      ELSE.                                                                                "MAWH1494578
        "Remove trips in the future or with existing expense report.
        DELETE rt_trips WHERE expenses IS NOT INITIAL OR datedep > sy-datum.                  "MAWH1494578
      ENDIF.
    Thanks a lot Sally!
    Cheers, Lukas

  • Change in Webdynpro ABAP(FITE_EXPENSES) iView standard code in Portal.

    Hi,
       We are on EP 7.0 with ESS 1.2 and MSS 1.0. In Backend R/3, we have applied EHP2 for Webdynpro ABAP screens. In travel & expenses -> Create Expense report we have a requirement where we need to put our logic for calculation of receipt amount based on no of travel days.
    for E.G. For a particular Expense type the amount per day is 100. While creating expense (Enter Receipts portion) user selects this expense type and based on no of days the receipt amount should get changed. For 4 days the amount would be 100 * 4 = 400. We need to code this logic in the standard Webdynpro Abap iView for Create Expense Report(FITE_EXPENSES).
    Can I get some pointers for this change.
    Regards,
    --VP.

    Dear Hayerk,
          Your requirement can be fulfilled easily. Have you tried hiding a button or a field or label in simple iView same is the case in your FITE_EXPENSES hiding scanned receipts button. What you can do is attach a super user to a HR user having a pending expense report to be created. Through content administrator you can preview mytrips and expenses iview in that go and click on create in tab ALL MY TRAVLE REQUESTS for expense report then on scanned receipts button right click -> user settings -> hide button.
    Regards,
    --VP.

  • Modify web dynpro FITE_EXPENSES  remove scanned receipts button

    Hello
    I would like to remove the scanned receipts button & the available credit card receipts button in FITE_Expenses.. I know I should be able to do this with the enhancement framework through se80. I am unable to find the view to change. I see receipts_view under fite_vc_receipts but it doesn't  have the buttons. Any help will be appreciated.
    Robert
    Edited by: Robert Moore on Jun 14, 2010 5:25 PM

    I don't know how much more I can help you here.  This component doesn't use the Floorplan Manager framework. I checked and this appliation shipped in ERP 6.0 Ehp2 - the FPM framework didn't exist until NetWeaver 7.01 - which would have been ERP 6.0 Ehp4. 
    So you don't have FPM based configuration. I looked at the component and it doesn't have these UI elements defined at design time in the layout.  It must be dynamically creating them.  The WDDOMODIFYVIEW has lots of code it.  I'm certainly no expert on ESS/HR Travel, so I can't say what application specific configuration might be possible.  The online help for this application does list some IMG configuration (refered to as creatinga trip schema) that allows you to reduce the number of fields.  I don't know if this configuration can also apply to the toolbar.  You probably need someone with HR specific experience to answer that.
    Do you want to make this change for all user types and all expense types?  Then you might consider using Administrative Personalization.  Just run the application with the additional URL parameter sap-config-mode=X. For example:
    http://<full host name>:8000/sap/bc/webdynpro/sap/zmho?sap-language=EN&sap-config-mode=X
    You can then right mouse click on the button and choose Settings for Current Configuration.  You can then make the UI element Invisible.  Unlike component configuration, this works regardless of if the UI element is defined at design time or dynamically via WDDOMODIFYVIEW.

  • Runtime Error "UNCAUGHT_EXCEPTION" in &VIEW_ELEMENT_TYPE

    Hello,
    I got a big problem, when I by accident configered with sap-config-mode the FITE_EXPENSES-application's LAYOUT_VIEW. I entered text in the Width-field and saved the configuration. The application run into the error in program CX_WDR_ADAPTER_EXCEPTION======CP. This is the note:
    "Adapter error in &VIEW_ELEMENT_TYPE& "FORWARD_TOP" of view "FITV_FPM.LAYOUT_VIEW": The CS length specification in property "IFUR_NW5_BUTTON~WIDTH" contains invalid characters"
    So, how to reset or correct the configuration setting, when aplication crashes every time I start it.
    Seppo

    >
    Seppo Somppi wrote:
    > Hello,
    >
    > I got a big problem, when I by accident configered with sap-config-mode the FITE_EXPENSES-application's LAYOUT_VIEW. I entered text in the Width-field and saved the configuration. The application run into the error in program CX_WDR_ADAPTER_EXCEPTION======CP. This is the note:
    > "Adapter error in &VIEW_ELEMENT_TYPE& "FORWARD_TOP" of view "FITV_FPM.LAYOUT_VIEW": The CS length specification in property "IFUR_NW5_BUTTON~WIDTH" contains invalid characters"
    >  So, how to reset or correct the configuration setting, when aplication crashes every time I start it.
    >
    > Seppo
    Hi,
    Go the the layout of the view LAYOUT_VIEW of your component. Try to delete the text from the property 'WIDTH' of the element in the view.
    Let me know if that works.
    Regards
    Prasenjit

  • Modification of Web Dynpro ABAP ESS application

    Hi,
    I'm familiar with the modification process of ESS Web Dynpro Java applications using NWDI. However I have to adda button a view in the "Create Expense Report" iView which is a Web Dynpro ABAP application from ERP 6 Ehp3. On the click of this button a pdf report should be shown. The Web Dynpro ABAP application is FITE_EXPENSES.
    Can anyone tell me what is the process for modifying ESS WD ABAP code? Do I copy and create a new application and then modify?
    I'm not getting any documentation on this on SDN or SAP Help.
    Regards

    hi,
    ->You dont have to copy and create new application.
    -> You can use Enhancement Framework Technology.
    -> Look out for Blogs by Thomas Weiss. They are very useful.
    -> Easiest way out to create new button would be as :
         -> Put your application in display mode.
         -> There is button for Enhancement in the tool bar (Spiral shaped).
         -> Press that button and create a new enhancement.
        -> Now add any UI Element you want to add.
         -> In Enhancement Framework we do have some Post Exit and Pre Exit Methods.
        -> Some Enhancement Points are already given by Standard SAP.
       -> You can write the logic there and activate the Enhancement.
    Check out this link for basic idea about enhancement.
    http://help.sap.com/saphelp_nw04s/helpdata/en/0e/4d3e42fc94aa04e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f56120039915
    I hope above links will be helpful.
    Thanx.

  • Modification of Web Dynpro ABAP ESS Travel application

    Hi,
    I'm familiar with the modification process of ESS Web Dynpro Java applications using NWDI. However I have to adda button a view in the "Create Expense Report" iView which is a Web Dynpro ABAP application from ERP 6 Ehp3. On the click of this button a pdf report should be shown. The Web Dynpro ABAP application is FITE_EXPENSES.
    Can anyone tell me what is the process for modifying ESS WD ABAP code? Do I copy and create a new application and then modify?
    I'm not getting any documentation on this on SDN or SAP Help.
    Regards,
    Manish

    Please try to avoid modification of WD4As. This is the last resort!
    FITE_EXPENSES uses the WD-Component FITV_FPM_START, there it has the Application Configuration "FITE_EXPENSES". The Application COnfiguration is mapped with the Component Configuration "FITV_FPM_EXPENSES" (this is just for your interest how things are mapped here).
    Bottom line the Application uses the WD-Component FITE_VC_GENERAL_DATA you can open it via TA SE80 as above poster suggested. Here. navigate to Views and open the View GENERAL_DATA_VIEW. Navigate to Tab METHODS, open Hook-Method WDDOMODIFYVIEW. Here you can make an implicit enhancement at the end of the method and dynamically generate a Button in runtime, this would be a cleaner approach than hard modification of the standard Layout.. I reccomend you to consider this!
    best regards, Lukas

  • View Memo option in UWL

    Hello,
    I am trying to include the "View Memo" option for a couple of different work items in UWL under the "You can also" section.
    The View Memo shows up fine for one work item and doesn't show up for the other. However I have similar UWL configuration for both items.
    Can any one suggest what is needed to include the View Memo option. I thought that the following tag should do it:
    <Action reference="viewMemos"/>
    The View Memo does not work for the following item: (Does not show up):
    <ItemType name="uwl.task.webflow.decision.TS20000131.ECCCLNT200" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm" executionMode="default">
          <ItemTypeCriteria systemId="ECCCLNT200" externalType="TS20000131" connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="TripNumber" type="string" displayName="Trip Number"/>
              <Attribute name="EmployeeNumber" type="string" displayName="Employee Number"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <Actions>
            <Action reference="viewMemos"/>
           <Action reference="addMemo"/>
            <Action reference="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm"/>
            <Action name="com.sap.pct.erp.mss.tra.action.approver.ApproveTrip" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
              <Properties>
                <Property name="decisionKey" value="1"/>
              </Properties>
              <Descriptions default="Approve Trip"/>
            </Action>
            <Action name="com.sap.pct.erp.mss.tra.action.approver.SendBackTrip" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
              <Properties>
                <Property name="UserDecisionNote" value="mandatory"/>
                <Property name="decisionKey" value="2"/>
              </Properties>
              <Descriptions default="Send Trip Back for Corrections"/>
            </Action>
            <Action name="com.sap.pct.erp.mss.tra.action.approver.RejectTrip" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
              <Properties>
                <Property name="UserDecisionNote" value="mandatory"/>
                <Property name="decisionKey" value="3"/>
              </Properties>
              <Descriptions default="Reject Trip"/>
            </Action>
          </Actions>
        </ItemType>
    The View Memo option works fine for the following UWL item: (shows up fine)
    <ItemType name="uwl.task.webflow.TS20000189.ECCCLNT200" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="ECCCLNT200" externalType="TS20000189" connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="TripNumber" type="string" displayName="Trip Number"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <Actions>
            <Action reference="viewMemos"/>
            <Action reference="addMemo"/>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="FITE_EXPENSES"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=no,directories=no"/>
                <Property name="DynamicParameter" value="WI_ID=${item.externalId}"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="SAP_FITV_TRIPNO" value="${item.TripNumber}"/>
                <Property name="SAP_FITV_ACTION" value="CHG"/>
                <Property name="System" value="SAP_ECC_HumanResources"/>
                <Property name="WebDynproNamespace" value="sap"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default="Correct Trip"/>
            </Action>
          </Actions>
        </ItemType>
    Can anyone suggest what is the difference between the above two tasks.
    Thank You,
    Jaya R

    Hi Jaya,
    The reason why you are seeing this with the first task is because you are using the action handler UserDecisionHandler, more specifically UserDecisionNote.  This is what defines the memo box.  You can see the other workitem is not of type decision and is not using the UserDecisionHandler, therefore you can't just add a memo box.  If you want to add a memo box to the other workitem, you will need to configure it like the first and check the decisions also in the backend system through the function module: SAP_WAPI_DECISION_READ or SWK_DECISION_READ.  You can find more information here:
    http://help.sap.com/saphelp_nw70/helpdata/en/7a/df014b037141ca9afc6433ed42b519/content.htm
    Best Regards,
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • WD ABAP Application exists in SE80 but not in SICF

    Hi,
    how could I make my WebDynpro ABAP applications available in the services list of SICF?
    My problem is, that the WD applications from the WebDynpro Component "FITV_FPM_START" (e.g. FITE_EXPENSES), which I need for my ESS in portal, appear in my ABAP Workbench but not as services in SICF.
    Anyone knows what could be the reason?
    Thanks for your help in advance.
    Best regards
    Joachim

    Also check related note Note 1088717 - Active services for Web Dynpro ABAP in transaction SICF.
    Regards

  • Resource EMPLOYEE_TRAVEL_EXPENSES_SRV_12 not found

    Hi experts,
    We have an ECC 6.0 EHP3, EP 7.0 SP18 with BPERP5ESS 1.2 SP 4, SAP_ESS 1.0 SP 19.1, BPERP5COM 1.20 SP 4, SAPPCUI_GP 1.0 SP 19, we activate the business function FIN_TRAVEL_1 .
    The issue is when in the Portal we go to "My Trips and Expenses" and try to create/change a travel request o try to create/change a travel expense report.
    If try to create/change a travel request shows: "Resource EMPLOYEE_TRAVEL_REQUEST_SRV_12 not found"  and if try to create/change a travel expense report shows:"Resource EMPLOYEE_TRAVEL_EXPENSES_SRV_12 not found"
    This resources are in the resource list in customization, with this values:
    Resource Key: EMPLOYEE_TRAVEL_EXPENSES_SRV_12
    Description: Travel & Expense: Travel Expense Report Service
    Object Name: FITE_EXPENSES
    URL Parameter: SAP_FITV_EXIT_OP=CallAreaPage
    The rest of the fields are empty.
    Resource Key: EMPLOYEE_TRAVEL_REQUEST_SRV_12
    Description: Travel & Expense: Travel Request Service
    Object Name: FITE_REQUEST
    URL Parameter: SAP_FITV_EXIT_OP=CallAreaPage
    The rest of the fields are empty.
    The most curious is that if we try to create a new travel request or try to create a new travel expense report out of "My Trips and Expenses", via the links into "Create New" area, it works fine! We can create them without problem
    Anyone please, could help us?
    Thanks in advance,
    Manuel

    Hola,
    I once had similar issue, here's how I had to solve it:
    Go to SPRO and follow this path
    Cross-Application Components > Homepage Framework > Resources > Define Resources
    Now look for your EMPLOYEE_TRAVEL_EXPENSES_SRV_12 and double-click on it.
    Check if these text boxes are empty:
    - URL of Resource Object
    - URL of PCD page
    If any of the above is empty, then write something inside (yes, something) and press save.
    You will receive a warning and then save it on a Customizing request.
    For example, I saved "<blank>" on each one of them.
    See image:
    http://imageshack.us/photo/my-images/97/20111025155522.jpg/
    And then try again to run your application.
    Un Saludo
    /Ricardo Quintas

  • Change Expense report default to Save and Send

    I have been looking for a way to override the default in an expense report to be the Save and Send radio button instead of the Save radio button.
    I have worked within the configuration and the FITE_EXPENSES webdynpro configuration, but cannot identify any area to change this.  Has anyone been able to override this SAP standard default to go to Save and Send?
    JLM

    There is no setting in standard to make "save and send" the default setting, but how about the option of also hiding the 'save' radio button via the content administration, that is one possibility?
    I also saw a suggestion to add modificationby adding an implicit enhancement implementation before the end method statement of the mehtod CONFIGURESAVESTATUS of the component controller of view fite_vc_review. example
    for the enhancement:
    elem_generaldata->set_attribute(
          exporting
            name =  `SETTL_STATUS`
            value = cl_fitv_constants=>gc_settled_status_requested ).
    Of course this is a modification however..
    Also check your setting for tcode PE03 for feature TRVPA for WRP, here you can select various status' on save"
    The documentation in PE03 explains more
    "Entry "WRP" for Employee Self-Service:
    The entry "WRP" allows you to control the dialog for saving a trip. The
    settings apply to the Employee Self-Service (ESS). With some statuses, a
    distinction must be made between the process steps "Temporary Save" and
    "Save and Send."
    Hope these suggestions help.
    Sally
    Edited by: Sally Redmond on Sep 6, 2011 6:37 PM

  • Standard Web Dynpro copy

    I have just copied a standard Web Dynpro Abap, just changing the name for ZFITV_FPM_START.
    I've noticed some things have not been copied. For example, the web dynpro applications.
    So I've created a Web Dynpro Application for ZFITV_FPM_START, and called it ZFITE_EXPENSES, and copied the data in FITE_EXPENSES.
    It doesn't appear in the Web Dynpro tree, even after saving it and activating the Web Dynpro. What can the problem be?
    Thank you in advance.

    I had somehow created it in the original Web Dynpro. Thanks and sorry.

  • View Memo option for a work item

    Hello,
    I am trying to include the "View Memo" option for a couple of different work items in UWL under the "You can also" section.
    The View Memo shows up fine for one work item and doesn't show up for the other. However I have similar UWL configuration for both items.
    Can any one suggest what is needed to include the View Memo option. I thought that the following tag should do it:
    <Action reference="viewMemos"/>
    The View Memo does not work for the following item: (Does not show up):
    <ItemType name="uwl.task.webflow.decision.TS20000131.ECCCLNT200" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm" executionMode="default">
          <ItemTypeCriteria systemId="ECCCLNT200" externalType="TS20000131" connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="TripNumber" type="string" displayName="Trip Number"/>
              <Attribute name="EmployeeNumber" type="string" displayName="Employee Number"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <Actions>
            <Action reference="viewMemos"/>
           <Action reference="addMemo"/>
            <Action reference="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm"/>
            <Action name="com.sap.pct.erp.mss.tra.action.approver.ApproveTrip" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
              <Properties>
                <Property name="decisionKey" value="1"/>
              </Properties>
              <Descriptions default="Approve Trip"/>
            </Action>
            <Action name="com.sap.pct.erp.mss.tra.action.approver.SendBackTrip" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
              <Properties>
                <Property name="UserDecisionNote" value="mandatory"/>
                <Property name="decisionKey" value="2"/>
              </Properties>
              <Descriptions default="Send Trip Back for Corrections"/>
            </Action>
            <Action name="com.sap.pct.erp.mss.tra.action.approver.RejectTrip" groupAction="yes" handler="UserDecisionHandler" returnToDetailViewAllowed="no" launchInNewWindow="no">
              <Properties>
                <Property name="UserDecisionNote" value="mandatory"/>
                <Property name="decisionKey" value="3"/>
              </Properties>
              <Descriptions default="Reject Trip"/>
            </Action>
          </Actions>
        </ItemType>
    The View Memo option works fine for the following UWL item: (shows up fine)
    <ItemType name="uwl.task.webflow.TS20000189.ECCCLNT200" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="ECCCLNT200" externalType="TS20000189" connector="WebFlowConnector"/>
          <CustomAttributes>
            <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="TripNumber" type="string" displayName="Trip Number"/>
            </CustomAttributeSource>
          </CustomAttributes>
          <Actions>
            <Action reference="viewMemos"/>
            <Action reference="addMemo"/>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproABAPLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="FITE_EXPENSES"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=no,directories=no"/>
                <Property name="DynamicParameter" value="WI_ID=${item.externalId}"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="SAP_FITV_TRIPNO" value="${item.TripNumber}"/>
                <Property name="SAP_FITV_ACTION" value="CHG"/>
                <Property name="System" value="SAP_ECC_HumanResources"/>
                <Property name="WebDynproNamespace" value="sap"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default="Correct Trip"/>
            </Action>
          </Actions>
        </ItemType>
    Can anyone suggest what is the difference between the above two tasks.
    Thank You,
    Jaya R

    Hi Jaya,
    The reason why you are seeing this with the first task is because you are using the action handler UserDecisionHandler, more specifically UserDecisionNote.  This is what defines the memo box.  You can see the other workitem is not of type decision and is not using the UserDecisionHandler, therefore you can't just add a memo box.  If you want to add a memo box to the other workitem, you will need to configure it like the first and check the decisions also in the backend system through the function module: SAP_WAPI_DECISION_READ or SWK_DECISION_READ.  You can find more information here:
    http://help.sap.com/saphelp_nw70/helpdata/en/7a/df014b037141ca9afc6433ed42b519/content.htm
    Best Regards,
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Validations with Service Create Expense Report

    Dear experts.
    I have the following doubt:
    In the service "Create Expense Report" ESS the system call two component different:
    Application: FITE_EXPENSES
    Web Dynpro Component: FITV_FPM
    Window Information: FPM_WINDOW
    View Information: LAYOUT_VIEW
    Configuration ID: FITV_FPM_EXPENSES
    This component show two buttons Start and Cancel, as is displayed in the screen attach.
    And other component is
    Application: FITE_EXPENSES
    Web Dynpro Component: FITE_VC_PRESELECTION
    Window Information: VC_WINDOW
    View Information: PRESELECTION_VIEW
    Configuration ID: FITE_VC_PRESELECTION
    That show the information with "Available Travel Requests / Plans and a listbox with Schema Selection(National Trip and Foreign Trip). as is displayed in the screen attach.
    I need do two validations and I dont know Where Can I do this validations:
    1.When I select the schema National and press the button Start the system must validate that the enduser have selectioned a row of "Available Travel Requests / Plans",  if the enduser not select a row the system have that show a message saying "Please select a row". This message have that be type error.
    2. What is the name of the table and the method that use SAP for get the information that is displayed in the grid "Available Travel Requests / Plans"
    Thanks in advance
    Regards

    Hi Carmen,
    You can add custom code, just like the one for selected row validation. It can have logic such that if a particular trip number is selected, and it has cities of a particular country, the schema, say, 'Domestic' would be chosen. To 'auto-choose' schema, bind the attribute TRIP_SCHEMA of node TRIP_SCHEMA with the value 'Domestic'.
    ABAP Dynpro is a component based model. So, a typically a component is created in such a way that it can be reused at many places. The component FITE_VC_PRESELECTION is for listing already initiated trips, and is rendered in expense report. The same component might be used in other travel web dynpro applications, like FITE_REQUEST, FITE_EXPRESS_EXPENSES, etc. The component FITV_FPM uses many other components for rendering different features of travel. You can think of it as parent-child relationship.
    I am attaching an old book on WDA, which I guess, I downloaded from SDN itself.
    I hope I could clear you doubts.
    couldn't attach the book, as the file extension is not allowed. You can search for WDA resources at SDN, SAP help, or do a simple google search for PDF.

  • Credit Card Graphic (Logo) not displaying in ESS Travel Expense

    We installed enhancement package 3 and activated/switched on the business function FIN_TRAVEL_1 to move to the new Webdynpro for Abap portal screens.
    Under the Create Expense option, you can view imported credit card transactions.   Within the table, there is a column for "Credit Card Company".   It currently has the credit card name but a graphic missing icon.   I found the icons under the Webdynpro component FITV_MIME in SE80.  All of the FI-TV configuration seems to be in place so my assumption it is something on the technical (like service activation via SICF) or Webdynpro side that is causing the issue.
    Travel is the first application that we are bringing live on the SAP Portal so it very well could be something basic relative to our portal installation.
    Does anyone have any suggestions for how to resolve this?
    Thanks in advance for all responses.
    Technical Information for UI Element:
    General Information About the Application and Component
    Application: FITE_EXPENSES
    Web Dynpro Component: FITE_VC_CREDIT_CARD_ITEMS
    Window Information: VC_WINDOW
    View Information: CC_ITEMS_VIEW
    Configuration ID: 1F14A06959CFC3EAA86FDDB34B2EBF21
    Information on Field
    Field ID: CC_ITEMS_ICONSOURCE_EDITOR
    Type of UI Element: IMAGE
    UI Element Library: STANDARD
    Attributes of UI Element
    List of Attributes
    Attribute Name Value Context Path Type
    ADJUST_IMAGE_SIZE      
    BORDER 0     
    HEIGHT      
    IS_DECORATIVE      
    SOURCE   CCC_BUFFER.ICONSOURCE STRING
    WIDTH      
    ENABLED X    
    TOOLTIP   CCC_BUFFER.CCOMP_NAME TEXT_CCARD
    VISIBLE visible (02)    
    VALUE_HELP_KIND      
    VALUE_HELP

    This one is a duplicated thread. Please take a look at the second one:
    Define Credit Card Provider Logo Reference in ESS
    Anja

Maybe you are looking for

  • The persistent store record 6,810 could not be found

    Under heavy load, we get an exception stack trace in the log, that says that an expired message could not be deleted. This message is repeated every 15-30 minutes for other records. 5 hours later, it says that a thread is stuck and the server is bloc

  • Mac mini slow start up

    My Mac Mini set up is slow and won't proceed. It is as if the keyboard is not working but the are sounds and it is just not progressing. I have not gotten past "Select your WiFi" in the past 3 hours.

  • Can put condition in read statement for a particular fild please suggest?

    hi i have a requirement as belo 1 ) i am reading a table with read statement now i want to read with one more condition like where status<> Z to add to this read statement as below can i add the above condition to the below statement?? let me know ho

  • I need help to reinstall photoelement 12

    I got a message saying to update to photoelement 12.1 but is unable to do so when I try.  It says's contact customer service.

  • Strange thing happening with iPhone 5??????

    Just started yesterday. When getting a phone call after I end the call my music player begins playing without me selecting it to play. Anyone have this wierd issue?