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: 

how to put separator lines in menu items in a gui status ?

Former Member
0 Kudos

Hi,

I have created gui status for my z transaction

I need the separator lines in the menu items like it is seen in std transactions

For example, in any screen , in the Help menu, we can see the following.

Application Help

SAP Library

Glossary

-


(line)

Release notes

-


(line)

SAP Service Marketplace

could you please help me how to put the lines ?

thanks

1 ACCEPTED SOLUTION

Sm1tje
Active Contributor
0 Kudos

Well,

you are actually giving the answer yourself. When you go to your GUI status, you can open the items from the menubar. Double click on one of the items and a new list appears. In here just enter '----


' and you have your separator line.

2 REPLIES 2

Sm1tje
Active Contributor
0 Kudos

Well,

you are actually giving the answer yourself. When you go to your GUI status, you can open the items from the menubar. Double click on one of the items and a new list appears. In here just enter '----


' and you have your separator line.

Former Member
0 Kudos

Hi,

Goto Your GUI status.click on your MENU bar.

under the menu bar you will have your own menu items.

where ever you want separator line do the following way.

you will have 2 columns under menu bar

1) code

2) text.

under code dont put anything.

but under text column you put dashes and enter or select right click there and choose separator line.

you will get separator line.

activate and run the ztcode.you will get .

code text

-


Application Help

SAP Library

Glossary

-


Release notes

-


SAP Service Marketplace

Thanks

Parvathi