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: 

Subroutine name not updated in PRD but the program still can run okay

Former Member
0 Kudos

Hi ABAP Experts,

I renamed the subroutine 'POPULATE_FILE_LEANNE' to 'PREPARE_CSVFILE' and transported the change to PRD but it is still not updated in the subroutine tree. However, syntax checking shows no error and the program can run without errors. I did activate the include first then the main program in DEV before releasing the transport.

Could you please suggest me an idea how to do it correctly ?

On this below picture, PRD is on the left and DEV is on the right.

Thanks in advance,

Danny

1 ACCEPTED SOLUTION

madhankumardham
Explorer

Hi Danny,

Did you try to rebuild the object list for the program.

I think it will help.

Thanks.

Madhan.

2 REPLIES 2

madhankumardham
Explorer

Hi Danny,

Did you try to rebuild the object list for the program.

I think it will help.

Thanks.

Madhan.

0 Kudos

Hi Madhan,

Thanks for your tip. The subroutines are refreshed now.

Regards,

Danny