2008 Apr 03 8:57 PM
2008 Apr 03 9:06 PM
Try this:
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(10) TEXT-001 FOR FIELD P1.
PARAMETERS: P1 LIKE SAPLANE-PLANETYPE, P2(5), P3(1).
SELECTION-SCREEN END OF LINE.
Thanks,
SKJ
Hello!
How can I put two parameters in one line?
thanks!
2008 Apr 03 9:00 PM
Hi,
You can put two parameters in the line specifying the selection screen position or position the parameters between begin of line and end of line.
Example
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(10) TEXT-001.
PARAMETERS: P1(3), P2(5), P3(1).
SELECTION-SCREEN END OF LINE.
Regards,
Chithra
Edited by: Chithralekha P S on Apr 4, 2008 1:32 AM
2008 Apr 03 9:02 PM
hi check this ....it will give the parameters alignment
http://sapprograms.blogspot.com/2008/04/selection-screen-parameters.html
regards,
venkat.
2008 Apr 03 9:06 PM
Try this:
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(10) TEXT-001 FOR FIELD P1.
PARAMETERS: P1 LIKE SAPLANE-PLANETYPE, P2(5), P3(1).
SELECTION-SCREEN END OF LINE.
Thanks,
SKJ
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |