Field which store the person who created the trip

Hi guru,
we can't to find which field of which table actually store the person who created the trip inbehalf of the employee. But I can only found the person who lastly change the trip in table
PTRV_HEAD field UNAME. Also what is the logic of when the field UNAME get updated, since for my testing, when another logon user change the trip's head data like date, reason this field get changed. But this field won't be change if the user only change the trip's line item data such as addition info, amount of the trip etc. Is it the real logic of the system?
Thanks in advance.
Liz

Hello Liz,
You can go to the transaction PRTE in there the table AEND you will find all the changes that occur for the particular trip.
Regards,
Raynard

Similar Messages

  • Address number of the person who created the sales order.

    Hello Experts,
       I am currently making a report in which it has to send the output of the script as a email attachment to the person who created the sales order. For this i am using a standard include RVADOPFO but here we need to pass the address number and person number gor getting the rest of the details. So where i can find the address of the person who created the sales order. (I am able to get the name throuhg VBDKA-ERNAM, but i need address number of that person)
    Thanks & Regards,
    Uday S.

    Hi  Uday,
    check
    ADRC-NAME1 = VBAP-ERNAM
    in ADRC you will get the address of the SO created person in the field ADDRNUMBER  that you have to pass in the ADR6-ADDRNUMBER   you will get the mail address in the field ADR6-SMTP_ADDR
    hope it helps you
    Thanks!
    Edited by: Prasanth on Mar 12, 2009 3:15 PM

  • Print Problem - PDF is OK on Windows 7, but OK on Windows XP with "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem."

    I have received a PDF which prints fine in Windows 7 but with Windows XP I get "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem." and a blank piece of paper passes through the printer. I appreciate that Windows XP is no longer supported but I would like to think that the solution to this problem is not too difficult!
    I have tried Acrobat 9, 10 and 11.
    Any advice (apart from use Windows 7! ) would be most welcome.
    Many thanks.

    If you use the same Adobe Reader versions with the same PDF on Windows 7 and XP, then I would expect the outcome to be the same.
    Is this a local or online PDF?
    If local, is the file really exactly the same?
    If online, in what browser?

  • An Error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem.

    Anyone have a quick fix for this?
    The user that created a document updated adobe reader prior to getting this error message.

    The PDF file structure is complex with lots of compression, offset tables, xref tables,  mapping information, images, etc  and if Acrobat/Reader cannot fix the minor problem then you need to download a new copy of the file from the source.
    If this file is being sent by email make sure you email program can handle the PDF attachment or have the PDF sent to you in a zip file.

  • Display the name of the person who creates (prints) the report

    I have designed a report 'template' for other people to use.
    I would like a field in the report which displays the name of the person who uses the report template to display data from the database.
    The field in the Special Fields drop down menu called 'file author' does not work.
    Can anyone suggest what I should use?

    Try inserting one text object stating "Designed by XXXX" at the footer before creating a template so that when ever the template is used for a report the text object will be printed with that Description
    Raghavendra

  • Suitable BW InfoObject for EBAN-ERNAM (Name of Person who Created the Objec

    Hi guys.
    I would like to bring the content of <b>EBAN-ERNAM</b> (Name of Person who Created the Object) field into BW. As such I am looking for a suitable BW InfoObject for this particular field name. FYI, I am doing a report in MM-Purchasing area.
    Appreciate your help very much.
    Cheers.

    I think I'll just use <b>0CREATEDBY</b> for this.
    Correct me if I am wrong though...

  • The person who creates a Package is able to create EEWB project

    HI,
    The person who creates a package is only able to create a EEWB project with that package. Using someone else's package is throwing error. Is this the standard behaviour of EEWB. Or is there a break through.
    Regards.

    Thank you Steve.
    I created a package in the CRM 7 system. I am able to assign my projects in EEWB to the package I created. But when someone else tries to assign their project to the package I created it says "You are not authorised to make changes. Authorisation object".
    And then if he makes some changes to the package , I mean he re-states the descripotion,then he is able to use the package, but then I am unable to make changes. This functionality looks weird. Can you suggest a work around??
    Regards,
    Hiranmayi

  • Why every time i hit my new message or iMessage notification it goes and creates a new message to the person who sent the message

    why every time i hit my new message or iMessage notification it goes and creates a new message to the person who sent the message?

    Hey Rkbethel
    There are two ways to resolve this for you. For the first is go and do a Reset All Settings by going to Settings > General > Reset > Reset All Settings. It will not delete anything on your iPhone, but it will put all settings back to default. If it does not work, the next step would be to restore the iPhone back to factory settings.
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Assigning a task back to the person who created it?

    Hi,
    Scenario
    Person A creates a task
    Developer B writes code
    Developer B wants to assign the task to the person who created it
    pr. today we must find the name of the correct person and assign it back.
    Is there any possibility to assign it directly to the person who createt it?
    like a tag, @created by

    Hi, thanks for the reply.
    I was thinking more of a way of doing this directly in the dropdown box "assigned to", the creator could be given a tag like @created by?
    Is that possible and if so where do I do the changes?

  • Displaying the current users information instead of the value of the person who completed the form in the first place.

    I found this fantatic post regarding querying the user profile service 
    http://blogs.technet.com/b/anneste/archive/2011/11/02/how-to-create-an-infopath-form-to-auto-populate-data-in-sharepoint-2010.aspx?pi47623=2#comments 
    However i have an issue whenever the form is opened again either to view or edit, it displays the current users information
    instead of the value of the person who completed the form in the first place.
    Please help me, I'm turning more grey each minute

    I think it is how the current user information is stored based on your logic.
    You might be quering current value again when loading the form (Form load Rule).
    you have to tweak your logic, after the user submits the form you can set the username to the one who saved it.
    or in form load, write a logic to see if the form was not saved before and then query the username( by using internal field like "formstatue")
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • Project Server 2010 - Modification date and name of the person who made the last change in the project

    Hello everybody
    I'm with a doubt.
    I got in the business
    environment Project Server 2010 and
    would like to get the publication date,modification
    date and name
    of the person who made
    the last change in
    the project. It is possible
    to doby the native
    resources or is
    there any query in
    SQL Server to perform a
    query of this information.
    Thank you.
    Obrigado por contactar o fórum Microsoft Technet!

    Hi Hezequias,
    You can get the ProjectModifiedDate column in MSP_EPMProject_userView in the Reporting DB where you can
    get the data based on the projectUID. 
    The "last saved" date in the draft DB (be aware that querying in the draft DB is not supported by MS).
    For the "last modified by", I think it is not stored in any place.
    But you can develop custom code upon publishing the project (Event BeforePublish), writing the current
    date and username automatically into a custom enterprise field.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • How to identify the user who created the variant

    Hi All,
    Can anyone tell me how to identify the user who created the variant ?

    Hi Dear,
    For the same go to SE11 and view the table "VARID". This table give the details of the program,user,variant etc.
    From this table u can know which user created the variant. Hope this solve your purpose.
    Regards

  • How to  determine the Person who Rejected the SC item in Sourcing

    Hi Experts,
    We are working in SRM 7.0 ERP 6.0 EHP 4 in a classic Scenario.
    We are creating free text SC without Supplier and on approval the Shopping carts are getting into Sourcing Queue.
    In Carry out Sourcing the Purchaser is selecting the SC item and rejecting some items.
    How can we determine the person who is rejecting the item in the Sourcing cockpit
    Thanks
    Pooja

    Hi
    Please see the below thread and answer your question
    Issue in determining the Person who Rejected the SC item in Sourcing
    Thanks
    Ashish

  • My phone was stole and i report it as a lost and the person who found the phone had connect to the internet many times but Icloud dont tell me the location of the phone !!! Tf

    My phone was stole and i report it as a lost and the person who found the phone had connect to the internet many times but Icloud dont tell me the location of the phone !!! i dont know why i cant see the location why!!!!!

    Hello,
    Go to
    https://www.icloud.com/#find
    Sign in. Under the "Devices" Tab, if you iPhone isn't listed, Find my iPhone was never set up and there is no way to track it. If it appears, but is shown as offline, it means that it was set-up but is currently not trackable (no wifi connection active). Best of luck.

  • HT3529 if you have a restriction on your iphone can the person who put the restriction on the phone be able to see who i text with the other persons email?

    i want to text my friend who recently moved from out of state but i have a restriction and she has a new number, would the person who put my restriction on my phone be able to see who i text if i text her on her Imessage account or no? i really miss her!

    There is some issue going on with multiple people related to the Facebook for BlackBerry notifications.  You're not alone in that respect.
    Not sure if the issue is with Facebook or the application, but I'm leaning towards Facebook since it's pretty much sucked on my PC the last several days, too.
    http://www.blackberryforums.com/aftermarket-software/204335-facebook-oddities-sep-15-2009-a.html
    If you find a post here helpful, please consider giving the poster some Kudos

Maybe you are looking for