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

ALV grid menu

Former Member
0 Likes
781

Hi all,

I have created an alv grid in the oops concepts.Now the problem is i am not getting the menu to navigate. I mean the person can able navigate from the grid bar as well as from menu bar.How to get the menu bar.

Regards,

Lisa

6 REPLIES 6
Read only

FredericGirod
Active Contributor
0 Likes
753

Hi Lisa,

you mean set pf-status ''. ?

Rgd

Frédéric

Read only

Former Member
0 Likes
753

Hi Lisa,

you can use the pf-status of the dympro

and implement a module PAI for the dympro.

bye

enzo

Read only

hymavathi_oruganti
Active Contributor
0 Likes
753

hi lisa,

check whether pf status u set is active or not.

regards

hyma

Read only

Former Member
0 Likes
753

Hi all,

My pf-status is working.Let me explain you more clearly.

If u use'RE_USE_ALV_LIST_DISPLAY' we will get grid and menu also.like that i need the menu.I can say that my pf status is working because when i press back button or exit button then the program is going back.

Regards,

Lisa.

Read only

0 Likes
753

Hi Lisa,

I don't understood your problem.

With ALV GRID, you can use the simple pf-status of the dynpro (and here you can also access to the alv method) or you can implement the toolbar class of the alv grid framework.

What is your aim?

Read only

0 Likes
753

You have to redefine all your menu like the function did.

After that, you have to manage all the event from the menu in your PAI.

Good luck.

Fred