Hi All,
I have a issues with PARAMETER display in Selection-Screen.
I had declared one of my parameter field as below:
<b>PARAMETERS: p_int LIKE z100-int.</b>
Here in Selection-SCreen output it is not displaying <b>F4</b> help, So that i can select INT value from list of Z100-INT.
Can anybody tell me how can we do this.
here we have to use <b>ZTable</b> only.
But if declare another Field parameter as below:
<b>PARAMETERS: P_BSARK LIKE VBKD-BSARK DEFAULT 'EDI'.</b>
It is giving <b>F4</b> Help.
Can anybody give the solution!
Thanks in advance.
Thanks & Regards,
Prasad.