2007 May 15 8:50 PM
HI,
I need help in interactive ALV Repot. When i executed the report, it is displaying the material Doc number ,material etc in grid layout.
my requirement is , when i double click on material Document number , it has to show the sales order number, salesorder item and Delivery number. Same thing is required for when i click on material also.
please help me in this.
regards,
Ram
2007 May 15 8:57 PM
2007 May 15 8:53 PM
Create hot spot and call it in USER command in the ALV event.
Regards,
Amit
2007 May 15 8:57 PM
2007 May 15 9:05 PM
create hotspots for those field.
sample code......
case r_ucomm.
when '&IC1' .
read table outtab index rs_selfield-tabindex.
case rs_selfield-fieldname.
when 'VBELN'. "material doc
set parameter id 'AGN' field rs_selfield-value.
call transaction 'VA23' and skip first screen.