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: 

ZTABLE Not Getting Activated

Former Member
0 Kudos

Dear Experts,


I am facing a problem , i had a requirement to change the Data element from NUMC to Decimals i tried doing that when revert the changes, if i try activating the table it is giving me an information message Table ZXXX does not exist in the database, And also tried activating in SE14 But it is showing an error messages As Mentioned Below And I Found a thread http://scn.sap.com/thread/3662751   and i followed activating through program but couldn't come out of this mess, so experts can any one of you suggest me how to solve this problem.

Thanks & Regards,

uday..,

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Well the table was saved in a temporary table (the QCM table)  but your new version of source is no longer able to contain the saved data (some overflow occurs during copy) so either

  • Adapt again the source (increase field definition) reactivate and adjust database keeping data
  • Adjust database removing data, you may be required to execute DB_DROP_TABLE or similar FM to drop the QCM table

Hint: In SE14 display the log for the conversion (Extras, Logs) you should find the exact QCM table name.

Regards,

Raymond

9 REPLIES 9

Ashg1402
Contributor
0 Kudos

Hi,

In the thread which you have given contains 3 options to solve the issue.

Which options did you try?

Former Member
0 Kudos

Hi Ashish,

I Followed the first option: i run the program RADCVBTC along with parameters required , soon after execution it is going in dump

Error analysis

   An exception occurred that is explained in detail below.

   The exception, which is assigned to class 'CX_SY_CONVERSION_OVERFLOW', was not

    caught in

   procedure "DEF_MAP" "(FORM)", nor was it propagated by a RAISING clause.

   Since the caller of the procedure could not have anticipated that the

   exception would occur, the current program is terminated.

   The reason for the exception is:

   A value generated during processing is too large for the

   field "QCM8ZMMT_PO_WA-VAT" of the program "%_T00015".

Best,

uday..,

matt
Active Contributor
0 Kudos

What about the other two options?

Former Member
0 Kudos

Dear Expert,

I couldn't able to do any thing with the custom table in SE11, It is throwing me an information message Table ZXXX does not exist in the database can any one guide me how to over come this issue.

Thanks & Regards,

Uday..,

matt
Active Contributor
0 Kudos

You probably need to ask Basis to help you at database level.

0 Kudos

Hi Uday,

Go to tcode sm14 and check whether update is active or inactive. If inactive ask basis to activate.

Thanks.

raymond_giuseppi
Active Contributor
0 Kudos

Well the table was saved in a temporary table (the QCM table)  but your new version of source is no longer able to contain the saved data (some overflow occurs during copy) so either

  • Adapt again the source (increase field definition) reactivate and adjust database keeping data
  • Adjust database removing data, you may be required to execute DB_DROP_TABLE or similar FM to drop the QCM table

Hint: In SE14 display the log for the conversion (Extras, Logs) you should find the exact QCM table name.

Regards,

Raymond

0 Kudos

Dear Raymond Sir,

Thanks for your help , issue Has been Resolved.

Thanks & Regards,

uday..,

Former Member
0 Kudos

Hi,

Try this.

Option 1: Run ABAP Program RADCVBTC.

Option 2 : Instead of changing the existing domain decimals length, first delete the field from the custom table and move the transport across all the systems and then create the field with the deleted field name with required data type and move the transport2 across all the systems. Be Sure transport 1 and Transport 2 move one after another .

Thanks,

Priya