‎2007 Jul 15 8:12 PM
hi , i have one doubt in parameters .
In selection screen i need to display the field qmdat as a parameter .here i need my requirment is that the field is given two times as the parameter declaration . is it possible
to have same field as other parameter ? i tried this but iam getting error message here .
‎2007 Jul 15 8:25 PM
You can declare two different parameters of same type but with different names.
like :
parameters: pernr1 type pernr_d,
pernr2 type pernr_d.
If u have to use two parameters of same type then u can also use SELECT-OPTIONS which is used for multiple records of same type..
It depends on the requirement...
Regards
Prax