<?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: error too many consecutve nested call screens. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414619#M1646004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to do out side of pbo can u explain n outupt is also not displayed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2012 09:24:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-04T09:24:02Z</dc:date>
    <item>
      <title>error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414614#M1645999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls have a look &lt;/P&gt;&lt;P&gt;wh  m excuting this code it gives me error that no of nested screens called &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Module Pool       ZASI_EXAMPLE19&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM  zasi_example19.&lt;/P&gt;&lt;P&gt;TABLES sflight.&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF tab,&lt;/P&gt;&lt;P&gt;            carrid TYPE sflight-carrid,&lt;/P&gt;&lt;P&gt;            connid TYPE sflight-connid,&lt;/P&gt;&lt;P&gt;            fldate TYPE sflight-fldate,&lt;/P&gt;&lt;P&gt;            price TYPE sflight-price,&lt;/P&gt;&lt;P&gt;            currency TYPE sflight-currency,&lt;/P&gt;&lt;P&gt;            planetype TYPE sflight-planetype,&lt;/P&gt;&lt;P&gt;            seatsmax TYPE sflight-seatsmax,&lt;/P&gt;&lt;P&gt;            seatsocc TYPE sflight-seatsocc,&lt;/P&gt;&lt;P&gt;      END OF tab.  &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;DATA: ok TYPE c,&lt;/P&gt;&lt;P&gt;      back TYPE c,&lt;/P&gt;&lt;P&gt;      ok_code LIKE sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  STATUS_0500  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE status_0500 OUTPUT.&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm .&lt;/P&gt;&lt;P&gt;      WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;          LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;      WHEN 'OK'.&lt;/P&gt;&lt;P&gt;         SELECT SINGLE carrid connid fldate price currency planetype seatsmax seatsocc &lt;/P&gt;&lt;P&gt;         FROM sflight INTO CORRESPONDING FIELDS OF tab                             &lt;/P&gt;&lt;P&gt;                                    WHERE carrid = sflight-carrid&lt;/P&gt;&lt;P&gt;                                    AND   connid = sflight-connid&lt;/P&gt;&lt;P&gt;                                    AND   fldate = sflight-fldate.&lt;/P&gt;&lt;P&gt;      CALL SCREEN 500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET PF-STATUS 'xxxxxxxx'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET TITLEBAR 'xxx'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_0500  OUTPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414614#M1645999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T08:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414615#M1646000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are calling the screen inside the PBO of the same screen.. hence its creating a unending loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats happening is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you execute, screen 500 is getting ready to output, so PBO is called, again inside that you are calling 500, so again 500 gets ready, again PBO.. .aagain call screen &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; nice loop without loop &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to take out the &lt;STRONG&gt;call screen 500&lt;/STRONG&gt; from that PBO module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414615#M1646000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T08:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414616#M1646001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL SCREEN 500. should be outside of the module endmodule&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414616#M1646001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T08:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414617#M1646002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Place this code in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE PAI INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm .&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;WHEN 'OK'.&lt;/P&gt;&lt;P&gt;SELECT SINGLE carrid connid fldate price currency planetype seatsmax seatsocc &lt;/P&gt;&lt;P&gt;FROM sflight INTO CORRESPONDING FIELDS OF tab &lt;/P&gt;&lt;P&gt;WHERE carrid = sflight-carrid&lt;/P&gt;&lt;P&gt;AND connid = sflight-connid&lt;/P&gt;&lt;P&gt;AND fldate = sflight-fldate.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;CALL SCREEN 500.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414617#M1646002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T08:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414618#M1646003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i did this push button is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 09:22:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414618#M1646003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T09:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414619#M1646004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to do out side of pbo can u explain n outupt is also not displayed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 09:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414619#M1646004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T09:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414620#M1646005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you created a tcode for your screen ?  what are you trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 09:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414620#M1646005</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-01-04T09:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414621#M1646006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i have created but  if give call screen statement in side pbo it gives error n if out of pbo it says statement not accesable and if remove that statement data not displayed .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 09:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414621#M1646006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T09:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414622#M1646007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let says in your tcode you have screen 500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then first screen will come 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN PAI you need to write which next screen you want to call. Secondly as i can see you are called same screen in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets imagin screen 500 is coming in PBO ithere is again a call for same screen so infinite loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly data in PBO write the logi to assign your data from internal table or variables to screen fields if the name of both is not same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 09:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414622#M1646007</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-01-04T09:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414623#M1646008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;asish,&lt;/P&gt;&lt;P&gt;what is the exact requirement??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 09:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414623#M1646008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414624#M1646009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i js want to show data on screen on the conditions of carrid conn id an fldate whn i puch ok button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 09:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414624#M1646009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T09:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414625#M1646010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need of call screen again... are your input parameters on same screen as 500? if yes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PAI module, write the code for select statement and pass the value to the required field. it will automatically be populated on screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 09:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414625#M1646010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T09:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414626#M1646011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PAI fetch the values and assign it to screen fields..thats it..no call screen in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 09:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414626#M1646011</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-01-04T09:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414627#M1646012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did but still data not displayed on screen this code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module USER_COMMAND_0500 input.&lt;/P&gt;&lt;P&gt;CASE sy-ucomm .&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;WHEN 'OK'.&lt;/P&gt;&lt;P&gt;SELECT SINGLE carrid connid fldate price currency planetype seatsmax seatsocc&lt;/P&gt;&lt;P&gt;FROM sflight INTO CORRESPONDING FIELDS OF tab&lt;/P&gt;&lt;P&gt;WHERE carrid = sflight-carrid&lt;/P&gt;&lt;P&gt;AND connid = sflight-connid&lt;/P&gt;&lt;P&gt;AND fldate = sflight-fldate.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 10:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414627#M1646012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T10:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414628#M1646013</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 not able to get from where are you passing the values to carrid,connid and fldate in where clause in the select statemnet. If you  have to pass these values taking as user input in the screen then first you have to create three input field on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After adding input fields you have to define three different variables of the same name as you have given to input fields on screen. Say if you name them cid, coid and fld so you should define them in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : cid like sflight-carrid,&lt;/P&gt;&lt;P&gt;	coid like sflight-connid,&lt;/P&gt;&lt;P&gt;	fld like sflight-fldate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and your code for the PAI goes as .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0200 INPUT.&lt;/P&gt;&lt;P&gt;CASE sy-ucomm .&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;WHEN 'OK'.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE carrid connid fldate price currency planetype seatsmax seatsocc&lt;/P&gt;&lt;P&gt;    FROM sflight INTO CORRESPONDING FIELDS OF tab&lt;/P&gt;&lt;P&gt;    WHERE carrid = 'AC'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   AND connid = sflight-connid&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   AND fldate = sflight-fldate.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF SY-SUBRC = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   loop at tab.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  write:/ tab-carrid ,tab-connid ,tab-fldate ,tab-price ,tab-currency ,tab-planetype ,tab-seatsmax ,tab-seatsocc.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   endloop.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;    LEAVE TO LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works..:)&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Sumit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sum_it2 on Jan 4, 2012 12:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 11:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414628#M1646013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T11:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414629#M1646014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;write the code in PAI section and call the screen in &lt;/P&gt;&lt;P&gt;which you want display your data.&lt;/P&gt;&lt;P&gt;make sure that the screen fileds with the name as tab-carrid&lt;/P&gt;&lt;P&gt;, tab-connid.... etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 12:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414629#M1646014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T12:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414630#M1646015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ashish,&lt;/P&gt;&lt;P&gt;   Check wheather screen fields names and ABAP/4 variable names are same or not.  If both names are the same, system transfers screen fields values to ABAP/4 programs fields and Vice Versa Otherwise you must manually transfer the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Supriya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 12:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414630#M1646015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T12:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414631#M1646016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your conversation i can get that you are using module pool program if so please check these things,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Check whether you have declared the ok_code correctly,&lt;/P&gt;&lt;P&gt;2. See whether the ok_code is getting cleared any where before the case statement.&lt;/P&gt;&lt;P&gt;3. See whether the fields which you need to display the result are mapped with the correct internal table which you are populating with values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think these will be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still face issues revert back to me i will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 12:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414631#M1646016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T12:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414632#M1646017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are fteching details in tab. After that move the details to screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move corresponding fileds of tab to screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: move corresponding fields of wa to kna1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 12:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414632#M1646017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: error too many consecutve nested call screens.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414633#M1646018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hye all thanx i got my mistake whr i was wrong i was jst feching data from tabels to internal table but not moving it to screen whn i got my output from this code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_0500 INPUT.&lt;/P&gt;&lt;P&gt; CASE sy-ucomm .&lt;/P&gt;&lt;P&gt;    WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;      CALL SCREEN 100.&lt;/P&gt;&lt;P&gt;    WHEN 'OK'.&lt;/P&gt;&lt;P&gt;      SELECT SINGLE carrid&lt;/P&gt;&lt;P&gt;           connid&lt;/P&gt;&lt;P&gt;           fldate&lt;/P&gt;&lt;P&gt;           price&lt;/P&gt;&lt;P&gt;            currency&lt;/P&gt;&lt;P&gt;            planetype&lt;/P&gt;&lt;P&gt;            seatsmax&lt;/P&gt;&lt;P&gt;            seatsocc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM sflight INTO (sflight-carrid,&lt;/P&gt;&lt;P&gt;                   sflight-connid,&lt;/P&gt;&lt;P&gt;             sflight-fldate,&lt;/P&gt;&lt;P&gt;             sflight-price,&lt;/P&gt;&lt;P&gt;             sflight-currency,&lt;/P&gt;&lt;P&gt;             sflight-planetype,&lt;/P&gt;&lt;P&gt;             sflight-seatsmax,&lt;/P&gt;&lt;P&gt;             sflight-seatsocc )&lt;/P&gt;&lt;P&gt;WHERE carrid = sflight-carrid&lt;/P&gt;&lt;P&gt;AND connid = sflight-connid&lt;/P&gt;&lt;P&gt;AND fldate = sflight-fldate.&lt;/P&gt;&lt;P&gt;*CALL SCREEN 500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;can any pls hel me that how i can move data from internal table to scrren fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 08:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-too-many-consecutve-nested-call-screens/m-p/8414633#M1646018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T08:02:12Z</dc:date>
    </item>
  </channel>
</rss>

