<?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: finding table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880596#M369812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know my reply won´t help the owner of this post, because of the date, but it might help others, since I couldn´t find the answer here....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will never find the contents of the field RMIPM-CALL_STATUS in any standard table, because the text is build in run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to select data from table MHIS and follow the same logic as Include LIWP3F0M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help someone in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kassabian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 12:45:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T12:45:41Z</dc:date>
    <item>
      <title>finding table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880591#M369807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I need to findout in which table the field CALL_STATUS resides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In RMIPM (Preventive Maintenance I/O Table) structure the field is there but i couldn't find out in which table the field resides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone give solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880591#M369807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: finding table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880592#M369808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to search in which table the data element of that field is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway it's a description so you can active the trace (trx ST05) to find out the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880592#M369808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: finding table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880593#M369809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can goto DD03L table and give the field name as  CALL_STATUS , ou can get the list of all tables where this field is used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are the tables where this field is used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUPA_CRMF01&lt;/P&gt;&lt;P&gt;BUS051FLDS&lt;/P&gt;&lt;P&gt;RIMHIS01&lt;/P&gt;&lt;P&gt;RMIPM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Chandrasekhar Jagarlamudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:27:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880593#M369809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: finding table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880594#M369810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL_STATUS  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN SE11 just give the field in data type and use where used list in that check table types and table fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may give a hit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880594#M369810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T10:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: finding table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880595#M369811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;can u give me the program from which you got this table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narayani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 10:30:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880595#M369811</guid>
      <dc:creator>Nkrish</dc:creator>
      <dc:date>2007-01-17T10:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: finding table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880596#M369812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know my reply won´t help the owner of this post, because of the date, but it might help others, since I couldn´t find the answer here....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will never find the contents of the field RMIPM-CALL_STATUS in any standard table, because the text is build in run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to select data from table MHIS and follow the same logic as Include LIWP3F0M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help someone in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kassabian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 12:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880596#M369812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T12:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: finding table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880597#M369813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Eduardo Kassabian. Thank You very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 16:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-table/m-p/1880597#M369813</guid>
      <dc:creator>rathina_kani</dc:creator>
      <dc:date>2011-02-23T16:01:50Z</dc:date>
    </item>
  </channel>
</rss>

