<?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: EXIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/2622164#M602261</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;If Somebody Knows Just help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2007 08:30:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-31T08:30:03Z</dc:date>
    <item>
      <title>EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/2622163#M602260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deal All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a help in user_exit. In pa30 plz type infotype "0028" and subtype "001" and press "NEW" . In the screen you can see some text fields and below you can see a table control also. In this if user enters a value for 'Heihgt' in the 'Specific' column i should get "CM" automatically. Like that for weight also. If it is a text field the ordinary method will work.I mean we can pass the value to that structure, it will work easily. But this is a table control field so the stored value in innnn is not coming into the screen-field. Plz try to help. This is bit urgent for me.. &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>Tue, 31 Jul 2007 08:14:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/2622163#M602260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T08:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/2622164#M602261</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;If Somebody Knows Just help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 08:30:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/2622164#M602261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T08:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/2622165#M602262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi biju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The user exit is PBAS0001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If u notice PA0028 table, or the structure P0028,&lt;/P&gt;&lt;P&gt;   u will notice there is a REPEAT STRUCTURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ie. &amp;lt;b&amp;gt;For every row of table control,&lt;/P&gt;&lt;P&gt;    there is a BUNCH of 5 fields&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBJ01	Examination area&lt;/P&gt;&lt;P&gt;JNF01	Yes/No field for internal medical service&lt;/P&gt;&lt;P&gt;NMF01	Value&lt;/P&gt;&lt;P&gt;DTF01	Examination date&lt;/P&gt;&lt;P&gt;WTF01	Proficiency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which are repeated 30 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, in the logic we have to write code for&lt;/P&gt;&lt;P&gt;   looping thru the repeat structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (we can use DO.. VARYING  syntax, just see f1 help on this syntax)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. So if u put the value in the strucutre of the exit,&lt;/P&gt;&lt;P&gt;   it will come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;  (This is similar to infotype 0008 which also has table control)&amp;lt;/b&amp;gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 08:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/2622165#M602262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T08:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: EXIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/2622166#M602263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Thanks For Your support. We tried our best to do this.What you told is correct, we are getting  value in structure innnn. But the value is not coming into the table-control field. Our doubt is how to pass the innnn-data1(here we are getting value 'CM') value into table-control field. If you can give the sample code i will be greatfull.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Biju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 11:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit/m-p/2622166#M602263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T11:17:15Z</dc:date>
    </item>
  </channel>
</rss>

