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: 

nametab in customised tables

Former Member
0 Kudos

Hi experts,

          I am facing an error when transporting my request from one system to other system.

         The error is given below and how to rectify that error.

Table ZTAB_ATTACHMNTS1 could not be activated
(E- Nametab for table ZTAB_SECTIONS cannot be generated )
(E- Nametab for table ZGTRACK_MAIN1 cannot be generated )
Nametab for table ZTAB_COMMENTS1 cannot be generated
Nametab for table ZTAB_FORCAST1 cannot be generated
Nametab for table ZTAB_STATUS1 cannot be generated
6 REPLIES 6

Former Member
0 Kudos

Dear venkat,

Active the table using se14 Tcode and check.

Regrads,

Siva rama krishna mohan G.

0 Kudos

Hi Siva,

Sorry for the late reply.

Its working fine now after activating all the tables in SE14 Tcode.

Thanks for your help

TuncayKaraca
Active Contributor
0 Kudos

@Venkat

Check SAP Note 818595 - Deletion and recreation of objects with the same name

Initially, the object to be deleted cannot be deleted because it is being used. The newly-created object therefore cannot be activated because of the naming conflict, and all dependent ones that are already using it also get errors, because the object does not yet actively exist.

Only during the second delete attempt is it then deleted, because any users here are no longer considered. The newly-created object and the dependent ones can then be activated in a separate phase.

However, the error here was that the dependent ones no longer came in turn. They were therefore incorrect and also appeared as errors in the final log.

It seems there is an inconsistency objects in your transport for source and target systems.

Former Member
0 Kudos

Hi

Reset to development.

Save and activate all data elements, domains, technical settings and the table definition again.

Re-Transport the request.

Regards,

Xineohpi

Former Member
0 Kudos


Dear venket

Just follows the below steps,


Step 1: hav save (Ctrl+S) under the Package - Domain, dalaements and tables with technical settings
Step 2: Check (Ctrl +F2) and activate (Ctrl+F3) for all the objects
Step 3: Go to Transport request movement and transport your Modifyable objects (ABAP work bench object)


Thanks and regards

Periyasamy S

keyur_pawar
Active Participant
0 Kudos

Hi,

Might be,

ZTAB_SECTIONS

ZGTRACK_MAIN1

ZTAB_COMMENTS1... these are your Data Elements OR Domains,

which are not activated properly,

Plz check them....

And If even error occur then adjust table through SE14.

Thanks

KP