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: 

interactive code

Former Member
0 Kudos

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

Former Member
0 Kudos

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.