<?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: Requested function &amp; is not available here. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745353#M1875360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PAI Module code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lwa_vbap like line of xvbap.&lt;/P&gt;&lt;P&gt;data: lv_counter type vbap-posnr.&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;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHEN 'QNTY'.&lt;/P&gt;&lt;P&gt;loop at xvbap into lwa_vbap.&lt;/P&gt;&lt;P&gt;&amp;nbsp; lv_counter = lv_counter + 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp; lwa_vbap-posnr = lv_counter.&lt;/P&gt;&lt;P&gt;&amp;nbsp; lwa_Vbap-kwmeng = 1000.&lt;/P&gt;&lt;P&gt;&amp;nbsp; modify xvbap from lwa_vbap index sy-tabix TRANSPORTING posnr kwmeng."pvpos kwmeng.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2014 16:37:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-04T16:37:44Z</dc:date>
    <item>
      <title>Requested function &amp; is not available here.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745350#M1875357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a quick help on how to get through an error " Requesting function &amp;amp; is not available here".&lt;/P&gt;&lt;P&gt;My requirement is to add a push button in the VA21 quotation screen, so that when the button is clicked it should default all the Order quantities to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added the button and wrote my logic in PAI of the screen. But when testing I am not able to proceed with this error occuring.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Navya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745350#M1875357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-04T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Requested function &amp; is not available here.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745351#M1875358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Navya,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check whether this is standard error message? Double click on the message displayed, and note the message class and message number.&lt;/P&gt;&lt;P&gt;Now, Get into debugging mode and put breakpoint at statement 'message'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will stop at every message you encounter in the program. Execute all until you get to the desired message. Look for your message class and number that you got after execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you will come to know why the error message is coming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745351#M1875358</guid>
      <dc:creator>archanapawar</dc:creator>
      <dc:date>2014-12-04T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Requested function &amp; is not available here.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745352#M1875359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your PAI code (specifically where you are stting sy-ucomm).&lt;/P&gt;&lt;P&gt;Alternatively please try this logic:&lt;/P&gt;&lt;P&gt;sy-ucomm = 'xxxx'.&lt;/P&gt;&lt;P&gt;fcode = sy-ucomm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 13:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745352#M1875359</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-12-04T13:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Requested function &amp; is not available here.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745353#M1875360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PAI Module code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lwa_vbap like line of xvbap.&lt;/P&gt;&lt;P&gt;data: lv_counter type vbap-posnr.&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;case sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHEN 'QNTY'.&lt;/P&gt;&lt;P&gt;loop at xvbap into lwa_vbap.&lt;/P&gt;&lt;P&gt;&amp;nbsp; lv_counter = lv_counter + 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp; lwa_vbap-posnr = lv_counter.&lt;/P&gt;&lt;P&gt;&amp;nbsp; lwa_Vbap-kwmeng = 1000.&lt;/P&gt;&lt;P&gt;&amp;nbsp; modify xvbap from lwa_vbap index sy-tabix TRANSPORTING posnr kwmeng."pvpos kwmeng.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 16:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745353#M1875360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-04T16:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Requested function &amp; is not available here.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745354#M1875361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yo need to move your ucomm to fcode i.e.:&lt;/P&gt;&lt;P&gt;fcode = sy-ucomm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 10:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745354#M1875361</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2014-12-05T10:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Requested function &amp; is not available here.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745355#M1875362</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;You can maintain the required custom function codes in the T.code VFBS as follows. &lt;/P&gt;&lt;P&gt;1. Maintain related program name. &lt;/P&gt;&lt;P&gt;2. Check Function Codes radio button --&amp;gt; Change&lt;/P&gt;&lt;P&gt;3. Maintain the individual entries for each custom function codes which you want. &lt;/P&gt;&lt;P&gt;4. Check Development Support radio button, maintain an entry for the users who need authorizations for the program and function codes. &lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Siva Kukkala&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 19:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/requested-function-is-not-available-here/m-p/10745355#M1875362</guid>
      <dc:creator>sivaramakrishna_kukkala</dc:creator>
      <dc:date>2021-05-04T19:31:59Z</dc:date>
    </item>
  </channel>
</rss>

