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

Dynamic Perform naming......

Former Member
0 Likes
409

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
Read only

Former Member
0 Likes
380

Sure.

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

Read only

Former Member
0 Likes
380

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

Rob