2007 Oct 01 8:06 AM
Hello all
How can I create in screen painter element that would look like SELECT-OPTIONS statment? I need component to input many single entries. If it's not possible that way than maybe I can use some FM that would be called when someone is 'clicking' on added by me button ?
Would be grateful for answers
2007 Oct 01 8:13 AM
Refer Rich's reply -
Also check these -
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba82335c111d1829f0000e829fbfe/frameset.htm
Regards,
Amit
Reward all helpful replies.
Hello all
How can I create in screen painter element that would look like SELECT-OPTIONS statment? I need component to input many single entries. If it's not possible that way than maybe I can use some FM that would be called when someone is 'clicking' on added by me button ?
Would be grateful for answers
2007 Oct 01 8:13 AM
Refer Rich's reply -
Also check these -
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba82335c111d1829f0000e829fbfe/frameset.htm
Regards,
Amit
Reward all helpful replies.
2007 Oct 01 8:14 AM
2007 Oct 01 8:17 AM
2007 Oct 01 8:19 AM
Hi Marcin..
Create a SELECTION-SCREEN with this syntax:
SELECTION-SCREEN: BEGIN OF SCREEN 10.
SELECT-OPTIONS : S_DATE FOR SY-DATUM.
SELECTION-SCREEN: END OF SCREEN 10.
Now this SELECTION SCREEN Can be assigned as the FIRST SCREEN in Module pool.
That means the first screen of a Module pool can be the Selection Screen.
<b>Reward if Helpful.</b>
2007 Oct 01 8:34 AM
You can make use of the fm:COMPLEX_SELECTIONS_DIALOG to create select options in dialog programming.
Regards
Gopi
2007 Oct 01 8:42 AM
Hi
Why cant u perform with the select-options key word in ur report???
Ok in screen painter do like this
Se51--> Report name --> screen number
click on the radio button Layout editor and goto change mode
Click on the Text Field onthe right of the pane and drag that on to the screen and double click on that screen and give ur table and field name like <b>mseg-werks</b> in the text field and save it
Regards
Pavan
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |