<?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: Function Code of Push Button on a Subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306050#M160088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will give you an idea in case you are copying the standard one and modifying it.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="114538"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jun 2006 12:47:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-08T12:47:33Z</dc:date>
    <item>
      <title>Function Code of Push Button on a Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306042#M160080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined the ok_code in the subscreen given as below.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   data : ok_code like SY-UCOMM.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   CASE ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WHEN 'MATC'.&lt;/P&gt;&lt;P&gt;      PERFORM valid_input_check.&lt;/P&gt;&lt;P&gt;      perform get_material_type.&lt;/P&gt;&lt;P&gt;      PERFORM call_trxn_mm01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a push button in this subscreen whose function code is 'MATC'.&lt;/P&gt;&lt;P&gt;When I am pressing that push button,I got an error message &lt;/P&gt;&lt;P&gt;'Requested function code 'MATC' is not available from the &lt;/P&gt;&lt;P&gt;standard code of main program.Because this function code 'MATC'is not present in the&lt;/P&gt;&lt;P&gt;table 'T185T' from which the function codes are being selected.So, &lt;/P&gt;&lt;P&gt;the 'Read innernal table' statement is failing resulting the above error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Kindly reply me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 10:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306042#M160080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T10:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function Code of Push Button on a Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306043#M160081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u activated the screen and all programs??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prakashsingh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 10:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306043#M160081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T10:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function Code of Push Button on a Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306044#M160082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK Codes are attached to the parent/main window ONLY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can insert a push bottom on subscreen, in this case the code value'll be assigned to variable of OK-CODE of main dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 10:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306044#M160082</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-06-08T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Code of Push Button on a Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306045#M160083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt; Yes,I have activated screens and all programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 12:20:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306045#M160083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T12:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function Code of Push Button on a Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306046#M160084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt; Yes,I have activated screens and all programs.&lt;/P&gt;&lt;P&gt;I am getting the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 12:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306046#M160084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T12:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Function Code of Push Button on a Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306047#M160085</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;Instead of OK_CODE .. use the SY-UCOMM ...&lt;/P&gt;&lt;P&gt;some times this SY-UCOM will not come into OK_CODE .. you need to pass it in the Subscreen Variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN SY-UCOMM&lt;/P&gt;&lt;P&gt;CASE 'MATC'.&lt;/P&gt;&lt;P&gt; PERFORM XXX &lt;/P&gt;&lt;P&gt; PERFORM XXX&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 12:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306047#M160085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T12:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function Code of Push Button on a Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306048#M160086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple doubt, have you defined FCode for your button? And OK code in your flowlogic's element list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 12:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306048#M160086</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-06-08T12:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Function Code of Push Button on a Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306049#M160087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it standrd program or Custom one...?&lt;/P&gt;&lt;P&gt;looks like you are modifying the standard program/screens...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 12:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306049#M160087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T12:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function Code of Push Button on a Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306050#M160088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will give you an idea in case you are copying the standard one and modifying it.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="114538"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2006 12:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-of-push-button-on-a-subscreen/m-p/1306050#M160088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-08T12:47:33Z</dc:date>
    </item>
  </channel>
</rss>

