<?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: button not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318530#M1029130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ive created the button 'SHOW'  in the application toolbar in SE41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the main program, after the selection screen, ive set SET PF-STATUS 'MAIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then for printing, ive written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'PRINT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Call the smarform&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CALL FUNCTION g_fm_name&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          gw_all_data = gw_all_data&lt;/P&gt;&lt;P&gt;          user_settings = ' '&lt;/P&gt;&lt;P&gt;          output_options = gw_options&lt;/P&gt;&lt;P&gt;          control_parameters = gw_control.&lt;/P&gt;&lt;P&gt;WHEN 'SHOW'.&lt;/P&gt;&lt;P&gt; LOOP AT gi_all_data INTO gw_all_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Call the smarform&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CALL FUNCTION g_fm_name&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          gw_all_data = gw_all_data&lt;/P&gt;&lt;P&gt;          user_settings = ' '&lt;/P&gt;&lt;P&gt;          output_options = gw_options&lt;/P&gt;&lt;P&gt;          control_parameters = gw_control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&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 dont know how to manipulate screens etc so well, may be im missing something, plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 11:50:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-26T11:50:46Z</dc:date>
    <item>
      <title>button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318528#M1029128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Ive added a button 'SHOW' on my screen to print forms but when Im pressing on that button, nothing is being launched, anybody knows why?&lt;/P&gt;&lt;P&gt;I dont want to add the standard button 'Print' because I dont want the print pop up screen to appear, Thats Why Ive added another button 'SHOW'  to print&lt;/P&gt;&lt;P&gt;heres my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'SHOW'.&lt;/P&gt;&lt;P&gt; LOOP AT gi_all_data INTO gw_all_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Call the smarform&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CALL FUNCTION g_fm_name&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          gw_all_data = gw_all_data&lt;/P&gt;&lt;P&gt;          user_settings = ' '&lt;/P&gt;&lt;P&gt;          output_options = gw_options&lt;/P&gt;&lt;P&gt;          control_parameters = gw_control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 11:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318528#M1029128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T11:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318529#M1029129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you specify which type of program you are using &amp;amp; under what event you have written the given code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 11:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318529#M1029129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T11:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318530#M1029130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ive created the button 'SHOW'  in the application toolbar in SE41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the main program, after the selection screen, ive set SET PF-STATUS 'MAIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then for printing, ive written&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'PRINT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Call the smarform&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CALL FUNCTION g_fm_name&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          gw_all_data = gw_all_data&lt;/P&gt;&lt;P&gt;          user_settings = ' '&lt;/P&gt;&lt;P&gt;          output_options = gw_options&lt;/P&gt;&lt;P&gt;          control_parameters = gw_control.&lt;/P&gt;&lt;P&gt;WHEN 'SHOW'.&lt;/P&gt;&lt;P&gt; LOOP AT gi_all_data INTO gw_all_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Call the smarform&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CALL FUNCTION g_fm_name&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          gw_all_data = gw_all_data&lt;/P&gt;&lt;P&gt;          user_settings = ' '&lt;/P&gt;&lt;P&gt;          output_options = gw_options&lt;/P&gt;&lt;P&gt;          control_parameters = gw_control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&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 dont know how to manipulate screens etc so well, may be im missing something, plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 11:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318530#M1029130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T11:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318531#M1029131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write ur code under event &amp;amp; try.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;ie. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT SELECTION-SCREEN.
CASE SY-UCOMM.
WHEN 'PRINT'.
WHEN 'SHOW'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318531#M1029131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318532#M1029132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your PF-STATUS active or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check gi_all_data internal table is having  the data or not.&lt;/P&gt;&lt;P&gt;Why are you calling smartform inside loop.?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WHEN 'SHOW'.
BREAK-POINT.
LOOP AT gi_all_data INTO gw_all_data.

Call the smarform 
CALL FUNCTION g_fm_name
EXPORTING
gw_all_data = gw_all_data
user_settings = ' '
output_options = gw_options
control_parameters = gw_control.

ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Just keep a break point  and see Button is triggering or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318532#M1029132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318533#M1029133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that the 'Back' function is working, the standard 'Print' button is working, its only the 'SHOW' button which is not a standard button, is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318533#M1029133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318534#M1029134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Make sure whether you have given the function code for 'SHOW', then it works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sathish Reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318534#M1029134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318535#M1029135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Ive defined the 'Show' button in SE41 and the function code name is 'SHOW'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What other checks are there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or Im missing some particular events?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318535#M1029135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318536#M1029136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in which screen you are adding the button..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it normal selection screen or module pool screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318536#M1029136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318537#M1029137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Euhhh, where I should check that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I just went to SE41, gave the program name and a status and then added the 'Show' in the application bar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is what I am supposed to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318537#M1029137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318538#M1029138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I need to create a screen for that program in SE51 as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318538#M1029138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318539#M1029139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello if you are setting the PF-STATUS in SE41 means you are setting it for some screen selection screen or Module pool screen or in the output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you question started with Button not working..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where is the button in your program and you are telling it is not working , where  exactly you are clicking the button (SHOW). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't tell me the button you added in SE41.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all tell me what is the program you are doing ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it Module pool or normal Report program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318539#M1029139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318540#M1029140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Ive added a button 'SHOW' on my screen to print forms but when Im pressing on that button, nothing is being launched, anybody knows why?&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;your code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE SY-UCOMM.
WHEN 'SHOW'.
LOOP AT gi_all_data INTO gw_all_data.


Call the smarform 
CALL FUNCTION g_fm_name
EXPORTING
gw_all_data = gw_all_data
user_settings = ' '
output_options = gw_options
control_parameters = gw_control.

ENDLOOP.

WHEN 'BACK'.
LEAVE SCREEN.

ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Just Want to confirm &lt;STRONG&gt;CALL FUNCTION g_fm_name&lt;/STRONG&gt; what is the g_fm_name in your code where you filled this value and With what FM? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318540#M1029140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T13:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318541#M1029141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its a normal Report Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after executing the selection screen, a report of accounting documents is generated, whereby each accounting document has a smartform attached to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then if we click on the 'SHOW' button, all the smartforms for the accounting documents are printed one after other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its the first time im doing this sort of thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I did is I created the smartform, the report  - these are working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I went to SE41 to create the 'SHOW' button, which i attached to the report(I guess its not rite!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when I executed the report, the report is displayed but when I click on the 'SHOW' button, nothing is displayed, I even tried through debug mode but nothing is being called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats my issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318541#M1029141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T13:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318542#M1029142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;whereby each accounting document has a smartform attached to it.

Then if we click on the 'SHOW' button, all the smartforms for the accounting documents are printed one after other.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you calling smartform from this report?&lt;/P&gt;&lt;P&gt;Hope i guessing right?&lt;/P&gt;&lt;P&gt;pls can you confirm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also if possible pls confirm about FM also which i asked above reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;thats my issue&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue seems Still uncertain .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318542#M1029142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T13:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: button not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318543#M1029143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its ok now, I was missing AT USER-COMMAND statement, thats why nothing was launched&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/button-not-working/m-p/4318543#M1029143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T13:39:41Z</dc:date>
    </item>
  </channel>
</rss>

