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

Custom Table coversion problem

Former Member
0 Likes
529

Hi Experts,

I have custom table e.g. ZTEST which requires to change the key fields. I tried to follow the conversion table steps. Here I am confused. In Dev environment, I rename ZTEST To QCMZTEST at database level. There is no runtime (dictionary) object. How could I get runtime (dictionary) object for QCMZTEST? Do I need to create inactive version of dictionary object for QCMZTEST? Without dictionary object QCMZTEST, I can't write ABAP program to copy data back to ZTEST table.

Thanks,

Sajjad

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
494

Do I understand correctly that you are performing these steps all yourself? This is actually done by transaction SE14, there is no need to create own QCM tables or conversion programs.

Thomas

Read only

0 Likes
494

Yes, you are right. I am performing all these steps. How could I use SE14 to create QCM table and copy data from QCM to actual table?

Thanks,

Sajjad

Read only

0 Likes
494

This is all well explained in SAP online documentation.

Here is a starting point:

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f1ab446011d189700000e8322d00/frameset.htm

Thomas