<?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: Adding a button in QA02/QA03 for Printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794156#M1466406</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had exactly the same problem in the maintenance order transactions when we added a push button there. Basically there are two options as far as I know:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Maintain the new function code for program SAPLQPL1 in view V_185. You could use similar settings as for the fcode ENT1. Note: This is considered a SAP modification; subsequent support packages may overwrite/delete the custom entries in tables T185*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Modify the PAI of the calling program to blank out the sy-ucomm or the corresponding function code assigned to the carrier dynpro. This was the option which we chose in the maintenance order programs (modified form ABLAUF).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Mar 2010 17:51:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-31T17:51:10Z</dc:date>
    <item>
      <title>Adding a button in QA02/QA03 for Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794153#M1466403</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 have to add a button to QA02/QA03 to print labels. I have identified an enhancement QPL10004 and created a project. In this I have used screen 0100 of program SAPLXQPL to add the button. I have assigned a function code LBLPRINT to the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the button on screen and after clicking the same the test code I have written gets executed. However at the end I am getting an error message "Requested function LBLPRINT is not available here". When I debugged the code I found that it is executing a screen control FM and reading data from T185, T185E and T185F tabls and based on the result giving the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 12:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794153#M1466403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T12:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a button in QA02/QA03 for Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794154#M1466404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can probably try to clear the sy-ucomm once the control passes to the custom code. Try this and see. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 06:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794154#M1466404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T06:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a button in QA02/QA03 for Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794155#M1466405</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;Thats the first thing I tried. Still it is not working because as the control moves to main program's PAI, the fcode value is again populated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 09:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794155#M1466405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T09:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a button in QA02/QA03 for Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794156#M1466406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had exactly the same problem in the maintenance order transactions when we added a push button there. Basically there are two options as far as I know:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Maintain the new function code for program SAPLQPL1 in view V_185. You could use similar settings as for the fcode ENT1. Note: This is considered a SAP modification; subsequent support packages may overwrite/delete the custom entries in tables T185*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Modify the PAI of the calling program to blank out the sy-ucomm or the corresponding function code assigned to the carrier dynpro. This was the option which we chose in the maintenance order programs (modified form ABLAUF).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 17:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794156#M1466406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T17:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a button in QA02/QA03 for Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794157#M1466407</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;Thanks for your answers. Some time back I was able to solve it by adding entries in 185.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 11:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-button-in-qa02-qa03-for-printing/m-p/6794157#M1466407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T11:07:25Z</dc:date>
    </item>
  </channel>
</rss>

