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: 

Mass updataion of Domain , Data element

Former Member
0 Kudos

Hi ,

My requirement is like this , I want to update mass update due to some customer name space. With table , Data element , Domain .

Please suggest any program for Mass Updatation.

Eq . I have one table - ZMARA

In this i have lot filed with ZA , ZB, ZC.

I want to update all Z Field like ZA,ZB,ZC to YA,YB,YC along with there Z data element , Z domain to Y name space.

This is simple example .

Such type object i have more 30000 .

Please suggest any programatically way for that.

Regards

Durgesh

1 ACCEPTED SOLUTION

SuhaSaha
Advisor
Advisor
0 Kudos

You can use the Repository Info System (trxn. SE84) for mass updation.

1. SE84 --> ABAP Dictonary --> Select Domain / Data Element node.

2. In the resultant selection-screen input the element names & execute.

3. Select the elements from the list displayed & then from the menu select Generate / Activate (CtrlShiftF5)

Hope this helps.

BR,

Suhas

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

What i understood from your question is you want a mass change of namespace for z domain and z data element

in some Z tables.

But they might be already used in so many programs which will go to dump after this change unless you

change all the programs as well.

Former Member
0 Kudos

Yes Gautum ,

After that i need to change all program , FM, and Class .

Its big project.

But i am looking any way to update directly in Data element , Domain table via programatically or Mass update.

Regards

Durgesh

SuhaSaha
Advisor
Advisor
0 Kudos

You can use the Repository Info System (trxn. SE84) for mass updation.

1. SE84 --> ABAP Dictonary --> Select Domain / Data Element node.

2. In the resultant selection-screen input the element names & execute.

3. Select the elements from the list displayed & then from the menu select Generate / Activate (CtrlShiftF5)

Hope this helps.

BR,

Suhas

Former Member
0 Kudos

Dear ,

Problem is not solved .

Mass updatation is happened -

Again i explan scenario ,

ZABC is one table

Filed Data element Domain

ZANAME /PANAME /DANAME

this i is only one scenario Here i want to update all fileld, Domain , Data element to new name space like

ZXNMAE /XNAME /XANAME

this should happen in all table where is using customer name and should be change in new name space . Letter on i chagne in all program.

Regards

Durgesh

0 Kudos

Sounds very complex, there is nothing in the standard that I know about. As you already said, it's a big project, nothing that can be solved via forum posts, in my opinion. Did you check for 3rd party tools?

Maybe SAP themselves can do it for you, for a nice fee obviously...

Thomas

P.S. just think about moving all the data inside the DB tables if you rename the field names...