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: 

How to change the DOMAIN of a Data element ?

ankur_sharma16
Active Participant
0 Kudos

Hello Experts,

i need help. I want to change the domain of a data element.

Actually, my code renames the domain, which is fine, i did it by creating the new copy of domain with new name.

But the problem is how will i change the domain name which is being used in data elements.

Please help. <removed by moderator>.

Regards,

Ankur Sharma

Message was edited by: Thomas Zloch

1 ACCEPTED SOLUTION

ankur_sharma16
Active Participant
0 Kudos

Please Suggest me something.

7 REPLIES 7

Former Member
0 Kudos

SE11->DataType->Change?

0 Kudos

Shravan, i mean programmatically, using codes. Is there any function module or any way of doing this ?

0 Kudos

Did you try FM DD_DTEL_PUT. This is how se11 does it. Just put a break point in SE11 while renaming/changing domain in a data element and you will see how to populate it. Fairly straightforward.

Regards,

Shravan

0 Kudos

I know this FM and i am trying to run the domain change in debug mode. But if you all get any advice please help me.

ankur_sharma16
Active Participant
0 Kudos

Please Suggest me something.

0 Kudos

Why dont you use RPY_DATAELEMENT_UPDATE?

Thanks,

Shambu

ankur_sharma16
Active Participant
0 Kudos

Thanks Shambu VS