Cann't view technicla information of the field through t-code trip (HR)

Hi all:
      I want to get a field's name in transation trip, while press F1 like I used to in other traditional transations , a web page popped up but without the infromation about the field's name .
      Would you please tell me how to achiceve the fields name and what table the data is from in transation Trip (HR).
     couldn't thank you more.

hi,
check these tables for trip transaction.
PTRV_HEAD     Transparent table     General Trip Data     Application table (master and transaction data)
PTRV_PERIO     Transparent table     Period Data of a Trip     Application table (master and transaction data)
PTRV_SCOS     Transparent table     Trip Statistics - Cost Assignment     Application table (master and transaction data)
PTRV_SHDR     Transparent table     Trip Statistics - Trip Amounts     Application table (master and transaction data)
FTPT_ITEM     Transparent table     Travel service request item     Application table (master and transaction data)
FTPT_PLAN     Transparent table     General Plan Data     Application table (master and transaction data)
T702R     Transparent table     Trip Activity Types     Customizing table, maintenance only by cust., not SAP import
T702X     Transparent table     Enterprise-specific Trip Types     Customizing table, maintenance only by cust., not SAP import
T706A     Transparent table     Trip Provision Deduction Amount/Percentage     Customizing table, maintenance only by cust., not SAP import
T706F     Transparent table     Trip Provision: Flat Rates for Travel Costs     Customizing table, maintenance only by cust., not SAP import
T706S     Transparent table     Trip Schema     Customizing table, maintenance only by cust., not SAP import
reward points if hlpful.

Similar Messages

  • A question viewing certifcate information via the padlock symbol in IE 11 (works on Chrome brower)

    Hello All
    Can someone please help me with the following questions,
    J
    1:
    I have a CA whose CA certificate has an Issuance (aka certificate) Policy.
    Next I created a CSR for a WEBServer certificate, I created the CSR by first creating a .inf (request file) containing the usual including the following
    [RequestAttributes]
    CertificateTemplate=WebServer
    OID=1.3.6.1.5.5.7.3.1
    IssuancePolicy="My Certificate Policy"
    OID=1.3.6.1.4.145389.1.1.1
    Turned the above into a CSR (base64 encoded) then submitted and retrieved the relevant certificate from the CA
    If I open the certificate flat file the resultant certificate has the relevant Issuance Policy listed under the section
    ‘This certificate is intended for the following purposes’
    So all good so far
    Next I install the certificate to the WEB Site and bind it etc. When I go the WEB Site e.g.
    Https://TestSite the certificate works and the traffic is encrypted etc… e.g. click on the padlock in Internet Explorer provides the expected information, but when I click on View Certificate via this padlock symbol; in Internet
    Explorer the certificate come up OK but under
    ‘This certificate is intended for the following purposes’
    It does not show my issuance policy e.g. just the standard application policy for a WEBServer cert.
    If I then look under the details/extensions tab of the certificate it does show certificate policy under the certificate policies extension, so looks OK from the extensions tab, but policy does not show up under ‘This certificate is intended for the following
    purposes’ when certificate is viewed via padlock on IE but does show up if I open the certificate flat file (either original certificate file or copy to file then view certificate as a flat file).
    The OID for the policy is registered in both active directory and local OID databases.
    So the question is why do I not see the issuance policy when viewing cert via padlock in IE but does when viewing flat file.
    I am using IE 11.x
    When doing the same thing from Chrome browser the certificate policy does show up OK, therefore is this a possible bug with IE 11.x
    Thanks All
    AAnotherUser__
    AAnotherUser__

    Hello Brian
    Thanks for the reply,
    The OID is in the Issuing CA Certificate (online CA) e.g. was part of the CAPolicy.inf file when installing the Issuing CA. The OffLine Root and OffLine Policy CA have the All Issuance Policy set in their CA Certificates.
    briefly as mentioned above when opening the cert (.cer) as a flat file by double clicking on it you can see the Issuance Policy listed as expected. When viewing the same cert via Internet Explorer (v11.x) PadLock > View Certificate it shows the Application
    Policy, but not the Issuance Policy (e.g. in the general tab) but does show the Issuance Policy under Extensions Tab. If I use Chrome, click on the PadLock > View Certificate it does show the Issuance Policy (as it always does when opening the flat
    file).
    Therefore was kind of wondering if a Bug in IE, when doing a CertUtil -f -urlfetch -verify Cert.Cer it passed all tests and shows it was validated against the Issuance Policy OK, therefore  perhaps bug in IE
    No big deal, just wanted to know if any one else saw this or was another explanation
    Thank you
    AAnotherUser__
    AAnotherUser__

  • Complete information of the field 'Original asset that was transferred'

    Hi,
    I need to find all the 'Original asset that was transferred' of the each fixed asset. This field is in the master data/ tab origin. The problem is that the system only saves the first one in the table anla, but I can have more than one.
    Do you know in which table I can find this information?
    Thanks,
    Cecilia

    Hi,
    Thanks for te reply. I was readind the note and it refers to table ANLZ and ANLA. The field is ANLA-AIBN1, it is not saved in change documents becuase the asset master data is not changed after the first value. It is showed only the first value and I need to find all the values.
    Thanks,
    Cecilia

  • Want to edit the field through lsmw session method

    hi there we r having data in and i had to remove the data of the vendor in street 5 field, througt lsmw session method, how to do tht i had to record xk01 without the field or i had to record xk02 please inform me in detail
    cheers
    au

    a bit urgent please respond

  • Error while executing the payroll through transaction code PC00_M40_CALC

    Dear Sir/ Madam,
    While executing the payroll through the transaction code PC00_M40_CALC , i am getting the error as mentioned below :
    "Division by zero not performed "
    Calculation rule X0133****5            RTE = ISDIVP DIVID ARR ZERO=A   ADD
    I am not able to resolve this error. So request to guide me on this.
    Thanks & regards,
    vijaya.s.c.
    Moderator message: wrong forum, please have a look in the (I guess) ERP HCM forums.
    Edited by: Thomas Zloch on Jan 24, 2012

    Hi,
    Maintain have you changed any x013 rule?
    If not, just maintain attendance/time events then process the payroll.

  • How to assign a class to the material through ABAP code

    Hi,
    I am working on a transaction in ABAP which takes material name, material description and a class from the user. Now, after this much input I create the material, its configuration profile through the ABAP code. For this I know I have to make relevant entries in tables MARA, MAKT, CUCO.. and also check for the existence of the class in the table KLAH.
    Now the point where I am stuck is that I am not able to get how to assign the class to the material through the code. I am able to get the internal class id from the table KLAH but I am not able to figure how the internal material number is being generated in the table INOB and i need this number as well as the internal class id number to insert a record in the table KSSK to show proper assignment.
    Can anyone please suggest me some solutions?
    Thanks....

    Hi,
    I tried using BAPI_OBJCL_CREATE. In order to understand it functioning better I created a material and class (of type 300) through transactions MM01 and cl01 respectively. Then i  created a report and called the FM BAPI_OBJCL_CREATE, gave the material name as the material above, table as MARA, class as the one i created above and class type 300. I even analysed the message of the table return (return-message) after executing the report. The messahe said assignment done. But when I checked mnaually in cl20n there was no assignment done to the required material. There was also no entry for the required material in the table INOB which I need.
    Can anyoene tell me that where am i going wrong? Please do help.

  • Unvoid the checks through T.Code:FCHG

    Dear All,
    our client has voided some checks through T.Code:FCH3, now they would like to unavoid those checks through T.code:FCHG, but system is not allowing us to unvoid.
    We have tried to create the same scenario in our test client, it is observed that T.code:FCHG(Unvoid checks) will be work of check void(cancelled) through T.code:FCH9(Void checks).
    If any check void through T.Code:FCH3, and try to do unvoid those checks system is not allowing to unvoid through T.Code:FCHG.
    Please let us know, is there a way to unavoid the checks which are cancelled through FCH3.
    Thanks in advance.
    Regards,
    Prasad

    Hi,
    Thanks for your help. We were able to resolve this issue through T.Code:FCHE.
    Regards,
    Prasad

  • Restrict material master information at the field level

    We have a requirement to restrict change access to certain material master fields, meaning everyone may be able to view the data but not change it.  Beyond that, those people who are allowed to change the data can only change certain fields...other people can change other fields (on the same material master view).  For instance a simple example would be that someone might have access to change the material description on the basic view but not the material group.  Someone else might have access to change the material group but not the description.  (Again, this is just a scenario that I'm using as an example, not as a real live case.)
    Is it even possible to do this?  I'm guessing it's not but I thought I'd ask the "experts" here before I deliver the bad news to our users.
    Thanks!

    Thank you for the information but I was aware of using screen sequence and field selection however how can I use this to allow certain users access to certain fields but not others.
    For example in the Basic view I want one set of users for the same exact material to be able to change the Base of Unit Measure while the other user can only view this field but not change it however this user can change the other fields in the Basic view.  This sounds like a solution for all fields for a particular materials.  I need to be assign fields within a view to different users.

  • Which apex table or view contains information about the page performance

    I need to write a procedure to determine the page performance of a specific application.Which apex view or table can i query to figure out the information
    Thanks

    Strange...I'm sure your reply wasn't there when I posted mine....
    Oh well....here you go -
      1  select
      2    application_id,
      3    page_id,
      4    count (*) total,
      5    avg(elapsed_time) avgelap,
      6    avg(elapsed_time)*count(*) weight,
      7    sum(decode(page_view_mode,'D',1,'C',1,0)) dynamic_views,
      8    sum(decode(page_view_mode,'D',0,'C',0,1)) cached_views
      9  from
    10    apex_workspace_activity_log
    11  group by
    12*   application_id, page_id
    SQL> /
    APPLICATION_ID    PAGE_ID      TOTAL AVGELAP WEIGHT DYNAMIC_VIEWS CACHED_VIEWS
              4000          1          3    0.15   0.44             0            3
              4000         14          3    0.06   0.19             0            3
              4000         71          3    0.05   0.15             0            3
              4000       1500          3    0.10   0.31             0            3
              4000        163          1    0.04   0.04             0            1
              4000        460          1    0.14   0.14             0            1
              4000        558          6    0.16   0.98             0            6
              4500       1000          1    0.16   0.16             0            1
               111          1         18    0.13   2.42             0           18
               114        101          1    0.47   0.47             0            1
               116          1          2    0.30   0.59             0            2
    APPLICATION_ID    PAGE_ID      TOTAL AVGELAP WEIGHT DYNAMIC_VIEWS CACHED_VIEWS
               276          2          1    0.17   0.17             0            1
               348          1         15    0.09   1.28             0           15
    13 rows selected.Hope this helps,
    John.

  • Unable to view logging information on the context

    Unable to see the ogging message on the user context on ACE,but able to view the logging on the Admin Context.
    Admin# sh logging
    Message logging:                none
    Buffered logging:               enabled (level - debugging) maximum size 1048576
    Buffer info: current size - 1048576 global pool - 1048576 used pool - 1048576
                    min - 0 max - 1048576
                    cur ptr = 916918 wrapped - yes
    messages are displayed on the logging screen
    production# sh logging
    Message logging:                none
    Buffered logging:               enabled (level - information) maximum size 0
    Buffer info: current size - 0 global pool - 1048576 used pool - 1048576
                    min - 104448 max - 0
                    cur ptr = 0 wrapped - yes
    on the production context  cur ptr=0 and  no message are displayedon the screen
    not sure if I am missing any config

    No logging message on ACE ,these are the commands issues on ACE
    logging enable
    logging fastpath
    logging console 6
    logging timestamp
    logging history 7
    logging buffered 7
    logging monitor 6
    This is the output I am getting
    ace2/Admin# sh logging
    Syslog logging:                 enabled
    Facility:                       20
    History logging:                enabled (level- debugging)
    Trap logging:                   enabled (level - information)
    Timestamp logging:              enabled
    Fastpath logging:               enabled
    Persist logging:                disabled
    Standby logging:                disabled
    Rate-limit logging:             disabled (min - 0 max 100000 msgs/sec)
    Console logging:                enabled (level - information)
    Monitor logging:                enabled (level - information)
    Device ID:                      disabled
    Message logging:                none
    Buffered logging:               enabled (level - debugging) maximum size 0
    Buffer info: current size - 0 global pool - 1048576 used pool - 0
                    min - 0 max - 1048576
                    cur ptr = 0 wrapped - no
    ace2/Admin#

  • Viewing more information in the calendar

    how do i get more information to appear in the calendar? when i click on an event, it shows me 'summary,' 'date' and 'time,' but on ical i have also entered more information (namely room number). can i have this displayed on the ipod?

    Hovering mouse over the icons (as indicated below) should give you the required info. Is it not the case with you?
    Thanks,
    Vinayak

  • View Access Reports on the web Through Sharepoint?

    I am using MS Access 2010 as a front-end to a 2008 SQL Server back-end.  Reports produced are complex and printed in PDF form.  I want to make them available for viewing on the web. This will prove very useful to customers that make changes to
    the SQL data and want to see a new report.  The reports are already designed and saved in the MS Access database under various report names.
    Questions:
    1) How can I execute a saved MS 2010 Access Report from an asp page where the customer makes data changes?
    2) Once the new MS Access Report is created, how do I retrieve it to show to the customer?
    I assume Sharepoint Server will work for this purpose, but after numerous web searches, I am confused about what I am seeing as to whether it can definitely do it or not.
    FYI ... I also design web pages via Visual Studio 2010 if that makes a difference for integration purposes.
    Steve

    The standard answer to this, is that you'll need to publish the database to sharepoint using Access Services.  Once your database is inside of SharePoint as a site, you still have to make sure that SSRS is functioning, because that's what's used in
    the browser to display the reports. 
    Laura Rogers
    SharePoint911: SharePoint Consulting
    Blog: http://www.sharepoint911.com/blogs/laura
    Twitter: WonderLaura
    Books:Beginning SharePoint 2010: Building Business Solutions with SharePoint
    Using InfoPath 2010 with Microsoft SharePoint 2010 Step by Step

  • I have my redemption code but when if fill in the fields it replys code invalid this is day three of trying

    I need some help.

    Hi silverado63,
    Welcome to Adobe Forums,
    Please check the below mentioned link  for solution and let us know if that helps!
    Redemption Code Help
    Thanks
    Garima

  • I would like to see the stock level of the material through T code

    hi
    I would like to see the material stock by plant storage location
    the required details are Unrestricted avilable stock , Order stock , delivery stock , blocked stock , quality stock
      what is the T code to view all those things
    Dinesh

    Hi
    use T code <b>MB52</b> to view stock in detail
    Vishal...

  • How to save the image on the web through java code?

    Suppose a picture can be loaded on the browser, and nothing
    else. If I want to use a jave code to intercept the picture
    and save it into a file, what does the code look like? I know
    the URL of the picture. Thanks.

    Hi. Running your code, I got the following, with the URL as:
    String dir = "http://california.biocars.org/viewFrames2.php?";
    String fileName = "r=840190844&fn=/data/pub/kb030129_fp_2_001.img&xsize=512&ysize=512&zoom=1&contrast=2048&xcen=0.5&ycen=0.5&wval=0&jpq=100";
    String urlName = dir+fileName;
    URL imageURL = new URL(urlName);
    So something wrong? This output does not look like anything
    of a jpeg file. Thanks.
    ==================================================
    <html>
    <head>
    <TITLE> View BioCARS Data </TITLE>
    <META name='Author' content='Keith Brister'>
    <META HTTP-EQUIV="expires" CONTENT="0">
    </head>
    <body bgcolor=#ccffff>
    <form action=/viewFrames2.php method=POST><input type=hidden name=oldZoom value=1><input type=hidden name=xcen value=0.5><input type=hidden name=ycen value=0.5>
    <input type=hidden name=theTrip value=0>
    <table>
    <tr><td valign=top><table>
    <tr><td width=128 height=128><a href="/viewFrames2.php?theState=a:7:{s:4:xcen";s:3:"0.5";s:4:"ycen";s:3:"0.5";s:4:"zoom";s:1:"1";s:13:"autoZoomLevel";i:16;s:5:"azcco";i:0;s:8:"contrast";i:2048;s:6:"wvalue";i:0;&theTXYZ="><img ismap border=0 width=128 height=128 src=imageServer2.php?r=159196106&fn=/&xsize=128&ysize=128&zoom=1&contrast=2048&xcen=0.5&ycen=0.5&wval=0&jpq=100&thumbnail=1></a></td></tr><tr><td><input type=text name=seqDir value=""></td></tr><tr><td><input type=text name=fFileName value=""></td></tr></table></td>
    <td><table border=1 cellpadding=0 cellspacing=0><tr><td width=512 height=512><a href="/viewFrames2.php?theState=a:7:{s:4:"xcen";s:3:"0.5";s:4:"ycen";s:3:"0.5";s:4:"zoom";s:1:"1";s:13:"autoZoomLevel";i:16;s:5:"azcco";i:0;s:8:"contrast";i:2048;s:6:"wvalue";i:0;}&theXYZ="><img ismap border=0 width=512 height=512 src=imageServer2.php?r=159196106&fn=/&xsize=512&ysize=512&zoom=1&contrast=2048&xcen=0.5&ycen=0.5&wval=0&jpq=100></a></td><td width=8 length=512><a href="/viewFrames2.php?theState=a:7:{s:4:"xcen";s:3:"0.5";s:4:"ycen";s:3:"0.5";s:4:"zoom";s:1:"1";s:13:"autoZoomLevel";i:16;s:5:"azcco";i:0;s:8:"contrast";i:2048;s:6:"wvalue";i:0;}&bMapVal="><img ismap alt='Set Black Value' width=8 length=512 border=0 src=pixselect.php?r=159196106&bVal=2048&wVal=0&minVal=0></a></td>
    <td width=8 length=512><a href="/viewFrames2.php?theState=a:7:{s:4:"xcen";s:3:"0.5";s:4:"ycen";s:3:"0.5";s:4:"zoom";s:1:"1";s:13:"autoZoomLevel";i:16;s:5:"azcco";i:0;s:8:"contrast";i:2048;s:6:"wvalue";i:0;}&wMapVal="><img ismap alt='Set White Value' width=8 length=512 border=0 src=pixselect.php?r=159196106&bVal=2048&wVal=0&maxVal=2048></a></td><td valign=top><table><tr><td><input type=submit name=subbieResetXYZ value='Reset Zoom and Center'></td></tr><tr><td><input type=submit name=subbieZoomIn value='Zoom In'> <input type=submit name=subbieZoomOut value='Zoom Out'></td></tr><tr><td><table border=1><tr><td align=right>Auto Zoom and Center:</td><td><input onClick='this.form.submit();' type=radio name=azcco value=0 checked></td></tr>
    <tr><td align=right>Center Only:</td><td><input onClick='this.form.submit();' type=radio name=azcco value=1 ></td></tr>
    </table></td></tr>

Maybe you are looking for