cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Generated Templates

Former Member
0 Kudos

Hi

I'm having some  problems.

I'm new with ITS in general, and i'm generating some templates for a standart transaction (ME55) and when the dynpro is autogenerated ( ~GENERATEDYNPRO = 1 ) i can see the tool bar (For example execute(F8) button) on my webpage, but when i generate a template for the dynpros, all the toolbar is missing, Is something i missing? how can i personalize a template and adding that toolbar?

The parameters in my app are

In SE80 Service ITS

~SERVICE           ZDEMO

~THEME              99

~TRANSACTION   ME55

In SICF Service Parameters

~GENERATEDYNPRO               1

~POPUPS                                 1

~TRANSACTION                         ME55

~THEME                                    99

~WEBGUI                                  1

~WEBGUI_SIMPLE_TOOLBAR    32

~SINGLETRANSACTION             1

Without a Generated Template Works fine, i can see the exact transaction on the browser with the toolbar (F8 Execute Button for example)

But when i have a Generated Template (Generated with Style "W WebGui")

With the same parameters, it changes to old style web and doesn't show the Toolbar (Execute button)

The idea is just personalize the transaction (Remove some fields that user never fill, maybe change sizes to fit mobile devices) and just that. But without the Execute button or the toolbar in general, the personalization will be useless in most standart transactions.

Thanks

Ricardo Leon

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi Ricardo,

Most likely because of your usage of: ~WEBGUI_SIMPLE_TOOLBAR

See the NOTE

1010519 SAP GUI for HTML: Simplified title area w/o menu and OK code

If you have

~WEBGUI                                  1

then you are using the WEBGUI service to generate screens and not your own templates.

It's not recommended to use:  ~GENERATEDYNPRO             

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

I already read that note... But as i say, when i use an generated template, i still cant see the toolbar... i don't know if some parameter is missing or if its the normal behavior...

regards,

Ricardo

former_member194364
Active Contributor
0 Kudos

Hi Ricardo,

What are the results with just the parameters:

~TRANSACTION                         ME55

~THEME                                    99

~WEBGUI                                  1

Does the required toolbar show?

Regards,

Oisin

Former Member
0 Kudos

That's the result, without toolbar

Best Regards