‎2013 Sep 20 8:30 AM
Hi,
I am designing a selection screen where it is required that the execute button on the selection screen should download all RICEF ID related BRF entries for the selected Business Area.The selection should be for multiple selections
If only one business area is selected the name of the downloaded file should be as follows:
Example for RTC, it will be RTC_BRF_Value Table_Date(09/16/2013)
If all are selected then, it will be BRF_Date (09/16/2013)
Can anyone please suggest me how to design custom execute button for this requirement..
Thanks In Advance...
‎2013 Sep 23 9:19 AM
Hi,
There are 2 questions here.
1.Display an execute button in your report
2.Download table entries.
For Part 1.
For Part 2.
Please supply more information about your requirement.
Hope this helps.
Abraham
‎2013 Sep 20 10:59 AM
I don´t think you need a `custom` execute button for this.
You can execute the program normally and check in your at selection screen if single or multiple selection has been filled in and change the filename accordingly.
‎2013 Sep 23 8:58 AM
but how to download the entries from the table based on selection???
‎2013 Sep 23 9:22 AM
To create button on selection screen
Copy the Standard PF-STATUS and create Z***.
Add your button FC01, FC02...
AT SELECTION-SCREEN.
CASE sscrfields-ucomm.
WHEN 'FC01'.
-Do your code
AT SELECTION-SCREEN OUTPUT.
SET PF-STATUS 'Z***'.
‎2013 Sep 23 9:38 AM
Some remarks :
Regards,
Raymond
‎2013 Sep 23 9:19 AM
Hi,
There are 2 questions here.
1.Display an execute button in your report
2.Download table entries.
For Part 1.
For Part 2.
Please supply more information about your requirement.
Hope this helps.
Abraham
‎2013 Sep 23 11:02 AM
Hi Starlet,
My requirement is -
Selection screen should have business area having multiple selection option.Also it must have a execute button which will download all RICEF id related BRF table entries for the selected business area.
If only one business area is selected the name of the downloaded file should be as follows:
Example for RTC, it will be RTC_BRF_Value Table_Date(09/16/2013)
If all are selected then, it will be BRF_Date (09/16/2013)
Downloaded file can be a text file.
Please Help...
‎2013 Sep 23 2:01 PM
Hi Umesh,
As far as I can understand from your above requirement please view these pointers.
...download all RICEF id related BRF table entries for the selected business area.
I understand this is a basic report program. Go ahead and start working on the program.
GOOD LUCK
Hope this helps.
‎2013 Sep 24 10:56 AM
Hi Starlet,
Can you please explain point no.4 in detail,If possible with an example.
‎2013 Sep 24 11:41 AM
Hi Umesh,
Point # 4
This is your basic report logic here. I am not fully versed with your requirement. But I will help as much as I can.
I guess you will have to start working and let us know when you get stuck at some point.
There are lot of posts on SCN on GUI_DOWNLOAD and related FMs.
Hope I helped.
Abraham