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

Function group generation problem with customer namespace

Former Member
0 Likes
735

Hello Experts,

In my project, we are using a customer namespace /XXAB/.

I have created a table /XXAB/TAB1 and generated the table maintenance generator and saved it in a function group /XXAB/FUN_GRP.

I am facing the following problem when I try to generate the table maintenance generator:

1. The editor lock is automatically set by the system in the generated function group. Is it a normal behaviour?
2. There are two include programs that is automatically getting generated. /XXAB/LTAB1_FORM and /XXAB/LTAB1_ZZZ.

But when i create the same table in Z Namespace and generate the table maintenance generator in a Z package this problem doesn't occur.

Another problem that i face is, if i create a table maintenance generator for a maintenance view /XXAB/*, then the function group /XXAB/* is generated with the R3TR program type and FUGS object type. But if I create the same thing in Z*, then the system generates the corresponding maintenance modules in R3TR program type FUGR object type.

Because of this problem I am not able to create my View cluster using the maintenance view. The system generates the error message SV 700 = Maintenance modules of & are not in a transportable package.

Any idea on how to solve this issue?

Thanks and Best Regards,
Suresh

1 REPLY 1
Read only

Former Member
458

Problem solved. Function group names should not be /XXAB/X*. Because function group tries to create a include LX*. These includes are reserved for exits

Best Regards,
Suresh