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: 

Table activation(Domain and data element)

Former Member
0 Kudos

Hi ,

We have one z table which is moved to the subsequent clients(Development-Quality-Prouction)

While the transports request are moved they few of the data element and domain shows partly active.

Which causes Other developments to be bombed and when we activat those domains and data elements although its activated the subsequent development is still in bombed case. And when this tr moves to next client it behaves the same.

Any pointer will be higly appreciated.

Thanks

Mohinder Singh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Mohinder,

Please do the following

(1) Check the domain,data elements , table in development server to see if they are partially active..

if they are,check syntax errors for all and you may get a proper reason

(2) If they have no syntax errors and are completely active

check the transport request to see if all data elements,domain and the ztable is collected properly...just run a check in se01..take the required transport request -> request/task on the top menu -> complete check -> perform the 3 task one by one ..object syntax/check request consistency/display inactive objects..even for released requests....

if there are inconsistencies..recollect the corrected dataelements,domains,table in a fresh request and transport again

(3)if you are having problems in a higher landscape devp->quality->pdn..then definitely some errors must be shown in the transport request....check the error in transport log..in se01 -> enter the request which gives errors -> clcik on "transport logs" ctrlshiftf12 -> errors are marked in red..check the description and do the needful correction..if you are not able to interpret the error..ask your basis consultant to help you out

Pls check,revert and reward if helpful

Regards

Byju

4 REPLIES 4

Former Member
0 Kudos

Hi Mohinder,

Please do the following

(1) Check the domain,data elements , table in development server to see if they are partially active..

if they are,check syntax errors for all and you may get a proper reason

(2) If they have no syntax errors and are completely active

check the transport request to see if all data elements,domain and the ztable is collected properly...just run a check in se01..take the required transport request -> request/task on the top menu -> complete check -> perform the 3 task one by one ..object syntax/check request consistency/display inactive objects..even for released requests....

if there are inconsistencies..recollect the corrected dataelements,domains,table in a fresh request and transport again

(3)if you are having problems in a higher landscape devp->quality->pdn..then definitely some errors must be shown in the transport request....check the error in transport log..in se01 -> enter the request which gives errors -> clcik on "transport logs" ctrlshiftf12 -> errors are marked in red..check the description and do the needful correction..if you are not able to interpret the error..ask your basis consultant to help you out

Pls check,revert and reward if helpful

Regards

Byju

Former Member
0 Kudos

Hi Mohinder,

Please check whether the data elelment and the domain are cative in thr transaported system or not. If you have the authorization to change in the transpoarted system, then go to the change mode and activate the domain and the data element. But from the next time onwards, be sure that the transport take place correctly.

If you do not have authorization to change in the transported system, the activate the data and the domain once again in the development server and transport the data elelment and the domain to the transported system, and check the SE10 transcation and find whether the transport has created the replica of the developmeny system or not. If nit then there will be the error in the transporting system and the error will be displayed in the RED. Go through the error and check whether the solution in the error log helps you to solve the problem. If yes the ok, otherwise you have to contact to the BASIS guys for the help as they look into the configuration of the transport system.

Reward point if found useful.

Regards.

Abhijit.

vinod_vemuru2
Active Contributor
0 Kudos

Hi Mohinder,

First check whether Domains, data elements and Ztables are active in Development system or not. If they are not active then activate and retransport.

If they are active then the probable reason could be u might be having defferent TRs for Domains, data elements and Ztables.

U have to move the lower level elements first i.e Domains and data elements and then higher level elements i.e Ztables.

eg: u have 2 TRs one for data elements and domains and onother for Ztables. If u move the Ztable first then ur higher system will not know the domains and data elements used in ur ztable and finally endup with errors. So take care of these things.

If this is also not the case then try to recollect all the objects in to one TR and retransport them.

Another thing is when u get errors in 2 system never transport

to still highr system. This may cause huge problems.

Thanks,

Vinod.

Former Member
0 Kudos

Hi Thanks a lot for reply