‎2009 Jun 20 6:45 AM
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
‎2009 Jun 20 6:49 AM
go to transaction SE14 and Choose Edit and then choose Activate and Adjust Database
‎2009 Jun 20 6:49 AM
go to transaction SE14 and Choose Edit and then choose Activate and Adjust Database
‎2009 Jun 20 8:26 AM
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.
‎2009 Jun 20 8:20 AM
what error does it give, Check the Enhancement category of the table, thru extras menu option,
‎2009 Jun 20 8:35 AM
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
‎2009 Jun 20 9:25 AM
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
‎2009 Jun 20 11:08 AM
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.
‎2009 Jun 20 11:55 AM
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
‎2009 Jun 20 11:57 AM
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
‎2009 Jun 20 6:49 PM
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.