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: 

Dynamic Perform naming......

Former Member
0 Kudos
113

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...........

2 REPLIES 2

Former Member
0 Kudos
84

Sure.

PERFORM (l_s_rule-z-zrulecrit)
        IN PROGRAM
          (sy-repid)
        USING....

Former Member
0 Kudos
84

Please press F1 on PERFORM and search the forum before asking.

Rob