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

Table Enhancement Transfer Problem.

Former Member
0 Likes
1,166

Dear ABAPer.

I have Added few field with the help of APPEND Structure  in VBRP and its working fine in Development Server but when I trying to transfer to another server I receive  error (  Nametab could not be generated error.)

_____________

Important point : -  My request get realised error occur while importing request.  

----------------------

Regards

Dheeraj.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,138

Hi Dheeraj,

Pls check whether all data element/domain correctly transported to new environment.

Regards,

Sudeesh Soni

7 REPLIES 7
Read only

Former Member
0 Likes
1,138

hi dheeraj,

go to tcode se14 and adjust the table

Read only

0 Likes
1,138

hello Mr.Abdul

I have adjust table through SE14 still it giving error while Importing request


Regards

Dheeraj.

Read only

rajkumarnarasimman
Active Contributor
0 Likes
1,138

Hi Dheeraj,

I think, there should be some data element/domain in the structure which also need to be included in the same TR.  Kindly check the same.

If any data element/domain used in the structure, save it in TR.  Consolidate all the objects in the same TR, release from Dev, import it into Quality and Production.

If you face the problem still, kindly share the full screenshot of the import error.

Regards

Rajkumar Narasimman

Read only

Former Member
0 Likes
1,138

You should go to the table in quality, try to activate it and see what errors you receive.

Do your fields start with 'ZZ' or 'YY'?

There could be a name conflict for that table.

Read only

Former Member
0 Likes
1,139

Hi Dheeraj,

Pls check whether all data element/domain correctly transported to new environment.

Regards,

Sudeesh Soni

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,138

This seems to be related to nametab, so check technical attributes of the table, look for "Data class" and check with basis (or look at existing tables in target system) is this data class is correct in the target system.

Regards,

Raymond

Read only

0 Likes
1,138

Thanks to all

I like to inform you  I have solve this problem with your Prompt Guidance

actually I have deleted entire Structure and created again with that structure I move its field`s domain element (All in one request) .