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: 

ABAP dump when use t-code:se16 to see Z tables

Former Member
0 Kudos

Hi guys

    I create one add on Z* table(for example tabel name is: ZTAB_01) in develop environment and active it.

when i transfer the table from Develop environment to Test environment,tabel dump when use se16 to see it.

Error message with:

SE16: Syntax error in program "/1BCDWB/DB<table name> "

and show table is not active in abap dinctionary.....

        anyone konws what is... ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Andy wei,

I had same issue before

Problem : Basically, the short dump came because, once you created the TMG view.

You have changed anything in the custom structure after the activation in table. In the development server, it will shows activate while you transport from development server to Quality server. It unable to transport and it will shows some error messages as primary key fields are not activated and it will activate partially.

Solution : After change the structure fields then try to regenerate the TMG view and adjust the table in the utilites->adjust table.Before doing this things you can take back up the events code. When it is regenerate the TMG and everything will disappear. Take the back up the events code. Then this short dump or error messages won't come to the picture.

Thanks,

Sekhar

9 REPLIES 9

raymond_giuseppi
Active Contributor
0 Kudos

Look at the transport request  log of the table. Maybe some data-elements or domains are missing ?

Regards,

Raymond

wol
Active Participant
0 Kudos

It also can help to check the table database object and runtime object via SE11 Utilities.

Otherwise, post your table.

Regards,

Stefan

Former Member
0 Kudos

Hi Stefan

      Although i don't konw what happen now,but our basis team has resolve the problem~ tks

Former Member
0 Kudos

hi go to se14 there you give your table name and click on activate and adjust table then you transfer your table from development to quality server. this will work.

Regards,

Karthik

0 Kudos

Tks vinu,Our basis team resolve the problem~~ thank you very much

Former Member
0 Kudos

Hi Andy wei,

I had same issue before

Problem : Basically, the short dump came because, once you created the TMG view.

You have changed anything in the custom structure after the activation in table. In the development server, it will shows activate while you transport from development server to Quality server. It unable to transport and it will shows some error messages as primary key fields are not activated and it will activate partially.

Solution : After change the structure fields then try to regenerate the TMG view and adjust the table in the utilites->adjust table.Before doing this things you can take back up the events code. When it is regenerate the TMG and everything will disappear. Take the back up the events code. Then this short dump or error messages won't come to the picture.

Thanks,

Sekhar

0 Kudos

Hi Chandra   

    

     Yes~ I have change some table fileds before transport to QAS from DEV.


There is twice of my table status


Times   Table maintenance attribute                             TMG view
  1           Display/Maintenance allowed              Generate successful and transport to QAS OK
  2           Display/Maintenance not allowed        <Regenerate?>

My doubt is May I need to regenerate again when table maintenance attribute is Display/Maintenance

not allowed?

0 Kudos

Hi Andy Wei,

1) No, If you do the changes in the custom table any thing then you should adjust the table from the In se11 transaaction, utilities-> Database object->Database Utility

2) then, click on Activate and adjust database.

The above two points should do before the transport has to be move from Development to Quality Server.

If the above cases will not work then you should regenerate the TMG View and  do the above two points then you will not get any errors or short dumps.

I hope, the above two points are clear to you.

Thanks,

Sekhar

0 Kudos

Hi chandra

   you are right...I test again and find the solution as you said....