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

Copy certain functionality from standard GUI Status

Former Member
0 Likes
2,336

Hi Experts,

Currently in my program we have Z GUI Status with nothing in Menu bar.

Now I want to add functionality of saving layout(ALV) which is available in standard GUI Status (Settings>Layout>Save)

How will I incorporate only Save layout functionality?

Regards,

Jigar Thakkar.

1 ACCEPTED SOLUTION
Read only

ThangaPrakash
Active Contributor
0 Likes
1,676

Helo Jigar,

Copy the standard GUI status to your Z status and then either you can delete or deactivate the icons in the Application toolbar.

When the function code is in red it means it is deactivated.

So you can keep the desired icon and remove unwanted ones.

Regards,

TP

4 REPLIES 4
Read only

Former Member
0 Likes
1,676

Hi Jigar,

You can copy the standard GUI Status into your Zgui status and then add or delete the gui options as per your requirement.

You can also take help from this link-

http://zevolving.com/2008/09/salv-table-3-adding-custom-pf-status-in-alv/

Regards,

Rachna

Read only

ThangaPrakash
Active Contributor
0 Likes
1,677

Helo Jigar,

Copy the standard GUI status to your Z status and then either you can delete or deactivate the icons in the Application toolbar.

When the function code is in red it means it is deactivated.

So you can keep the desired icon and remove unwanted ones.

Regards,

TP

Read only

Former Member
0 Likes
1,676

Hi,

Always copy the standard GUI status then you add your custom buttons.

in that case all standard functionality will work you need to take care of only your custom buttons

Read only

former_member2093
Discoverer
0 Likes
1,676

it very simple while you are creating a status in go to EXTRAS--> ADJUST TEMPLATE after clicking on the adjust template in that screen you can see the various  radio buttons  and choose the various standard templates and then add custom buttons as per your requirement