‎2007 Feb 05 12:25 PM
Hi,
I am working on a program,which has a screen 100 with radiobuttons.
Followed by screen 200 which displays the ALV GRID.Data is filtered & displayed in the ALV.When the Print button of the toolbar is pressed,data needs to be passsed to smartform.after the smartform is displayed,the data is to be saved in the z table.
Please guide me this logic.I am getting confused.
This is very urgent.
Thanks.
‎2007 Feb 05 12:48 PM
Hi Sneha,
One question in Logic Flow: Data is displayed in ALV, then why u need to show in Smart Form?
1. Create one <b>Main Driver Program</b>, where generally u fetch the data.
2. Call Screen 100 with radio button.
3. Filter Data in driver program as per radio button selected in screen 100.
4. Display data in ALV in screen 200.
5. From the main driver program, call smart for and pass data in SF. And Display it.
6. After everything is okey, update data in z table.
Hope, this will solve ur problem.
Thanks,
Chetan Shah
‎2007 Feb 09 10:38 AM
after the smartform has been displayed,how will we update the z table.please advice.
‎2007 Feb 09 10:44 AM
write the insert command after calling smartform function module.
‎2007 Feb 09 12:12 PM
when I press the print button in the toolbar,my z table gets updated & my smartforms internal table is also sent data.I have calculated all the values for my z table in the perform which has been called when the print button is entered.
please let me know,how will i change the position of data in the program.Also since the smartform has no screen defined should I include it just after the smartform function module is called.
‎2007 Feb 18 12:46 PM