<?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 Report Out put by Push Button ??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869407#M929985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP-ABAP Experts .&lt;/P&gt;&lt;P&gt;Boss Please suggest me that i have to create a Screen in which only one Push Buton ,&lt;/P&gt;&lt;P&gt;As user Click this Push Button , a report should run and give it's output , the point is how selection screen will get a &lt;/P&gt;&lt;P&gt;perticular input when user will click this Push Button .&lt;/P&gt;&lt;P&gt;How to do this Boss .?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex : program's Selection Screen has two input parameters &lt;/P&gt;&lt;P&gt;                                                         A = 5 &lt;/P&gt;&lt;P&gt;                                                         B = 4 &lt;/P&gt;&lt;P&gt;                              output of the report : C = 10 .&lt;/P&gt;&lt;P&gt;Requirement is when user click Puch Button , it will get out put C = 10 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Best Regards : rajneesh .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 05:31:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-22T05:31:46Z</dc:date>
    <item>
      <title>Report Out put by Push Button ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869407#M929985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAP-ABAP Experts .&lt;/P&gt;&lt;P&gt;Boss Please suggest me that i have to create a Screen in which only one Push Buton ,&lt;/P&gt;&lt;P&gt;As user Click this Push Button , a report should run and give it's output , the point is how selection screen will get a &lt;/P&gt;&lt;P&gt;perticular input when user will click this Push Button .&lt;/P&gt;&lt;P&gt;How to do this Boss .?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex : program's Selection Screen has two input parameters &lt;/P&gt;&lt;P&gt;                                                         A = 5 &lt;/P&gt;&lt;P&gt;                                                         B = 4 &lt;/P&gt;&lt;P&gt;                              output of the report : C = 10 .&lt;/P&gt;&lt;P&gt;Requirement is when user click Puch Button , it will get out put C = 10 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Best Regards : rajneesh .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869407#M929985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Report Out put by Push Button ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869408#M929986</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;Use Module pool program for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP ABAP Tutorial: Module Pool Programming. Part 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the program 'ZSALESORDSCREEN' is created Saved and Activated, run Transaction SE51.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter screen number '9000'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen numbers can be up to 4 characters long, all of which must be digits. Screen numbers from 9000 are reserved for customer-specific screens.&lt;/P&gt;&lt;P&gt;In the Screen Painter enter a short Description and Activate the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once this is done you will be presented with a screen that will have three tabs, namely Attributes/Element List/Flow Logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Element List and type Ok_Code and Activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now click on Flow Logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should see the following code in the Flow Logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create MODULE STATUS_9000 by double clicking on it.  The following code will be automatically created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE ZSALESORDERTOP                          .                      "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCLUDE ZSALESORDERO01                        .                    *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCLUDE ZSALESORDERI01                          .                    *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INCLUDE ZSALESORDERF01                          .                    *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  STATUS_9000  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_9000 OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET PF-STATUS 'xxxxxxxx'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; SET TITLEBAR 'xxx'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_9000  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncomment the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'ZSALES'. -&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt; Menu Bar for the custom Sales Order Screen.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR 'ZSL'.       -&lt;/P&gt;&lt;HR originaltext="-------------------" /&gt;&lt;P&gt; Title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give appropriate names to PF-STATUS and TITLE BAR. Once the code is uncommented and the appropriate names are given. Double click on the name ZSALES. Once you see the prompt click on create object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see the following three options in the resulting screen.&lt;/P&gt;&lt;P&gt;                                                                                Menu bar                                     Status for Sales Order Screen                                           &lt;/P&gt;&lt;P&gt;Application toolbar                      Status for Sales Order Screen                                           &lt;/P&gt;&lt;P&gt;Function keys                              Status for Sales Order Screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the Function Keys Drop Down Box. You will see the Standard Tool Bar with Icons that you normally see in the SAP Screen.&lt;/P&gt;&lt;P&gt;Enter the following values in the empty fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard Toolbar                                                                                &lt;/P&gt;&lt;P&gt;Ente     SAVE     BACK     EXIT     CANCEL    PRINT     FIND     FINDNEXT   FIRSTPAGE  PREVP     NEXT    LAST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the PF-STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will be prompted to enter the Function Text and Info Text for the button Enter.&lt;/P&gt;&lt;P&gt;Please enter the following values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Text   'Ente'&lt;/P&gt;&lt;P&gt;Info Text          'Enter'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execute Transaction SE80 and Activate the complete program by right clicking on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will now create a transaction code for our program. To create a transaction code right click on the main program and from the pop-up menu select Create-----Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dialog box enter the following values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction Code     'ZSALESORD'&lt;/P&gt;&lt;P&gt;Short Description     'Create Sales Order'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Click on Save.&lt;/P&gt;&lt;P&gt;You will now be asked to enter Program name and Screen Number. Enter the following values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program         ZSALESORDSCREEN&lt;/P&gt;&lt;P&gt;Screen            9000   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;Save and Activate the Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we need to enter code to create the Sales order. We also need to create the Screen Elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transaction SE80 in the left pane click on Screens and then double click on 9000.&lt;/P&gt;&lt;P&gt;Now from the menu click on LAYOUT button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to create Labels and Text Boxes for the following fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filed  (Label Display)          Label Name              TextBox Name         Def Length&lt;/P&gt;&lt;P&gt;Order Type                           lblordtyp                     txtordtyp                               2&lt;/P&gt;&lt;P&gt;Sales Org                             lblsalesorg                  txtsalesorg                            4&lt;/P&gt;&lt;P&gt;Distribution Channel            lbldistchnl                   txtdistchnl                             2&lt;/P&gt;&lt;P&gt;Division                                lbldiv                           txtdiv                                    2&lt;/P&gt;&lt;P&gt;Sold-to Party                        lblsoldto                     txtsoldto                            10&lt;/P&gt;&lt;P&gt;Ship-to Party                        lblshipto                      txtshipto                            10&lt;/P&gt;&lt;P&gt;Purchase Ord                       lblpurchord                 txtpurchord                        10&lt;/P&gt;&lt;P&gt;Material                                lblmat                          txtmat                                18&lt;/P&gt;&lt;P&gt;Quantity                               lblqty                           txtqty                                 13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also need to create a command button as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Label                                 Name&lt;/P&gt;&lt;P&gt;Create Order                     lblcreateord&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;We will now look at the property box which is displayed after double clicking on each screen element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order Type (Label)&lt;/P&gt;&lt;P&gt;                   Name                  lblordtyp&lt;/P&gt;&lt;P&gt;                   Text                    Order_Type&lt;/P&gt;&lt;P&gt;                  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order Type (Text Box)&lt;/P&gt;&lt;P&gt;                   Name                  txtordtyp&lt;/P&gt;&lt;P&gt;                   Text                    &lt;/P&gt;&lt;P&gt;                   Def. Length         2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly fill the Property box for other fileds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Property Box for Command Button in this case the Function Code is important&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Order   &lt;/P&gt;&lt;P&gt;                           Name                  cmdord&lt;/P&gt;&lt;P&gt;                           Text                    Create Order            &lt;/P&gt;&lt;P&gt;                           Fct Code             ORDE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869408#M929986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Report Out put by Push Button ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869409#M929987</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;Use the following keyword:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.&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;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869409#M929987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Report Out put by Push Button ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869410#M929988</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;You can create the following on selection screen:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;TABLES SSCRFIELDS. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /10(20) CHARLY USER-COMMAND ABCD. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;MOVE 'My text' TO CHARLY. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;IF SSCRFIELDS-UCOMM = 'ABCD'. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;A pushbutton appears on the selection screen with the text 'My text'. In the AT SELECTION-SCREEN event, the field SSCRFIELDS-UCOMM has the contents ABCD after the button has been pushed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info refer SAP help(F1):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869410#M929988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Report Out put by Push Button ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869411#M929989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir that i know ,&lt;/P&gt;&lt;P&gt;I will use call transection "ZABC" .&lt;/P&gt;&lt;P&gt;Then it will open the selection screen , but i have to avoid selection screen , My concern is hou to get the output for a perticular input .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this sir ???&lt;/P&gt;&lt;P&gt;Regards : rajneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869411#M929989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Report Out put by Push Button ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869412#M929990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write : C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869412#M929990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Report Out put by Push Button ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869413#M929991</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;use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUPPRESS DIALOG.&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and to Create Push Buttons in Application Tool Bar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zJ_test &lt;/P&gt;&lt;P&gt;MESSAGE-ID zprecot. &lt;/P&gt;&lt;P&gt;TABLES : afru. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF ty_test, &lt;/P&gt;&lt;P&gt;        ism01 LIKE afru-ism01, &lt;/P&gt;&lt;P&gt;        END OF ty_test. &lt;/P&gt;&lt;P&gt;TABLES sscrfields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.  &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : so_werks FOR afru-werks.  &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN PUSHBUTTON /79(10) charly USER-COMMAND abcd.  &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;  MOVE 'Press' TO charly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN. &lt;/P&gt;&lt;P&gt;  IF sscrfields-ucomm = 'ABCD'. &lt;/P&gt;&lt;P&gt;    MESSAGE i000 WITH so_werks-low 'Success' . &lt;/P&gt;&lt;P&gt;  ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869413#M929991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Report Out put by Push Button ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869414#M929992</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;for call transaction there is an addition &lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcod AND SKIP FIRST SCREEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Skips the first screen in the transaction (provided all the required fields have been assigned values by the SPA/GPA mechanism).&lt;/P&gt;&lt;P&gt;&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;reward if helpfull,&lt;/P&gt;&lt;P&gt;taher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869414#M929992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Report Out put by Push Button ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869415#M929993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Boss ur suggestion is very near to my solution .&lt;/P&gt;&lt;P&gt;May Please suggest me how to provided all the required fields have been assigned values by the SPA/GPA mechanism .&lt;/P&gt;&lt;P&gt;My selection Screen carring only two fields say A and B &lt;/P&gt;&lt;P&gt;For Ex : program's Selection Screen has two input parameters &lt;/P&gt;&lt;P&gt;A = 5 &lt;/P&gt;&lt;P&gt;B = 4 &lt;/P&gt;&lt;P&gt;output of the report : C = 9 . (5 + 4)&lt;/P&gt;&lt;P&gt;Requirement is when user click Puch Button , it will get out put C = 10 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My sole Issue is how provide input to selection screen which i am skiping by using SPA/GPA mechanism . ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me Boss .&lt;/P&gt;&lt;P&gt;Regards : Rajneesh .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 05:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-out-put-by-push-button/m-p/3869415#M929993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T05:56:47Z</dc:date>
    </item>
  </channel>
</rss>

