Application Development 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: 

Problem in calling the Form statement.

Former Member
0 Kudos

Hi All,

I have created one include in which i am calling one subroutine. And the FORM is called in the another new include.

Now the problem is i have moved this to the testing box, and in the testing system when i click on the perform statement, the FORM is not accesible, i am getting error as "Subroutine XXXX does not exist. Create Object?".

But the same when i do it in the development box it is working fine. When i click on the perform it is going the the form statement correctly.

I have moved all the relavent includes properly to the testing box.

Please let me know what may be the problem.

Waiting for the reply.

Regards,

Santosh

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Santosh,

You can try to regenerate the navigation index for the program & check.

Goto main program(SE38) --> Source Code Editor --> Utilities --> Update Navigation Index.

BR,

Suhas

4 REPLIES 4

Former Member
0 Kudos

Hi Santosh,

You say that you created a PERFORM in say include A, & the FORM is called in include say B. This implies that the include B is not tranported to testing box.

Check if it is transported.

Regards

Abhii

0 Kudos

Hi Abhii,

I have transported all the related includes. Then also i am getting the issue.

Regards,

Santosh

Former Member
0 Kudos

There is some issue during transport only .

Why not you place the form in same include and try.This will be best option.

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Santosh,

You can try to regenerate the navigation index for the program & check.

Goto main program(SE38) --> Source Code Editor --> Utilities --> Update Navigation Index.

BR,

Suhas