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

creatting a subroutine in a function module

Former Member
0 Likes
638

hai guurus i am creating a subrouitne in a function module

for this i used as

perform demo.

it ask me to create and when i clicked and created it created in f01 include and activated

but when i am activating the function module it says form demo does not exist

can any one asnwer me the query

thanx in advance

afzal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
606

Activate all the includes and main prog at ones

checkthe problem will be solved

3 REPLIES 3
Read only

Former Member
0 Likes
606

Hi,

Go to the main program of Function module from Attributes tab and see all the program in main program are activated or not.

Regards,

Satish

Read only

Former Member
0 Likes
606

Hi Mohammad

try to change your perform statement like this..


PERFORM DEMO IN PROGRAM prog.  "prog include program name

Read only

Former Member
0 Likes
607

Activate all the includes and main prog at ones

checkthe problem will be solved