2008 May 27 2:51 PM
Hi,
I have created select-options in a seperate program and i have called the subscreen in module pool program.
I dont have any problem with the display of select-options but whatever the value given is not getting in to the program. Hw to solve this problem
Assured Points
Thanks in Advance
Jai
hi,
did you declare that in top include?
if not declare it globally.
In stead of subscreen, try to do with screen itself.
Create screen like this.
selection-screen begin of screen 300.
selection-screen begin of block b1 with frame title text-000.
select-options : so_ebeln for v_ebeln modif id g1,
so_vbeln for v_vbeln modif id g2.
selection-screen end of block b1.
selection-screen end of screen 300.
Call this screen : in PAI of ur another screen.
call selection-screen 300.
Regards
Sandeep REddy
2008 May 27 3:00 PM
Hi ,
Can you please bring bit more clarification to your query?
Thanks,
swathi
2008 May 27 3:00 PM
2008 May 27 3:12 PM
hi,
did you declare that in top include?
if not declare it globally.
In stead of subscreen, try to do with screen itself.
Create screen like this.
selection-screen begin of screen 300.
selection-screen begin of block b1 with frame title text-000.
select-options : so_ebeln for v_ebeln modif id g1,
so_vbeln for v_vbeln modif id g2.
selection-screen end of block b1.
selection-screen end of screen 300.
Call this screen : in PAI of ur another screen.
call selection-screen 300.
Regards
Sandeep REddy
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |