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

abap dictionary activation problem when transfer request dev to prod

Former Member
0 Likes
1,948

hi experts

i develop infotype 9000 ..when transfering requset dev to production there is error ...

Field ZCARDNO : Component type or domain used not active or does not exit ..

Nametab for table PS9000 cannot be genarated ..

But i used domain it also active. SE14 Activate and Adjust Database this is all i have done ..

Still getting the same error.

9 REPLIES 9
Read only

Former Member
0 Likes
1,481

Hi,

check the data element and domain of your ZCARDNO field.

Do them exist on destination system and are active?

Do you have them is transport request you are importing?

Usually such exception is caused, when you have data element in a different transport request

- in development system it works, but it causes errors during importing.

Regards,

--

Przemysław

Read only

vinod_vemuru2
Active Contributor
0 Likes
1,481

Hi,

You have already got a reply for the reason. Solution is, include data element, domain and table into a new TR and transport this. It will work fine.

Thanks,

Vinod.

Read only

Former Member
0 Likes
1,481

Hi

You said you are getting the below error...

Field ZCARDNO : Component type or domain used not active or does not exit ..

the answer is there in the above message.. please check the domains or data types whether active or not...

Thanks

Krishna D

Read only

0 Likes
1,481

Hi,

please check the domains and data types whether active or not in Production.

Try to activate the related domain and data type involved if not already active in Production.

If you cannot activate in production, then include all the objects related to the info type i.e domain, data elements, etc in a transport request and then transport the request to production.

Hope this helps.

Regards,

Anish.

Read only

Former Member
0 Likes
1,481

Hi,

I guess you need to go to that domain and then you need to reactivate the domain and generate it once more. Have a look at the version management of the domain for all the changes. Many a times it happens that the generated objects goes to the erroneous state and hence you will get these kinds of errors.

Also, check the database tables and run the Syntax checks, Extended Syntax Checks. Hope this will be able to resolve your problem. Also, keep a track of all the Transport Requests that are released. And also fix all the errors that are related to Transport Requests.

Hope this will help.

Thanks,

Samantak.

Read only

former_member418469
Participant
0 Likes
1,481

Hi,

Apart from activation you have to check:

Transport all the requests in order from QA to Prod which you have created for the particular table. If you have missed any request that will throw an error message.

Read only

0 Likes
1,481

Soleved ..thank you guys

Read only

0 Likes
1,481

Hi,

Can you share the way you solved this problem so that in future any one referring to this post can get a solution very easily.

Thanks.

Samantak.

Read only

Former Member
0 Likes
1,481

Soleved