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

finding the include program of the sub routine

Former Member
0 Likes
848

Hi All ,

Is there a way to find the include porgam of the sub-routine in Function group , i have the sub routine i have to find which include prograom of FG

Thanks

Vinay kolla

Hi All ,

Is there a way to find the include porgam of the sub-routine in Function group , i have the sub routine i have to find which include prograom of FG

Thanks

Vinay kolla

4 REPLIES 4
Read only

Former Member
0 Likes
681

Hi,

Just double click on the Perform Statement. It will take you to the code of the subroutine. Wherever this code is there, that is the Include program of your subroutine.

I hope I did not misunderstood your question!!!!

Regards,

Lalit

Read only

Former Member
0 Likes
681

Hi,

Click on the Find button on the top toolbar.

Enter the string what you want to find and select the radio button "In main program".

If the string is available it will be displayed.

Regards,

Subramanian

Read only

0 Likes
681

I want put that in program , i have sub routine name of FG i need to find ion which include its coming from

i have debuuged the double clicking the sub-routine and tried to find the code but was unable to figure out anything .

Any help will be much appriciated

Thanks

Vinay Kolla

Read only

Former Member
0 Likes
681

Hi,

One more technique is :

Just keep the Cusor on the the FUNCTION MODULE name and Clik Where Used button on the MENU and then select the INCLUDE programs ... it will show u the INCLUDE PROGRAM names........ check for the required one...

regards,

Jay.