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

How to create Object for subroutine

Former Member
0 Likes
1,007

Hi experts,

I have this ABAP program created with subroutines and once I double click subroutine name get_data (ex. PERFORM get_data) it will automatically point me in FORM get_data, and this is working in DEV. Once this program transported (succesfully) in QAS, there was an error (Subroutine get_data does not exist. Create Object?) , is there any step I probably missed in creating subroutine in DEV? Please help.

Thanks,

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
755

Hello Deo,

Are the soubroutines include in the same program or you have defined a separate include for them?

1. If a separate include, then check if that include has been transported to QAS.

2. If the same program, then try to update the navigation index. In the SE38 editor:

Utilities --> Update Navigation Index

Hope this helps.

BR,

Suhas

Hi experts,

I have this ABAP program created with subroutines and once I double click subroutine name get_data (ex. PERFORM get_data) it will automatically point me in FORM get_data, and this is working in DEV. Once this program transported (succesfully) in QAS, there was an error (Subroutine get_data does not exist. Create Object?) , is there any step I probably missed in creating subroutine in DEV? Please help.

Thanks,

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
756

Hello Deo,

Are the soubroutines include in the same program or you have defined a separate include for them?

1. If a separate include, then check if that include has been transported to QAS.

2. If the same program, then try to update the navigation index. In the SE38 editor:

Utilities --> Update Navigation Index

Hope this helps.

BR,

Suhas

Read only

Former Member
0 Likes
755

Hi Sir,

Thank you very much, I did what you've said and it works.... GOD Bless and more power...