<?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: problem in finding the field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-finding-the-field/m-p/4243841#M1012938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure of the table. But you can get the Text using the Function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;STATUS_TEXT_EDIT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Table  QMEL , With the Notification number, Get the OBJNR  from QMEL table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this OBJNR and call the Function STATUS_TEXT_EDIT, specify language as sy-langu.&lt;/P&gt;&lt;P&gt;sample run. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Import parameters               Value

 CLIENT                          100
 FLG_USER_STAT
 OBJNR                           QM000200000010
 ONLY_ACTIVE                     X
 SPRAS                           EN
 BYPASS_BUFFER


 Export parameters               Value

 ANW_STAT_EXISTING
 E_STSMA
 LINE                            OSNO NOTE
 USER_LINE
 STONR                           00&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Aug 2008 12:39:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-08T12:39:13Z</dc:date>
    <item>
      <title>problem in finding the field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-finding-the-field/m-p/4243838#M1012935</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;I am working on a report, i need to display the filld &lt;STRONG&gt;&lt;U&gt;task code status(smsttxt)&lt;/U&gt;&lt;/STRONG&gt; which in transaciton QM03.  When i go into the technical settings this field refering the structure,  so please let me know how to read this field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 12:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-finding-the-field/m-p/4243838#M1012935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T12:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem in finding the field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-finding-the-field/m-p/4243839#M1012936</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;check table &lt;STRONG&gt;DD03L&lt;/STRONG&gt; . you'll find table name for every field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will sovle your query...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or try with ...&lt;/P&gt;&lt;P&gt;Transaction code SE84 ,table for whichever field(or structure) you want to find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 12:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-finding-the-field/m-p/4243839#M1012936</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-08-08T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem in finding the field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-finding-the-field/m-p/4243840#M1012937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran&lt;/P&gt;&lt;P&gt;U can check table SMST-TASK_STATUS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 12:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-finding-the-field/m-p/4243840#M1012937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T12:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem in finding the field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-finding-the-field/m-p/4243841#M1012938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure of the table. But you can get the Text using the Function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;STATUS_TEXT_EDIT&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Table  QMEL , With the Notification number, Get the OBJNR  from QMEL table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this OBJNR and call the Function STATUS_TEXT_EDIT, specify language as sy-langu.&lt;/P&gt;&lt;P&gt;sample run. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Import parameters               Value

 CLIENT                          100
 FLG_USER_STAT
 OBJNR                           QM000200000010
 ONLY_ACTIVE                     X
 SPRAS                           EN
 BYPASS_BUFFER


 Export parameters               Value

 ANW_STAT_EXISTING
 E_STSMA
 LINE                            OSNO NOTE
 USER_LINE
 STONR                           00&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2008 12:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-finding-the-field/m-p/4243841#M1012938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-08T12:39:13Z</dc:date>
    </item>
  </channel>
</rss>

