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

Doubt in Module Programming , enabling print, export in menu item System

Former Member
0 Likes
429

Hi All,

Can enable the options in system->list , my requirement is to have print and export options also.At the moment they are coming as disabled. But if ever i change the pf-status and add list which has the print ,export they are getting enabled but not that of the system.

Please could anyone suggest anything on this on how i can make the print option to be enabled in the system menu item.

Thanks in advance,

mithun

2 REPLIES 2
Read only

Former Member
0 Likes
398

HI

Create a Pf-status and in that PF status goto Menubar. Expand  'Display Standards' and double click on <Object>. Here you will find code and Text for the Print and Export. Just change the code with your function code. Save and Activate. The options will come on your screen.

Thanks

Read only

Former Member
0 Likes
398

Hi Mithum

     Options print and save list under the system menu activated automatic only in  ABAP Lists. If you want to print and save something else you should  add the funtions in your status and write the code by own