Skip to Content
0
Former Member
Dec 05, 2006 at 09:44 PM

How the user selection values comes into picture at "At selection screen "

33 Views

I have

PARAMETERS: p_monat LIKE zgxmit-zmonat DEFAULT sy-datum+4(2). "Period

I want to know that

If the user enters values on selection screen ( say parameter p_monat value he entered as '03' ),

In At selection screen on <field>, this parameter p_monat '03' value is available or sy-datum+4(2). (=12) is available ?

If this p_monat value comes into picture only after start-of-selection ,

then

How can I made available this p_monat should get with in In At selection screen on <field> ?