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

Rename Data Elements

Former Member
0 Likes
7,520

Hello,

to get a better structure in the created and already used Data Elements I would like to rename them.

Is it possible to change the name somewhere.

Many thanks

Markus

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,645

Prashant's is the safest solution.

Here is an unsafe one. This can do the processing in Mass, through a program.

In se37 , explore the functions RPY_dataelement*.

Caveat Emptor- that is 'use at your own risk'.

8 REPLIES 8
Read only

Former Member
0 Likes
3,645

Hi,

I think you can not Change the Name of Data element that are already created.

But if you want ot Modify that,the better you Copy that data

element and give the desire name of copied vaersion and Change whatever you want and activate it

Regards,

Sujit

Read only

0 Likes
3,645

Hi Markus,

Sujit is right. One cannot rename an existing Data Element, simple for one reason - its existing usage in multiple tables/screens/structures! Renaming may give rise to a lot of inconsistencies.

A better option would be exactly what Sujit recommends. To create a new Data Element with a name of your choice, but maybe copied from the original one.

Its still better to check if your structure is already being used (directly or dynamically) on any screen/program/table. You may have to do follow-up corrections/changes on these objects too.

Cheers

Rekha

Read only

Former Member
0 Likes
3,645

This message was moderated.

Read only

Former Member
0 Likes
3,645

Hi markus,

It is possible to change the Name of Data element that are already created, but its not advisable to do so because its existing usage in multiple tables/screens/structures Renaming may give rise to a lot of problem and you will not be knowing in how many tables/screens/structures its being used and where , so the best solition is what Sujit has give i agree with him .

Hope you got the answer .

Cheers

Fareed

Read only

Former Member
0 Likes
3,645

Hi markus,

go for the link>

[http://help.sap.com/search/highlightContent.jsp]

\

thnks

Anurodh

Read only

Former Member
0 Likes
3,645

This message was moderated.

Read only

Former Member
0 Likes
3,646

Prashant's is the safest solution.

Here is an unsafe one. This can do the processing in Mass, through a program.

In se37 , explore the functions RPY_dataelement*.

Caveat Emptor- that is 'use at your own risk'.

Read only

summerwaif643
Newcomer
0 Likes
3,645

Hello, for future viewers, you're better off to:

Right click -> copy -> change name.

This will copy the current data element in the same package, as a non-activate data element, which is good if you want to further modify it. But AFAIK there is no renaming / refactoring in SAP for data elements or domains.