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,899

hi experts

i develop enhancement in that i append structure in afru table.

when transfering requset dev to production there is error

abap dictionary activation .

thanks

ajay

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
1,324

go to transaction SE14 and Choose Edit and then choose Activate and Adjust Database

9 REPLIES 9
Read only

former_member156446
Active Contributor
0 Likes
1,325

go to transaction SE14 and Choose Edit and then choose Activate and Adjust Database

Read only

0 Likes
1,324

hi

problem not solve.

see below error.

Activate table ZZAFRUD

Field RPM: Component type or domain used not active or does not exist

Nametab for table ZZAFRUD cannot be generated

Table ZZAFRUD was not activated.

structure zzafrud is active but in error it shows not active.

i used domain zrpm it also active.

thanks

ajay.

Read only

Former Member
0 Likes
1,324

what error does it give, Check the Enhancement category of the table, thru extras menu option,

Read only

0 Likes
1,324

hi

i used afru table and append structure zzafrud and add 5 fields

when i transfer req from dev to pro erroer is comming.

i used se14 but not solved.

error.

Activate table ZZAFRUD

Field RPM: Component type or domain used not active or does not exist

Nametab for table ZZAFRUD cannot be generated

Table ZZAFRUD was not activated

thanks

ajay

Read only

0 Likes
1,324

Hi,

Please check the data elements and domain used for the five fields are active or not.

If not then activate the same and then adjust the table via SE14.

Incase it is workign in development and not in production; then check whether the data elements and domains used for the 5 fields are also transported to production.

Probably the domain or data element for field RPM is missing.

Regards,

Ankur Parab

Read only

0 Likes
1,324

Activate table ZZAFRUD Field RPM: Component type or domain used not active or does not exist Nametab for table ZZAFRUD cannot be generated Table ZZAFRUD was not activated

Here is the problem:

How did you define field RPM in structure ZZAFRUD, check what data element/domain you used.

to confirm the analysis delete RPM and tru actiavting it shd work.

After it gets activated dont forget SE14 Adjust.

Read only

0 Likes
1,324

hi

data element and domain created by me.

zrpm domain

no of char = 13.

data type = dec.

decimal places = 2.

op lengh = 17.

should i delet the domain and again create it?

thanks

ajay

Read only

0 Likes
1,324

Hi,

Just check whether the data element and domain are active.

Incase not then activate them.

If they are not present in production then first transport them to production and once again retransport the old request.

Regards,

Ankur Parab

Read only

0 Likes
1,324

make sure what ever custom object u used for this purpose are activated and are assigned in a transport request data element append str. every things.