<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Table TIH01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193952#M1201967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jatil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For IMG go to &lt;STRONG&gt;Plant Maintenance and Customer Service -&amp;gt; Maintenance Plans, Work Centers, Task Lists and PRTs -&amp;gt; Task Lists -&amp;gt; Presetting for List Display of Multi-Level Task Lists -&amp;gt; Make Field Selection for Equipment Data Fields&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2009 18:01:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-16T18:01:03Z</dc:date>
    <item>
      <title>Table TIH01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193951#M1201966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a table TIH01 (Display Fields for PM Reporting) and it stores the report or table name with a user name and stores the specific data in field IHDAUSW which controls which fields will be shown in a multilevel list. I want to know, Is there any specific IMG path or from where this table is maintained. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an example, In the report ie07 in menu Settings --&amp;gt; Field selection --&amp;gt; Equipments, while selecting the fields only some users are not able to view a particular field in the selection itself. I checked in the configuration this field is set as visible and only some users are having this problem. I debugged the selection criteria and it uses function module PM_CHANGE_TIH01 with input parameters as table name and user name and within this function module it checks the table Tih01 field IHDAUSW and sets the field as a selection criteria depending on the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be appreciated if anyone have idea how the table Tih01 gets populated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 17:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193951#M1201966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table TIH01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193952#M1201967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jatil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For IMG go to &lt;STRONG&gt;Plant Maintenance and Customer Service -&amp;gt; Maintenance Plans, Work Centers, Task Lists and PRTs -&amp;gt; Task Lists -&amp;gt; Presetting for List Display of Multi-Level Task Lists -&amp;gt; Make Field Selection for Equipment Data Fields&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 18:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193952#M1201967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T18:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Table TIH01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193953#M1201968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Riki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already set this as visible field in IMG settings and only some users are not able to view this field. I am just wandering, Is there any place where user wise config is maintained which is updated in the Tih01 table along with the report or table and with specific user name. I tried in the debug mode, if I will change the IHDAUSW field for the specific user, it works fine. Only wandering from where actually this table or field particular to user is maintained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards&lt;/P&gt;&lt;P&gt;Jatil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 09:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193953#M1201968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T09:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table TIH01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193954#M1201969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a similar requirement.Can anyone reply for this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i wants to know about the Table TIH01 and what it does for PM.Also wants to know as to how it controls or how it gets updated in SAP.I mean how on user specific basis this table gets updated.Also in this table another field TABLE NAME appears.I want to know as to what is the Config which controls the values for that TABLE NAME or in what transaction we can see the effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like for TABLE NAME - RIHIFLO we can see IH01 for functional location probably gets controlled.(Need a confirmation for this)&lt;/P&gt;&lt;P&gt;Similar how to find for other table names like DIPLPO_PNI etc what is the config or what is the display transaction for which fields are controlled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 12:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193954#M1201969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T12:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table TIH01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193955#M1201970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transaction Code: OIBC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 15:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193955#M1201970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-11T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table TIH01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193956#M1201971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SM30, type in TIH01, and click on 'Customizing' button (bottom right). In the popup you can fill in Project, or simply click 'Continue w/o Specifying Project'. This will give you all SPRO paths.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1078/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 16:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-tih01/m-p/5193956#M1201971</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-11-11T16:13:20Z</dc:date>
    </item>
  </channel>
</rss>

