<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:annotate="http://purl.org/rss/1.0/modules/annotate/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!--
	This feed generated for Anonymous
	More info at http://naklon.info/rss/about.htm
-->
<channel>
<title>Dialogprogrammierung</title>
<link>http://www.apentia-forum.de/</link>
<description>Benutzeroberflächen in SAP&amp;reg;-Systemen.</description>
<managingEditor>forum@apentia.com</managingEditor>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>RSS Feed 2.2.4</generator>
<language>de</language>
<lastBuildDate>Thu, 09 Sep 2010 16:31:58 GMT</lastBuildDate>
<image>
	<url>http://www.apentia-forum.de/templates/xabbBlue/images/logo_apentiaforum.png</url>
	<title>Dialogprogrammierung</title>
	<link>http://www.apentia-forum.de/</link>
	<width>192</width>
	<height>62</height>
</image>
<item>
<title>Dialogprogrammierung :: RE: Table Control Feld ausblenden / hinspringen                 </title>
<link>http://www.apentia-forum.de/viewtopic.php?p=67832#67832</link>
<pubDate>Wed, 08 Sep 2010 07:38:09 GMT</pubDate>
<guid isPermaLink="true">http://www.apentia-forum.de/viewtopic.php?p=67832#67832</guid>
<description>Autor: &lt;a href=&quot;http://www.apentia-forum.de/profile.php?mode=viewprofile&amp;u=12571&quot; target=&quot;_blank&quot;&gt;Pyc_Andy&lt;/a&gt;&lt;br /&gt;

<!-- Verfasst am: Mi 08 Sep 10 10:38 (GMT 2)&lt;br /&gt; -->
&lt;br /&gt;&lt;span class="postbody"&gt;
Es geht doch um dieses Coding: MODULE tc_itab_change_field_attr OUTPUT.
&lt;br /&gt;

&lt;br /&gt;
  IF tc_itab-current_line = zeile.
&lt;br /&gt;
*-- Aktuelle Zeile Eingabebereit setzen
&lt;br /&gt;
    LOOP AT SCREEN.
&lt;br /&gt;
      IF screen-name = 'ITAB-FELD2'.
&lt;br /&gt;
        IF itab-mark = 'X'.
&lt;br /&gt;
          screen-input = '1'.
&lt;br /&gt;
        ELSE.
&lt;br /&gt;
          screen-input = '0'.
&lt;br /&gt;
        ENDIF.
&lt;br /&gt;
        MODIFY SCREEN.
&lt;br /&gt;
      ENDIF.
&lt;br /&gt;
    ENDLOOP.
&lt;br /&gt;
  ENDIF.
&lt;br /&gt;

&lt;br /&gt;
ENDMODULE.                 &amp;quot; TC_ITAB_change_field_attr  OUTPUT
&lt;br /&gt;

&lt;br /&gt;
Seine Spalte heißt Itab-Feld2. Wenn er dann screen-input = '0' oder '1' macht, so ist die ganze Spalte Itab-Feld2 eingabebereit bzw nicht.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Pyc_Andy</dc:creator>
<dc:subject>Dialogprogrammierung</dc:subject>
<annotate:reference rdf:resource="http://www.apentia-forum.de/viewtopic.php?p=67814#67814" />
<comments>http://www.apentia-forum.de/posting.php?mode=quote&amp;p=67832</comments>
</item>
<item>
<title>Dialogprogrammierung :: RE: Table Control Feld ausblenden / hinspringen                 </title>
<link>http://www.apentia-forum.de/viewtopic.php?p=67829#67829</link>
<pubDate>Wed, 08 Sep 2010 07:10:27 GMT</pubDate>
<guid isPermaLink="true">http://www.apentia-forum.de/viewtopic.php?p=67829#67829</guid>
<description>Autor: &lt;a href=&quot;http://www.apentia-forum.de/profile.php?mode=viewprofile&amp;u=202&quot; target=&quot;_blank&quot;&gt;ewx&lt;/a&gt;&lt;br /&gt;

<!-- Verfasst am: Mi 08 Sep 10 10:10 (GMT 2)&lt;br /&gt; -->
&lt;br /&gt;&lt;span class="postbody"&gt;
nein, die ganze Spalte ist &amp;quot;intensified&amp;quot;. Eingabebereit wird's erst bei tc_itab_change_field_attr.&lt;br /&gt;_________________&lt;br /&gt; 
&lt;br /&gt;
.::Enno::. .::www.tricktresor.de::.
&lt;br /&gt;
_________________
&lt;br /&gt;

&lt;br /&gt;
Glaube nicht, was andere sagen. Geh hin und sieh selber. (Chin. Sprichwort)
&lt;br /&gt;
_________________&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>ewx</dc:creator>
<dc:subject>Dialogprogrammierung</dc:subject>
<annotate:reference rdf:resource="http://www.apentia-forum.de/viewtopic.php?p=67814#67814" />
<comments>http://www.apentia-forum.de/posting.php?mode=quote&amp;p=67829</comments>
</item>
<item>
<title>Dialogprogrammierung :: RE: Table Control Feld ausblenden / hinspringen                 </title>
<link>http://www.apentia-forum.de/viewtopic.php?p=67827#67827</link>
<pubDate>Wed, 08 Sep 2010 06:51:43 GMT</pubDate>
<guid isPermaLink="true">http://www.apentia-forum.de/viewtopic.php?p=67827#67827</guid>
<description>Autor: &lt;a href=&quot;http://www.apentia-forum.de/profile.php?mode=viewprofile&amp;u=12571&quot; target=&quot;_blank&quot;&gt;Pyc_Andy&lt;/a&gt;&lt;br /&gt;

<!-- Verfasst am: Mi 08 Sep 10 09:51 (GMT 2)&lt;br /&gt; -->
&lt;br /&gt;&lt;span class="postbody"&gt;
Beim Googeln bin auch auf das gestoßen. Jedoch macht doch sein Coding die ganze Spalte eingabebereit oder nicht?
&lt;br /&gt;

&lt;br /&gt;
Bei mir jedenfalls bewirkt es, dass die Spalte eingabe bereit bzw. es nicht ist.
&lt;br /&gt;

&lt;br /&gt;
Sehr erfreulich, dass einem so schnell geantwortet wird.&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Pyc_Andy</dc:creator>
<dc:subject>Dialogprogrammierung</dc:subject>
<annotate:reference rdf:resource="http://www.apentia-forum.de/viewtopic.php?p=67814#67814" />
<comments>http://www.apentia-forum.de/posting.php?mode=quote&amp;p=67827</comments>
</item>
<item>
<title>Dialogprogrammierung :: RE: Table Control Feld ausblenden / hinspringen                 </title>
<link>http://www.apentia-forum.de/viewtopic.php?p=67817#67817</link>
<pubDate>Tue, 07 Sep 2010 14:40:10 GMT</pubDate>
<guid isPermaLink="true">http://www.apentia-forum.de/viewtopic.php?p=67817#67817</guid>
<description>Autor: &lt;a href=&quot;http://www.apentia-forum.de/profile.php?mode=viewprofile&amp;u=202&quot; target=&quot;_blank&quot;&gt;ewx&lt;/a&gt;&lt;br /&gt;

<!-- Verfasst am: Di 07 Sep 10 17:40 (GMT 2)&lt;br /&gt; -->
&lt;br /&gt;&lt;span class="postbody"&gt;
Hier steht, wie du die Eingabebereitschaft beeinflussen kannst:
&lt;br /&gt;
&lt;a href=&quot;http://tricktresor.de/content/index.php?navID=25&amp;amp;aID=108&quot; target=&quot;_blank&quot;&gt;http://tricktresor.de/content/index.php?navID=25&amp;amp;aID=108&lt;/a&gt;&lt;br /&gt;_________________&lt;br /&gt; 
&lt;br /&gt;
.::Enno::. .::www.tricktresor.de::.
&lt;br /&gt;
_________________
&lt;br /&gt;

&lt;br /&gt;
Glaube nicht, was andere sagen. Geh hin und sieh selber. (Chin. Sprichwort)
&lt;br /&gt;
_________________&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>ewx</dc:creator>
<dc:subject>Dialogprogrammierung</dc:subject>
<annotate:reference rdf:resource="http://www.apentia-forum.de/viewtopic.php?p=67814#67814" />
<comments>http://www.apentia-forum.de/posting.php?mode=quote&amp;p=67817</comments>
</item>
<item>
<title>Dialogprogrammierung :: Table Control Feld ausblenden / hinspringen                 </title>
<link>http://www.apentia-forum.de/viewtopic.php?p=67814#67814</link>
<pubDate>Tue, 07 Sep 2010 13:59:18 GMT</pubDate>
<guid isPermaLink="true">http://www.apentia-forum.de/viewtopic.php?p=67814#67814</guid>
<description>Autor: &lt;a href=&quot;http://www.apentia-forum.de/profile.php?mode=viewprofile&amp;u=12571&quot; target=&quot;_blank&quot;&gt;Pyc_Andy&lt;/a&gt;&lt;br /&gt;
Titel: Table Control Feld ausblenden / hinspringen&lt;br /&gt;
<!-- Verfasst am: Di 07 Sep 10 16:59 (GMT 2)&lt;br /&gt; -->
&lt;br /&gt;&lt;span class="postbody"&gt;
Guten Tag,
&lt;br /&gt;

&lt;br /&gt;
Ich habe ein Dynpro mit einer Table Control erstellt. Eine der Spalten ist eingabebereit. Ich möchte, dass wenn jemand ein Feld füllt und dann Enter drückt, dass dieses Feld nicht mehr eingabebereit ist und am besten man in das nächste freie Feld kommt.
&lt;br /&gt;

&lt;br /&gt;
Für Hilfe und Vorschläge bin ich sehr dankbar.
&lt;br /&gt;

&lt;br /&gt;
Gruß
&lt;br /&gt;

&lt;br /&gt;
Andreas&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>Pyc_Andy</dc:creator>
<dc:subject>Dialogprogrammierung</dc:subject>
<annotate:reference rdf:resource="http://www.apentia-forum.de/viewtopic.php?p=67814#67814" />
<comments>http://www.apentia-forum.de/posting.php?mode=quote&amp;p=67814</comments>
</item>
<item>
<title>Dialogprogrammierung :: RE: Dynpro screens richtig erstellen                            </title>
<link>http://www.apentia-forum.de/viewtopic.php?p=67640#67640</link>
<pubDate>Fri, 27 Aug 2010 07:53:55 GMT</pubDate>
<guid isPermaLink="true">http://www.apentia-forum.de/viewtopic.php?p=67640#67640</guid>
<description>Autor: &lt;a href=&quot;http://www.apentia-forum.de/profile.php?mode=viewprofile&amp;u=11762&quot; target=&quot;_blank&quot;&gt;panthor&lt;/a&gt;&lt;br /&gt;

<!-- Verfasst am: Fr 27 Aug 10 10:53 (GMT 2)&lt;br /&gt; -->
&lt;br /&gt;&lt;span class="postbody"&gt;
Die Aussage &amp;quot;wo eine Tabelle angezeigt wird&amp;quot; ist leider etwas ungenau... wie machst Du das? Nutzt Table Controls? Wenn ja, setzt Du die Lines immer im PBO?&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>panthor</dc:creator>
<dc:subject>Dialogprogrammierung</dc:subject>
<annotate:reference rdf:resource="http://www.apentia-forum.de/viewtopic.php?p=67562#67562" />
<comments>http://www.apentia-forum.de/posting.php?mode=quote&amp;p=67640</comments>
</item>
<item>
<title>Dialogprogrammierung :: Dynpro screens richtig erstellen                            </title>
<link>http://www.apentia-forum.de/viewtopic.php?p=67562#67562</link>
<pubDate>Tue, 24 Aug 2010 07:12:29 GMT</pubDate>
<guid isPermaLink="true">http://www.apentia-forum.de/viewtopic.php?p=67562#67562</guid>
<description>Autor: &lt;a href=&quot;http://www.apentia-forum.de/profile.php?mode=viewprofile&amp;u=12550&quot; target=&quot;_blank&quot;&gt;alfito_don&lt;/a&gt;&lt;br /&gt;
Titel: Dynpro screens richtig erstellen&lt;br /&gt;
<!-- Verfasst am: Di 24 Aug 10 10:12 (GMT 2)&lt;br /&gt; -->
&lt;br /&gt;&lt;span class="postbody"&gt;
Hallo Freunde,
&lt;br /&gt;

&lt;br /&gt;
ich baue Dynpros auf, wo eine Tabelle angezeigtwird. Ich habe 4 Subscreen. Aber in manchen kann ich nicht scrollen. Woran kann das liegen? ich baue diese Tabellen bei Default aber etwas läuft schief.
&lt;br /&gt;

&lt;br /&gt;
Wo kann mein Fehler sein?&lt;/span&gt;&lt;br /&gt;
</description>
<dc:creator>alfito_don</dc:creator>
<dc:subject>Dialogprogrammierung</dc:subject>
<annotate:reference rdf:resource="http://www.apentia-forum.de/viewtopic.php?p=67562#67562" />
<comments>http://www.apentia-forum.de/posting.php?mode=quote&amp;p=67562</comments>
</item>
</channel>
</rss>

<!-- Page generation time: 0.083s  - Memory Usage: 2.347 Mb  - GZIP disabled -->