<?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: Any popup function module for my requirement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010598#M1166330</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;U can do without table control also by using normal ALV_GRID function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO u try to populate the output and then what ever changes u do u can get them and u can do in PAI module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to do with table control then u have lots of demo programs in sap..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use search word -&amp;gt;DEMO_DYNPRO_TAB* in SE38.. U will get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2008 10:05:48 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2008-12-30T10:05:48Z</dc:date>
    <item>
      <title>Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010595#M1166327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display a popup with either internal table or database table entries with some of the columns (fields of table) editable and some not editable. Its like I need the values for some of the fields and these fields should be shown as blank and input enabled. For those fields with values present, shoudl be shown in display mode. Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;M A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 09:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010595#M1166327</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2008-12-30T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010596#M1166328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a screen and use the table control to show the contents and making input enabled or disabled.&lt;/P&gt;&lt;P&gt;Now call this screen using &lt;STRONG&gt;"call screen starting at ending at"&lt;/STRONG&gt; statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 09:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010596#M1166328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T09:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010597#M1166329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot shafiullah.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know table control. Can you please give me some code snippet for this requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 10:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010597#M1166329</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2008-12-30T10:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010598#M1166330</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;U can do without table control also by using normal ALV_GRID function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the PBO u try to populate the output and then what ever changes u do u can get them and u can do in PAI module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to do with table control then u have lots of demo programs in sap..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use search word -&amp;gt;DEMO_DYNPRO_TAB* in SE38.. U will get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 10:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010598#M1166330</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-12-30T10:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010599#M1166331</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;Check this FM REUSE_ALV_POPUP_TO_SELECT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 10:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010599#M1166331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T10:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010600#M1166332</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;Refer this link ,get some idea about table conrol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dbac5e35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/9f/dbac5e35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 10:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010600#M1166332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T10:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010601#M1166333</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;Please check this link will surely help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/component/content/article/851" target="test_blank"&gt;http://www.erpgenie.com/component/content/article/851&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this site is not supported please delete it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 10:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010601#M1166333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T10:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010602#M1166334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shakir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if the following FMs are useful to you:&lt;/P&gt;&lt;P&gt;POPUP_GET_VALUES &lt;/P&gt;&lt;P&gt;POPUP_GET_VALUES_DB_CHECKED &lt;/P&gt;&lt;P&gt;POPUP_GET_VALUES_USER_BUTTONS  &lt;/P&gt;&lt;P&gt;POPUP_GET_VALUES_USER_CHECKED  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also search for all Pop-up FMs in SE37 by doing search POPUP*.&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;Regards,&lt;/P&gt;&lt;P&gt;Saumya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 10:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010602#M1166334</guid>
      <dc:creator>saumya_govil</dc:creator>
      <dc:date>2008-12-30T10:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010603#M1166335</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;check the function module POPUP_WITH_TABLE_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;kunnr like kna1-kunnr,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kunnr from kna1 into corresponding fields of table itab.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY' EXPORTING&lt;/P&gt;&lt;P&gt;endpos_col = 45&lt;/P&gt;&lt;P&gt;endpos_row = 25&lt;/P&gt;&lt;P&gt;startpos_col = 10&lt;/P&gt;&lt;P&gt;startpos_row = 1&lt;/P&gt;&lt;P&gt;titletext = 'text'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;CHOISE = c&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;valuetab = itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCEPTIONS &lt;/P&gt;&lt;P&gt;BREAK_OFF = 1 &lt;/P&gt;&lt;P&gt;OTHERS = 2 &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO &lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4. &lt;/P&gt;&lt;P&gt;ENDIF.&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;Md.MahaboobKhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2008 10:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010603#M1166335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-30T10:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Any popup function module for my requirement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010604#M1166336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved on my own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2009 05:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-popup-function-module-for-my-requirement/m-p/5010604#M1166336</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2009-01-15T05:37:46Z</dc:date>
    </item>
  </channel>
</rss>

