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

Push button in module pool for print

Former Member
0 Likes
581

Hi Expert,

In ALV grid display output, there is standard tool bar. In this this tool bar, there is print button.

Now, I dont want this standard tool bar and add one push button in application toolbar for printing purpose . I add the push button also. What code I can write for this push button? How to achieve the same functionality in my push button?

Kindly give some suggestion.

Thanks & regards,

Arindam Samanta.

2 REPLIES 2
Read only

Former Member
Read only

RaymondGiuseppi
Active Contributor
0 Likes
529

You could try to call the standard function code that you removed from status,..

call method gr_grid->set_function_code " '&RNT'

  changing

    c_ucomm = lv_okcode.

(This method is public despise its description)

Regards,

Raymond