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

Transporting tables error

Former Member
0 Likes
413

Hello ABAP Experts,

I am trying to transport tables. i get this below error.

-


error message:----


table ztable could not be activated.

E- Nametabl for the table ztable cannot be gneerated.

-


please help suggestions appreciated.

Thanks,

BWer

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
383

Please try activating manually using SE14.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
383

Hi,

First make sure all custom data elements and domains used in the table are transported and active. Many times custom data elements and domain created are with another transport request and if that is not transported, table activation will fail. You may get some clue from transport log about the reason for transport failure.

Regards

Anil

Read only

Manohar2u
Active Contributor
0 Likes
383

Normally once transported objects should get generated automatically.

Seems some of the components in the table are not active. Check manually by activating from SE11.

Regds

Manohar