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

Generated Function Group from Maintenance Generator

Former Member
0 Likes
571

Hi,

I've run across what appears to be a Function Group that was generated using the Table/View Maintenance Generator in se11.  I say this just based off the contents I see (Function Modules of TABLEFRAME_<name> and TABLEPROC_<name>, a laundry list of generated includes, etc.

My question starts with as this Function Group is not descriptively named (I've seen the convention of using the view/table name as the starting point) I can't figure out what the was generated from.  Does anyone know a method I could use to figure out what this Function Group was generated for?  It's using a multitude of custom tables in it's include so I'm inclined to think it's for a view, but I couldn't say.

Thanks much,

-Chris 

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi,

Beside looking at the source code you can also take a look at the layout of the maintenance screen(s). The table control of the overview screen should use the dictionary structure of the source view/table.

Gabor

2 REPLIES 2
Read only

Former Member
0 Likes
508

Well, there could be more than one view used by the TMG. Look at the first dictionary structures for the function group in SE80. I think the relevant views will have work areas of the same name starting with an asterisk - *ZVIEWNAME.

Rob

Read only

Former Member
0 Likes
509

Hi,

Beside looking at the source code you can also take a look at the layout of the maintenance screen(s). The table control of the overview screen should use the dictionary structure of the source view/table.

Gabor