<?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 T166C in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t166c/m-p/2361348#M522412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Table T166C is used for Print-Relevant Purchasing Document Changes. There is a routine number and Text Number for all the entries in it. Any idea where to find the routine for an entry ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help shed on this is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 10:06:06 GMT</pubDate>
    <dc:creator>former_member253923</dc:creator>
    <dc:date>2007-06-14T10:06:06Z</dc:date>
    <item>
      <title>T166C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t166c/m-p/2361348#M522412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Table T166C is used for Print-Relevant Purchasing Document Changes. There is a routine number and Text Number for all the entries in it. Any idea where to find the routine for an entry ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help shed on this is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 10:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t166c/m-p/2361348#M522412</guid>
      <dc:creator>former_member253923</dc:creator>
      <dc:date>2007-06-14T10:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: T166C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t166c/m-p/2361349#M522413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;                     Hi&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; in the Driver Program have a routine with name ENTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;FORM ENTRY USING RETURN_CODE US_SCREEN.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;   CLEAR RETCODE.&lt;/P&gt;&lt;P&gt;&amp;gt;   XSCREEN = US_SCREEN.&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;gt;   PERFORM PROCESSING.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;   IF RETCODE NE 0.&lt;/P&gt;&lt;P&gt;&amp;gt;     RETURN_CODE = 1.&lt;/P&gt;&lt;P&gt;&amp;gt;    ELSE.&lt;/P&gt;&lt;P&gt;&amp;gt;     RETURN_CODE = 0.&lt;/P&gt;&lt;P&gt;&amp;gt;   ENDIF.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; and put the aboce code in it.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;in the above code Perform processing you need include all your open_forms and write_forms, close_form. the data you are trying to pass it to script. i hope it is clear.you need to put that logic in the form ENTRY. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 10:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t166c/m-p/2361349#M522413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T10:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: T166C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t166c/m-p/2361350#M522414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See the Table&amp;lt;b&amp;gt; T166T&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;it will give the description of all the Text numbers so that you will come to know which field has been changed&lt;/P&gt;&lt;P&gt;see the where used list of the table T166C&lt;/P&gt;&lt;P&gt;fun module MS_CHANGE_TEXT_SRV and programs&lt;/P&gt;&lt;P&gt;MM06EFDCM and MM06EFDCMDEF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 10:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t166c/m-p/2361350#M522414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T10:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: T166C</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t166c/m-p/2361351#M522415</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;   For the existing entries how can i find out which routine is being called ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 11:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t166c/m-p/2361351#M522415</guid>
      <dc:creator>former_member253923</dc:creator>
      <dc:date>2007-06-14T11:18:45Z</dc:date>
    </item>
  </channel>
</rss>

