Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

about parameters

Former Member
0 Likes
350

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 .

1 REPLY 1
Read only

Former Member
0 Likes
321

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