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

interactive code

Former Member
0 Likes
309

can any one help me code plz

an Interactive Report for displaying plant status report to know the status of a particular material.

1 REPLY 1
Read only

Former Member
0 Likes
294

Hi,

1.For normal reports, u hide statement and at line selection.

2.For ALV interactive , use the following..

FORM user_command USING ucomm TYPE sy-ucomm ind TYPE slis_selfield.

READ TABLE itab INTO wa_itab WITH KEY (fieldname) = ind-value.

ENDFORM.