2009 Feb 19 3:13 PM
Hi I have a small doubt,
my requirement is to call a form by using perform.
performs names are like doit1,doit2,doit3.....
we dont know which to call initally and we have to cal them dynamically based on selection criteria.
is it posiible to cal them like
perform doit(number to put dynamically: like concatenating to doit) .
pls help it out, i wil be thankful...........
2009 Feb 19 3:17 PM
Sure.
PERFORM (l_s_rule-z-zrulecrit)
IN PROGRAM
(sy-repid)
USING....
2009 Feb 19 3:21 PM
Please press F1 on PERFORM and search the forum before asking.
Rob