‎2012 Mar 19 7:49 PM
Hello Experts,
I am using a reserved customer namespace (/XXAB/) for my project.
In this namespace, I have created database table and maintenance views. Also, the table maintenance generator for these. Until this, it works fine.
But when i try to create a view cluster, I am getting the error message (SV 700), Maintenance modules of & are not in a transportable package.
But I have saved everything in a transportable package (workbench request). I have testing everything related to this view cluster. All are saved in a transportable package.
I am not able to understand the problem. When I debugged it, I am getting the error as Function group object type starts with FUGS (R3TR FUGS) instead of FUGR (R3TR FUGR). I am not sure if this is the exact problem.
Could anyone please help me here?
Thanks and Best Regards,
Suresh
‎2012 Mar 20 4:19 AM
Hi Suresh,
Check the package, the function group belongs to. add it in a global package like /XXAB/ and not Z.
Regards,
Akhila
‎2012 Mar 20 10:03 AM
Hi,
check your package and f.group as like akhila said and also refer the following links.
http://scn.sap.com/thread/911903.
Regards,
Gurunath Kumar
‎2012 Mar 20 10:31 PM
Hi Gurunath and Akhila,
I have read all the posts and checked everything. Nothing is in Z package or $TMP. Everything I have saved in /XXAB/* package. Is there any other helpful answer?
Best Regards,
Suresh
‎2012 Mar 21 4:43 AM
Hi Suresh,
FUGS : Function group with customer include
FUGR : Function group.
In the transport request please check which object is having R3TR - FUGS. Was their any manual entry of objects into the TR ?
‎2012 Mar 22 12:37 PM
Hi,
Yes. As you mentioned, it is set as R3TR FUGS in the transport request. There were no manual entry into the TR. But I didn't want to have it as FUGS. I wanted to have it as FUGR Because with FUGS i am not able to generate VIEW CLUSTER. Please let me know what to do?
Best Regards,
Suresh
‎2012 Mar 23 5:59 AM
‎2012 Mar 23 11:10 PM
Nope. I found the root cause.
I have entered the function group name as /XXAB/X_MATLOC.
SAP doesn't allow to create the function group /XXAB/X* manually. Because the table maintenance will generate LX* automatically which is totally forbidden in this case. If I give a different function group name like /XXAB/S_MATLOC, it agrees.
But when i entered the same while generating table maintenance generator, it didn't show any error. It shows the real problem if I try to create the function group manually with names /XXAB/X*.
Thanks all for your help!
Suresh