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

Programmatically copy a deep structure - exactly.

Former Member
0 Likes
1,276

Hi all,

I have the following problem. I would like to create a deep structure in the data dictionary as a copy of an existing deep structure. The deep structure in question is "BUS_EI_EXTERN".

I have found function module DD_TABL_COPY, however it is flagged as obsolete. Anyone know it's replacement or another function that does the same thing? I like this function because it doesn't ask you for a change request!

Also, does anyone know how to programatically delete a table definition in the dictionary?

Thanks,

Walter

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
738

Hi Walter,

Which SAP version are you using now?

It seems fine in ECC 5.0 for FM DD_TABL_COPY.

Please check this FM DD_TABL_UNI_COPY perhaps it may help.

Also try this program RADCVBTC to delete table definition.

Regards,

Ferry Lianto

3 REPLIES 3
Read only

ferry_lianto
Active Contributor
0 Likes
739

Hi Walter,

Which SAP version are you using now?

It seems fine in ECC 5.0 for FM DD_TABL_COPY.

Please check this FM DD_TABL_UNI_COPY perhaps it may help.

Also try this program RADCVBTC to delete table definition.

Regards,

Ferry Lianto

Read only

0 Likes
738

Thanks Ferry, that's helped a lot - max points!

Regards

Walter

Read only

Former Member
0 Likes
738

Try this: DD_DTEL_COPY or DD_DOMA_COPY