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

View cluster cannot be created

Former Member
0 Likes
1,297

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,041

Hi Suresh,

Check the package, the function group belongs to. add it in a global package like /XXAB/ and not Z.

Regards,

Akhila

Read only

Former Member
0 Likes
1,041

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

Read only

Former Member
0 Likes
1,041

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

Read only

0 Likes
1,041

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 ?

Read only

0 Likes
1,041

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

Read only

Former Member
0 Likes
1,041

hi

pls check the link with same error details:

www.sapfans.com/forums/viewtopic.php?f=13&t=71008

Read only

Former Member
0 Likes
1,041

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