<?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: ABAP FAQ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806610#M346188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to add:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL SCREEN '100' STARTING AT ... ...
                                 ENDING    AT ... ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2006 07:32:01 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2006-12-05T07:32:01Z</dc:date>
    <item>
      <title>ABAP FAQ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806608#M346186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help for this, answers with comments would be very helpful. Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Program specs call for screen 100 to appear in a modal dialog box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;module do_something. &lt;/P&gt;&lt;P&gt;  If field1 = 'X'. &lt;/P&gt;&lt;P&gt;   Call screen '0100'. &lt;/P&gt;&lt;P&gt;  Endif. &lt;/P&gt;&lt;P&gt;Endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does the above code fail to produce a modal box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a)	The addition 'starting at X' is left out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)	The screen should be numbered 900.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c)	The code must occur in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d)	The screen is of the wrong type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e)	Screens are not called within modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Which one of the following is an example of an asynchronous update?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a)	modify ztable from wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)	update ztable set field1 = '123'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c)	update ztable from ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d)	insert wa into ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e)	call function 'update_table' in update task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Which one of the following statements would occur in the PBO of a dialog program using table control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a)	loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)	loop at itab with control itab_tc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c)	module exit at exit-command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d)	module user_command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e)	set screen '0100'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Which one of the following is true about a function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a)	Function modules are locally accessible objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b)	Function modules have inbound and outbound parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c)	Function modules have no built-in exception handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;d)	Function modules CANNOT be created by a programmer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e)	Function modules use a shared memory area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 07:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806608#M346186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T07:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP FAQ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806609#M346187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 . Why does the above code fail to produce a modal box?&lt;/P&gt;&lt;P&gt;        Ans :  e  , Screen should be of type Modal dialog Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Which one of the following statements would occur in the PBO of a dialog program using table control?&lt;/P&gt;&lt;P&gt;  b) loop at itab with control itab_tc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 07:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806609#M346187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T07:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP FAQ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806610#M346188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to add:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL SCREEN '100' STARTING AT ... ...
                                 ENDING    AT ... ...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 07:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806610#M346188</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-05T07:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP FAQ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806611#M346189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the answers - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason - The addition "IN UPDATE TASK" will always cause an asynchronous update. The updates are all fired when the next COMMIT WORK statement in executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason - See this &amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/frameset.htm"&amp;gt;link&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. This does not make much sense to me. There can be more than one answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Function modules &amp;lt;i&amp;gt;&amp;lt;b&amp;gt;can&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt; use a shared memeory area if the top include has some data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Function Modules &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;can&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; have inbound and outbound parameters. but this is not always necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&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;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 07:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806611#M346189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T07:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP FAQ</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806612#M346190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through thiese links,i hope these ll give you better idea about the modal box.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9e242bf5-0901-0010-c99c-83c180163c73" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9e242bf5-0901-0010-c99c-83c180163c73&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba83d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba83d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/fd/7c4a41edf0db2be10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/fd/7c4a41edf0db2be10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2006 07:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-faq/m-p/1806612#M346190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-05T07:56:47Z</dc:date>
    </item>
  </channel>
</rss>

