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 for table T007V

Former Member
0 Likes
588

Hi,

How can I find out table maintenance function group for standard SAP tables. If it does not exist then in which package should I create it.

Thanks,

Prateek

2 REPLIES 2
Read only

Former Member
0 Likes
514

Hi

There isn't any table maintenance program for this table, I suppose it's managed by some programs.

If you need to create one, u should create a TABLE VIEW for T007V and then generate a table maintenance program for this view, in this case you can use a custom function group.

Max

Read only

Former Member
0 Likes
514

Function Group are not assigned to tables... Function Group are assigned to Maintenance Views .. since no standard maintenance view exist for this table...

So no function group is associated...

You can create table maintenance for this table and assign any Z- Function Group u like..

Reward if usefl

Regards

Prax