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 achieve this , please help

0 Kudos

Hi all

I have the following requirement,after the output is displayed through ALV

Each line should have a checkbox present in the first column. Multiple checkboxes can be selected, and upon execution all selected documents will print. A status field will be found at the end of the row and will reflect the current status of the print documents. After printing occurs, the screen should refresh and processing status reflected to show post-print status. The user will then be able to see what documents printed immediately. Any documents that did not successfully print will need to be reprinted through the .PDF files stored in the shared directory

I am unable to prceed further

Pointers would be helpful

Thanks in advance

Regards

Nikhil

1 REPLY 1

Former Member
0 Kudos

Hi,

User reuse_alv_grid_display function module. create u r initernal table in one sel field type c. while filling field catlog use that field as checkbox.

wa_fieldcat-checkbox = 'X'.

u can get checkbox in alv output.

and for second requirment you can check check box 'X' for which records in USER COMMAND.