Hi everybody,
I am doing a drill down for process order.For that i am doing the following code.
FORM USER_COMMAND USING UCOMM LIKE SY-UCOMM SELFIELD TYPE SLIS_SELFIELD.
READ TABLE ITAB_CAUFVD_D INDEX SELFIELD-TABINDEX.
CASE SELFIELD-SEL_TAB_FIELD.
WHEN 'ITAB_CAUFVD_D-AUFNR1'.
SET PARAMETER ID 'ANR' FIELD ITAB_CAUFVD_D-AUFNR1.
CALL TRANSACTION 'COR3' AND SKIP FIRST SCREEN.
ENDCASE.
ENDFORM.
The problem that i face is : only when i log in to the client & when i run the report for the first time, the drill down is working fine.Otherwise it is not working.Only the first no is coming again & again when i click the other nos.
Regards,
Varadharajan.S