2009 Dec 16 3:23 AM
Hi All,
I have a requirement where in i need to add subscreen in the main selection screen.
In the subscreen i need to display the values from a standard table in the ALV-Grid format.
But the data in the ALV-Grid should be displayed on giving the selection criteria in the main screen. the values should be displayed automatically without giving any user command.
Please help me in this regard.
Thanks in advance.
Nirmala.
2009 Dec 16 4:56 AM
Hi Nirmala,
As per my understanding on your posting, you can create a selection block below your main screen.
You can use AT-SELECTION SCREEN OUTPUT event to code. Because selection screen number 1000 is a standard one.
Or you need the F4 help for the fields put up in the new selection block based on the values from fields of main screen.
Could you please be more clear and specific on your requirements so that we can help you.
Rgds,
JK
Hi All,
I have a requirement where in i need to add subscreen in the main selection screen.
In the subscreen i need to display the values from a standard table in the ALV-Grid format.
But the data in the ALV-Grid should be displayed on giving the selection criteria in the main screen. the values should be displayed automatically without giving any user command.
Please help me in this regard.
Thanks in advance.
Nirmala.
2009 Dec 16 4:56 AM
Hi Nirmala,
As per my understanding on your posting, you can create a selection block below your main screen.
You can use AT-SELECTION SCREEN OUTPUT event to code. Because selection screen number 1000 is a standard one.
Or you need the F4 help for the fields put up in the new selection block based on the values from fields of main screen.
Could you please be more clear and specific on your requirements so that we can help you.
Rgds,
JK
2009 Dec 16 7:35 AM
The issue is solved for the ALV-grid. i created a custom container and am able to display it.
i have another issue in the same program. i have a selection block in the main screen, its has 4 input fields. on entering the values in the 3 input fields the data should be calculated and displayed accordingly in 4th input fields which would be visible on screen and thn on clicking execute button the program should be executed. how can i get the value in 3rd input field.
please help.
2009 Dec 16 7:57 AM
Nirmala,
You can use the AT-SELECTION SCREEN event for filling the 4th input field.
Enter the first three values and when you press enter, this event will be triggered.
So that u can fetch/calculate the value for the 4th input field.
Oh, you want to split the output screen into two parts right, then you would have done in the right way using Container.
Rgds,
JK
2009 Dec 16 8:15 AM
thanks for the replies.
should not use enteror other usercommand. is it possible to get values on enterin the 3 values.
2009 Dec 16 8:25 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |