Travel Itinerary Enhancement "FITE_VC_ITINERARY "

Hello Experts,
I am enhancing this component view ITINERARY_VIEW added two more fields in table .
While saving the data is not getting saved in FTPT_REQUEST request. This FM is used for sving PTRA_UTIL_EXPENSE_REPORT_SAVE. I can see my data as a importing to this FM but data is not saving in table.
Can any one suggest me on this.
Thanks
Pradeep

Hi Anton,
In order to save and retrive the values of your custom fields. You also need to enhance DDIC structure which are used by programs. For this you have to debug the code and check which structures you need to enhance as per your requirement.
ZADD_DEST_ITINERARY_INT----PTRV_WEB_ITINERARY_INT (Structure)
ZADD_DEST_VERLAUF----PTRV_UTIL_VERLAUF (Structure)
ZADD_FTPT_REQUEST----FTPT_REQUEST (Table)
ZADD_PTK05----PTK05 (Structure)
ZADD_UTIL_ZIEL----PTRV_UTIL_ZIEL (Structure)
ZMODE_OF_TRAVEL ---PTRV_WEB_GENERAL_DATA_INT (Structure)
ZMODE_OF_TRAVEL_HEAD-----HEAD_PERIO (Structure)
ZMODE_OF_TRAVEL_PTP02----PTP02 (Structure)
ZMODE_OF_TRAVEL_PTRV ---PTRV_HEAD (Table)
These were the DDIC objects which i have to enhance for my requirement. This is require because in program code these structures are used to move values internally so we have to add our custom fields in thee structures as well.
apart from this we also have to enhance the SAP code to move manually our fields in internal table where these are moved one by one in code.
CL_FITE_ASSISTANCESAVE_EXPENSE_REPORT
  CALL FUNCTION 'PTRA_WEB_EXPENSE_REPORT_SAVE_2'
ENHANCEMENT IMPLEMENTATION
1.     Program: SAPLPTRA_WEB_ITINERARY          Dynamic Enhancement Point/Section     \PR:SAPLPTRA_WEB_ITINERARY\FO:FILL_VERLAUF\SE:END\EI     
FORM fill_verlauf of Include PTRA_GLOBAL_ZIEL_VERLAUF.
2.     Program: SAPLPTRA_UTIL_MEMORY          Dynamic Enhancement Point/Section     \FU:PTRA_UTIL_MEM_TRIP_GET\SE:BEGIN\EI     
FUNCTION ptra_util_mem_trip_get
3.     Program: SAPLPTRA_UTIL_MAIN          Dynamic Enhancement Point/Section     \PR:SAPLPTRA_UTIL_MAIN\FO:CONVERT_UTIL_TO_REQ\SE:END\EI     
FORM convert_util_to_req
4.     Program : SAPLPTRA_WEB_MAIN          Dynamic Enhancement Point/Section     \PR:SAPLPTRA_WEB_MAIN\FO:FILL_VERLAUF\SE:END\EI     
FORM fill_verlauf
these part of code i have enhanced.
Hope this will help you.
Thanks
Pradeep

Similar Messages

  • Template for Travel Itinerary Requested

    I'm a PC transfer. I've used an itinerary form for years with styles to indent activities, hotel information, flights, addresses, under headings for days. It was easy to read and the styles (font type and size, spacing, indents, etc.) made it easy to use, as I just applied them.
    I need a template for an itinerary in Pages '09. Does anybody have one they like? Please share your genius! Thanks.

    iWork Community is an external web site with many templates submitted by users. It is not part of Apple or the iWork applications.

  • International travel and multiple-day events with time zones

    I can't see how I can set an international travel easily as one event, e.g. from 2010-01-11 20:30:00+11:00 to 2010-01-11 07:10-10:00. I can set both as in one Time Zone, but that is not what I want. I want to set as my itinerary from a travel agent says, e.g. the start and end in different Time Zones. Although I can enter the departure and arrival as two events, that is not what I want to do. The air travel is one event, not two.
    Also, I often want to set schedules for multiple-day international meetings using the local time of the meetings while my iCal is still in my own Time Zone, but this is not possible. As soon as I select All Day in a new event, the Time Zone option disappears. Of course, I can change my iCal Preferences to use the target Time Zone (instead of my local one) and then set the meeting schedule, but this is not what I want to do. I want to be able to select a different Time Zone for multiple-day events while I am in my own Time Zone.
    These are rather common problems in any internatioanl businesses I suspect. It would be really handy to tie iCal with travel itinerary applications. If this is possible, I also would be able to get the information directly from travel agents in iCal format and it is a great potential for developing such applications.
    Does anyone know whether these are possible in iCal or whether Apple may be working on it?
    I also can't find a Feature Request for Apple, to ask about it. Does anyone know where to find it?
    Thanks.
    Message was edited by: yoichi.takayama

    I just didn't get the context here. Do you want to display multiple rows within one Outlook calendar event? If yes, I think it's impossible.
    Please reattach the sample which will be very helpful for others to understand your requirement, then possibly provide a solution.
    Bhasker Timilsina (ManTechs Inc)

  • Blackberry Travel or equivalent for 9720?

    I have been unable to download Blackberry Travel for 9720 "not available fo theis device" and also appears that worldmate not available. Blackberry World shows "CWT To Go" which only works with itineraries booked directly with Carlson Wagonlit Travel.
    Any suggestions for a  similar travel itinerary management app would be gratefully received.
    Thank you.

    BlackBerry Travel is very definitely available for OS 7.1 devices.
    I wonder if you're getting a country limitation or something other blocking it for you?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Need help with date and time calculations please

    Hello there.. Im stuck, and im hoping someone can help..
    Working on a list to manage and track PTO.  User completes PTO request form,
    Fields
    Name
    Start Date (with time)
    End Date (with time)
    Total Number of Days/hours requested: (calculation)
    Full Day: (Yes/No)
    ok business need
    user has the ability to request a certain number of hours as opposed to a full day.
    After searching around on google. I found this calculation to help me figure out how many BUSINESS days being requested.
    =IF(ISERROR(DATEDIF([Start Date],[End Date],"d")),"",(DATEDIF([Start Date],[End Date],"d"))+1-INT(DATEDIF([Start Date],[End Date],"d")/7)*2-IF((WEEKDAY([End Date])-WEEKDAY([Start Date]))<0,2,0)-IF(OR(AND(WEEKDAY([End
    Date])=7,WEEKDAY([Start Date])=7),AND(WEEKDAY([End Date])=1,WEEKDAY([Start Date])=1)),1,0)-IF(AND(WEEKDAY([Start Date])=1,(WEEKDAY([End Date])-WEEKDAY([Start Date]))>0),1,0)-IF(AND(NOT(WEEKDAY([Start Date])=7),WEEKDAY([End Date])=7),1,0))
    This works great as long as its a [Full Day]="YES", displays results in column labeled Number of days
    now if [Full Day]="No", displays results in column labeled Number of Hours
    BUT this is my issue (well part of it) it calcuate the correct number of hours.. but puts a "1" in "Number of Days" why.. dates have not changed.. I think Its something with the above calculation but I could be way off.
    the end result is I need number of days to concat with number of hours 
    i.e 1 full day 4 hours  1.4
        0 full day 5 hours  0.5
        1 full day 0 hours  1.0
    so that the total can be deducted via workflow.. from the remaining balance in a tracker. (seperate list) 
    Any angels out there??

    Posnera-
    Try changing time zones and see if the travel itinerary times change.
    Fred

  • Firefox "print" prints some text on top of other text. How can I fix it?

    I want to print a webpage with a travel itinerary on it. The itinerary is quite long, exceeds the page height and overflows onto the next page. Unfortunately the information below the itinerary is then printed on top of the itinerary information on the overflow page.
    I have tried the same page in Chrome, Safari and IE 10 and it prints correctly in all of them.
    I use a css (print.css media='print') to control some of the print output.
    Can anyone help please?
    Application Basics
    Name: Firefox
    Version: 24.0
    User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Firefox/24.0
    Extensions
    Name: DownloadHelper
    Version: 4.9.14
    Enabled: true
    ID: {b9db16a4-6edc-47ec-a1f4-b86292ed211d}
    Name: easy Xdebug
    Version: 1.5
    Enabled: true
    ID: [email protected]
    Name: Firebug
    Version: 1.11.2
    Enabled: true
    ID: [email protected]
    Name: Live HTTP headers
    Version: 0.17
    Enabled: true
    ID: {8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}
    Name: Page Speed
    Version: 1.12.9
    Enabled: true
    ID: {e3f6c2cc-d8db-498c-af6c-499fb211db97}
    Name: DivX Plus Web Player HTML5 <video>
    Version: 2.1.2.145
    Enabled: false
    ID: {23fcfd51-4958-4f00-80a3-ae97e717ed8b}
    Name: FreeHDSport.TV
    Version: 1.2
    Enabled: false
    ID: [email protected]
    Name: Translate This!
    Version: 2.0
    Enabled: false
    ID: jid0-k75TfRGfOXPHfEZmJ9cKu5eCgLc@jetpack
    Important Modified Preferences
    accessibility.typeaheadfind: true
    accessibility.typeaheadfind.flashBar: 0
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.places.smartBookmarksVersion: 4
    browser.startup.homepage_override.buildID: 20130910160258
    browser.startup.homepage_override.mstone: 24.0
    dom.mozApps.used: true
    dom.w3c_touch_events.expose: false
    extensions.lastAppVersion: 24.0
    gfx.blacklist.webgl.msaa: 4
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1382955114
    places.history.expiration.transient_current_max_pages: 104858
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    plugin.state.ovshelper: 0
    print.macosx.pagesetup-2: PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHBsaXN0IFBVQkxJQyAiLS8vQXBwbGUvL0RURCBQTElTVCAxLjAvL0VO
    print.print_bgcolor: false
    print.print_bgimages: false
    print.print_colorspace:
    print.print_command:
    print.print_downloadfonts: false
    print.print_duplex: 0
    print.print_evenpages: true
    print.print_in_color: true
    print.print_margin_bottom: 0.5
    print.print_margin_left: 0.5
    print.print_margin_right: 0.5
    print.print_margin_top: 0.5
    print.print_oddpages: true
    print.print_orientation: 0
    print.print_page_delay: 50
    print.print_paper_data: 0
    print.print_paper_height: 11.00
    print.print_paper_name:
    print.print_paper_size_type: 1
    print.print_paper_size_unit: 0
    print.print_paper_width: 8.50
    print.print_plex_name:
    print.print_resolution: 0
    print.print_resolution_name:
    print.print_reversed: false
    print.print_scaling: 1.00
    print.print_shrink_to_fit: true
    print.print_to_file: false
    print.print_unwriteable_margin_bottom: 57
    print.print_unwriteable_margin_left: 25
    print.print_unwriteable_margin_right: 25
    print.print_unwriteable_margin_top: 25
    privacy.cpd.offlineApps: true
    privacy.cpd.siteSettings: true
    privacy.donottrackheader.enabled: true
    privacy.sanitize.migrateFx3Prefs: true
    privacy.sanitize.timeSpan: 0
    security.csp.enable: false
    security.OCSP.enabled: 0
    security.warn_viewing_mixed: false
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1381489144
    user.js Preferences
    Your profile folder contains a user.js file, which includes preferences that were not created by Firefox.
    Graphics
    Device ID: 0x fd5
    GPU Accelerated Windows: 1/1 OpenGL
    Vendor ID: 0x10de
    WebGL Renderer: NVIDIA Corporation -- NVIDIA GeForce GT 650M OpenGL Engine
    windowLayerManagerRemote: false
    AzureCanvasBackend: quartz
    AzureContentBackend: none
    AzureFallbackCanvasBackend: none
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: false
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10
    Version in use: 4.10
    NSS
    Expected minimum version: 3.15.1 Basic ECC
    Version in use: 3.15.1 Basic ECC
    NSSSMIME
    Expected minimum version: 3.15.1 Basic ECC
    Version in use: 3.15.1 Basic ECC
    NSSSSL
    Expected minimum version: 3.15.1 Basic ECC
    Version in use: 3.15.1 Basic ECC
    NSSUTIL
    Expected minimum version: 3.15.1
    Version in use: 3.15.1

    Hi midnig-
    I found this article on troubleshooting print issues:
    http://mzl.la/MCCq7H
    I see that you have covered some of the basic troubleshooting tips- but you might try resetting the printer. Here are some other suggestions:
    - If you have made changes to Advanced font settings like increasing the minimum/default font size then try the default minimum setting "none" and the default font size 16 in case the current setting is causing problems.
    - Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
    Make sure that you allow pages to choose their own fonts.
    - Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"
    It is better not to increase the minimum font size, but to use an extension to set the default page zoom to prevent issues with text not being displayed properly.
    - You can use an extension to set a default font size and page zoom on web pages.
    Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • !!URGENT - Caught w/Powerbook in UK - US airline carryon ban - checked?!!!

    Need some advice here - I'm in the UK due to fly out of Heathrow soon, all airlines including mine requiring absolutely no carryon baggage because of terrorist threat (wallet, passport only). Because of my travel itinerary I can't leave it here - I also have my iPod, Canon D20 and lenses.
    I can pack the iPod and cameras in tupperwares lined with foam and I think they'll survive; but what about my Powerbook!? Will the unpressurized hold destroy it? I have no idea.
    Helpful advice - leaving in a few days - thank you!
    PowerBook G4 15" 1 Ghz, 1 GB DDR SDRAM Mac OS X (10.4.4) Airport Extreme/Direcway 7000 pro - 30 GB iPod - 12" iBook G4

    To Don Corleone,
    perhaps you mean the 'UK' mention in the heading of the origonal poster not 'US'?
    Anyway the plot thickens. Hm maybe I shouldn't say that in this context. As far as the UK authorities go they now allow laptops in the cabin. They have downgraded the threat level and ammended the rule. See:
    http://www.dft.gov.uk/stellent/groups/dftabout/documents/page/dft_about612280.hcsp
    They still say that liquids will be confiscated from passengers to US despite saying presciption medicines (including liquids and aerosols) can be carried in cabin baggage. However the US TSA (see link earlier post) permit liquids even non prescription, essential, liquid medicines such as insulin.( I suspect insulin would be a prescription drug in the UK). I realise the origonal post was not on medicines. I also read that the TSA is the authority for domestic flights only in the USA. Does anyone know who is the US authority for flights from outside the USA?
    I would suspect that the UK has got the wrong end of the stick as regards the requirements of the USA in respect of liquid medicines. However if travelling from the UK to USA you dont want to travel without essential medicines (aside from the consideration that UK prescription medicines are cheaper) and you dont want to have to opt out of travelling at the last moment and have your hold luggage go to USA and not you (a risk and to you an inconvenience). Neither do you want to delay the whole flight whilst your hold luggage is then taken off.
    I wonder what the cabin staff will do with people who develope pneumonia in flight having waited in the pouring rain outside Heathrow buildings(or the temporary 'marquee' ((I kid you not)) because the terminal building is full?

  • Add field(Text-Field) in SAP Adobe form (SFP) @ line item level

    Hi All,
    I have copied SAP Standard Travel Request Form (FITP_REQUEST_FORM), and modifying it according to client's requirement.
    The requirement is to display Comments field
    I need to display some more details under Travel Itinerary & Services
    Eg: Comments field for > Outbound Train , Outbound Flight etc.
    The problem I am facing is unable to filter data in Node Request > Data > Car, Flight, Train, Hotel and others.
    I have added text field in the Car node but its not retiveing data related to Car Comments its showing for Flight.
    Regards,
    Shree Wadekar
    Useful answers will be rewarded

    Solved by my own

  • Sync Outlook 2003 Cal and Contacts

    Ok here is the real weird problem. I at one point and time had outlook cal sync to my iphone, and then the next day it stopped working. Now I know that there have been a lot of updates which I have updated to the newest on everything. Itunes and the Iphone itself as well as outlook. Now here is the kicker. I am using Oracle as my back end server for email. There is a connector between outlook and oracle. Now I am using the newest connector and in Itunes it does not show anything to sync to. It used to say outlook. As anyone else run across this. I have it on good word from a guy that works at Oracle that the sync is working for him. Please help!!!

    I work for Oracle and we use the Oracle Connector with Outlook 2003. I have Outlook SP3 installed with the 10.1.3.0.8.90921 and it works fine for me with one exception (see below). I'm running the latest version of iTunes and it syncs cal and contacts.
    The only issue I'm having is some events not syncing, which after looking at some threads, it appears that there is a limit on the amount of text that can be in the event, so I'm doing an experiment to see if that's the case.
    These are events that I've clicked and dragged from email inbox onto calendar icon to create new event and if I CTRL Click to copy that event, the new event doesn't show up either. These events also include HTML in them so not sure if that's the issue or not.
    For example, I travel alot so when my travel itinerary is sent to me in email, I simply drag that to the Calender Icon to create a new event. I edit the time and date to reflect my departing flight. Then I simply CTRL Click and Drag to create a copy of this event, open it and edit it and change the subject to include my Hotel, Rental car and return flight information.
    This way I can (should be able) open my iPhone calender to see all my travel info, without having to print the itinerary or open my laptop.

  • Enhancing a web dynpro for hr-travel

    HI,
    I am trying to enhance FITE_VC_GENERAL_DATA for HR Travel Portal.
    I want to add another field to the existing screen. I have done that, but though I have unchecked the "read only" button for the UI element, it is coming as read only on the portal.
    Please guide me if i am missing any other settings to be checked.
    i have
    1. enhanced the existing structure to add the field at the end.
    2. i have included that field in local context and i have mapped the same to context controller.
    I can see the field on the portal, but its read only though i have not set it. Please help.

    Client wants to maintain the class of travel as well. eg. first class, business class, economy etc.
    So, I created a data element PTRV_WEB_GENERAL_DATA_EXT-CLASS (Class is created by me, so would not be visible to you).
    Now, I have saved all the values in domain value range of class.
    I added this element to the context GENERAL_DATA of view GENERAL_DATA_VIEW.
    Then I mapped this to the context controller.
    This is the only things that i have done and not coded anything.
    Value of the element is GENERAL_DATA_VIEW.GENERAL_DATA.CLASS
    and layout data: matrix data.
    I have not changed anything else.
    I have just added the label for this field, which i dont have any issue with.

  • ESS Travel / Trip Create Enhancement method

    Hi , I am new to HR - Travel Management,
    Requirement :
    During Create Trip Request from ESS (Tcode - TRIP at backend) a check is required to be added to see if 2 settlements are pending to be approved then create trip shouldnt let user save the new trip and error meesage needs to be displayed about this check.as only maximum of 2 trips could remain unsettled.
    Query : As the user will only use ESS , I went through Class - CL_FITE_ASSISTANCE and CL_FITE_EES_ASSISTANCE but couldnt get idea if any of its method a needs to be enhanced or what could be the starting point to begin with its solution.
    any kind of help or atleast a direction to be taken will be appriciated.

    The Thread can now be closed .
    For this the approach used was :
    As Trip could be raised in SAP GUI as well as Portal.
    So code needs to me made at both places :
    BADI and Exit
    BADI : TRIP_WEB_CHECK also for Error message fill the error message in message handler.
      DATA exit_message_handler TYPE REF TO cl_hrpa_message_list.
        DATA message_handler TYPE REF TO if_hrpa_message_handler.
        DATA msg TYPE symsg.
        DATA is_ok TYPE boole_d.
        CREATE OBJECT exit_message_handler.
        message_handler = exit_message_handler.
        msg-msgid = 'ZFI'.
        msg-msgty = 'E'.
        msg-msgno = '003'.
        msg-msgv1 = 'Please Settle your Earlier Trips Before'.
        CALL METHOD message_handler->add_message
          EXPORTING
            message = msg
            cause   = message_handler->unknown.
        is_ok = space.
      exit_message_handler->add_messages( message_handler ).
    This will show error message on the portal itself and control will not go to the exit.
    For EXIT use :
    Enhancement : FITR0005   - > Exit : EXIT_SAPMP56T_003.
    Method : PTRA_UTIL_TRIPS_GET_LIST to get Employee Trip Details And did the calculations as required. display the Error message if the conditions are not met.

  • Enhancement to PR05 (Travel expense)

    Hi, I have a requirement to enhance the screen of transaction PR05 (Travel expense). I need to add in additional columns. I like to know if there is any user exit or business add in. Thanks
    Lanwu

    Hi there,
    I checked the User Exists available on this screen PR05 . But unfortunately , none of them has a Screen Exist.
    The BADIs notified above , does not have option for buidling a extra button.
    Thus its not possible , as of now......I believe.
    If anybody has another options, please suggest.
    Thanks
    Jay Gandhi

  • BlackBerry Travel's wrong itinerary order

    Dare to find what's wrong in this screen shot. ^.^
    BlackBerry Travel cannot calculate international dateline difference when displaying upcoming flights.

    itunes uses a different way to order them
    QNX goes by alpha numerical like a PC does
    I hjave users all the time ask why folders on the server are out of order when files are labled like in your first post
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • New field in Travel Request

    Hi friends,
    Happy new year to all,
    Here i am working with a enhancement in create travel request,i am able to add a new field but on saving the data i should add this field value with the standard table data.If Any one added a new field in travel request , Please let me know how to save the new field data with stadard data.i have checked with on_save method in comp control still i did not get a proper idea.
    Edited by: sudheer b on Jan 2, 2012 8:08 AM

    Hello Sudheer,
    I have had an experience of working on such requirement, the SAP Standard T&E module(provided you are using the same) stores data in cluster, if you are adding an additional field to the trip by adding it in the context node then you have to make some specific changes into a number of places, the problem is compounded because you would not be able to hold the custom fields value otside the trip webdynpro component, I would not be able to preempt the specific reuquirement of yours but in a nutshell you have to perform the folloing steps:
    1) capture the field value(say vendor of the expense line item) into a variable, after reading the context node, make sure that you extend all the context node and update the binding(if I remember correctly they are all interface nodes)
    2) save the custom field value(vendor of the expense line item, from the step 1) in some global area, this can be done in many ways, it all depends which option you perfer.
    3) Extend number of sap standard structures like for line item you have to extend PTRV_WEB_RECEIPTS_EXT, PTRV_UTIL_BELEG, PTRV_UTIL_BELEG  etc...etc...also you have to do an enhancement on the function module PTRA_UTIL_RECEIPTS_GET...there are some more function module & structure which depends on your requirement.
    4) extend the SAP Standard function module which saves a trip, there are many function modules which is called for the save.
    There would be number of structure enhancements and they would be kind of duplicating themself....hence I would recomend if you can figure out the number of custom fields you would need and assign all of them to a structure, once that is done, you can assign this structure to all the append structure of the standard tables and structure.
    I am sorry if I am replying you in a sketchy way...but to get the full picture I have to get ypur requirements first....do let me know if this doesn't help!!
    Thanks & Regards
    Abir Chakraborty

  • Travel Expenses settlements against Service Order/WBS Element/Project Ord

    Hi Experts,
    I have one req. in Travel Expenses, i.e. need to settle travel expneses against Service Order/WBS Element/Project Order.
    Can you guide me how to do this req.
    Thanks & Regards
    Rajesh

    Hye mate,
    This is possible for sure what you need to do is to go at travel request . In travel Request there is an option of Enhanced Travel cost/ Alternative master cost center. if you click on it . you would find an option of cost assignmnet click on it
    there you would have option , like an excel sheet like fields of  the cost centre, wbs element, profit center, order number what eve is requred and save it.
    now the cot of trip would go that particulat cost center or der numbe or WBS rather then the cost center assigned at master data in ifototype 0027.
    Regards
    Waqas Anwar

Maybe you are looking for