Application Development 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: 

Show Documentation in ViewCluster

0 Kudos

Hi.

1. any ideas how to show or add the documentation to the viewcluster(SE54) ?

I can create documentation for a single view or a single ddic table but the documentation is not availale in the viewcluster or in the SM30 view.

2. Any ideas how to add a single z-button to view insinde the viewcluster ?

The viewcluster is separated into left part=dialogstructure and right part=ALV with the view data/table.
I need a z-button in the right part of the ALV view data.

Thx,

Gordon

4 REPLIES 4

bpawanchand
Active Contributor
0 Kudos

Hi,

To answer your second point, whenever you need to create a view cluster you might always create a Table Maintenance Generator(TMG) so in this TMG you have a possibility to add button .

SE11 --> Mention the name of the view --> F6/F7 --> Utilities --> TMG --> Environment --> Modification --> Maintenance Screens

this leads you to SE51 interface where you have possibility to add button.

You can follow the same menu path to add your own event handling mechanisms. For instance, before save, after save , etc.

Thanks,

Pavan

0 Kudos

Good idea!
Any templates or code examples on how to do the event handlings, etc. ?

Thx,

Gordon

0 Kudos

Sure you can find many examples over online.

Thanks

Pavan Bhamidipati

raymond_giuseppi
Active Contributor
0 Kudos

You could get the result by modifying generated screen dynpro, but sooner or later the dialog will be regenerated and your modifications will be lost.

Could you consider using one of the Extended Table Maintenance or View cluster maintenance events to create an instance of CL_GUI_TOOLBAR and declare a handler for its events?