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: 

Display complete tool bar in OO ALV Grid

Former Member
0 Kudos

How to display complete toolbar in OO ALV Grid. Can anybody pls help on this.

Regards,

Naseer.

2 REPLIES 2

Former Member
0 Kudos

Then while using SET PF-STATUS..you can exclude the function codes using EXCLUDING addition..

DATA: T_OKCODE TYPE STANDARD TABLE OF SYUCOMM.

SET PF-STATUS 'TEST' EXCLUDING T_OKCODE.

" pass the okcodes in the internal table T_OKCODE.

REgards.

Former Member
0 Kudos

Hi,

Look at the example:

BCALV_GRID_05

Please refer the link below :

http://www.sapdev.co.uk/reporting/alv/alvgrid_pfstatus.htm

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.