Wednesday 12 April 2017

Renaming objects in ABAP for Eclipse

If you want to rename ABAP classes, methods or variables you have two possibilities: Feel the pain or use Eclipse…

It’s pretty simple! Just right click on the object and choose “Rename”:

SAP ABAP Tutorials and Materials, SAP ABAP Cetifications, SAP ABAP Guide


SAP ABAP Tutorials and Materials, SAP ABAP Cetifications, SAP ABAP Guide

SAP ABAP Tutorials and Materials, SAP ABAP Cetifications, SAP ABAP Guide

But that’s not all – every reference will be renamed! So this is a killer feature if you want to move objects in your namespace…

Unfortunately this doesn’t work for function modules and function groups, there you need to use function module RS_FUNCTION_RENAME and update the references manually.

No comments:

Post a Comment