2017 Jan 12 10:20 PM
Hello Everyone,
I am trying to impletment the below code. When I go to check the code, I receive an error stating that P_DATE has been already defined. Is there any way to have this defined globally so I can reference the same select-option on both selection screens?
selection-screen begin of screen 100 title TEXT-T03.
parameters: P_BUKRS like PAYR-ZBUKR obligatory,
P_HBKID like PAYR-HBKID obligatory.
select-options: P_HKTID for PAYR-HKTID,
P_DATE for SY-DATUM.
selection-screen end of screen 100.
selection-screen begin of screen 200.
parameters: P_FNAME(100) type c obligatory lower case,
urb RADIOBUTTON GROUP ac,
lrb RADIOBUTTON GROUP ac.
select-options: P_DATE for SY-DATUM.
selection-screen end of screen 200.
Hello Everyone,
I am trying to impletment the below code. When I go to check the code, I receive an error stating that P_DATE has been already defined. Is there any way to have this defined globally so I can reference the same select-option on both selection screens?
selection-screen begin of screen 100 title TEXT-T03.
parameters: P_BUKRS like PAYR-ZBUKR obligatory,
P_HBKID like PAYR-HBKID obligatory.
select-options: P_HKTID for PAYR-HKTID,
P_DATE for SY-DATUM.
selection-screen end of screen 100.
selection-screen begin of screen 200.
parameters: P_FNAME(100) type c obligatory lower case,
urb RADIOBUTTON GROUP ac,
lrb RADIOBUTTON GROUP ac.
select-options: P_DATE for SY-DATUM.
selection-screen end of screen 200.
2017 Jan 12 11:53 PM
Short answer....no. Longer answer...have two separate select-options values/variables/whiz-bangs and then have the value of which ever one you need assigned to a "global" variable you can then use for further processing. Keep in mind, this is REALLY old SAP tech and is well long-in-the-tooth now....like many of us who worked with this when it was "new". haha
2017 Jan 13 6:52 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |