2008 Aug 12 3:49 PM
Hi,
In my selection screen i want an output like this...
a _______ to ________
b _______ to ________
c ____________
a and b will have a low and high but c needs to be just an input box.
how to define this ??
selection-screen begin of screen 0100 as subscreen.
selection-screen begin of block b4.
select-options: a for MARA-MATNR
......
how to define c ???
selection-screen end of block b4.
2008 Aug 12 3:52 PM
While declaring C variable use the
NO-INTERVALS clause..
select-option: c type xx no-intervals.
Hope this helps!
While declaring C variable use the
NO-INTERVALS clause..
select-option: c type xx no-intervals.
Hope this helps!
2008 Aug 12 3:52 PM
While declaring C variable use the
NO-INTERVALS clause..
select-option: c type xx no-intervals.
Hope this helps!
2008 Aug 12 3:57 PM
2008 Aug 12 3:59 PM
If i have understood the question correctly, i am surprised that you are asking this question. This is covered in the basic select-option declarations in SAP help documentation.
2008 Aug 12 4:00 PM
You can define like this,..
I took an example of date.
SELECT-OPTIONS: C FOR sy-datum NO-EXTENSION NO INTERVALS.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |