2008 Jan 02 8:19 AM
Hi,
I am doing an Report. In the primary list i am displaying the meterial number along with some fields. If i am double clicking the meterial number it should call ME21N and the meterial number should be display in ME21N. I did this using SET PERAMETER ID. It is calling the t-Code. But meterial number is not displaying. Any one can tell me we can use the set perameter or any other alternate solution is there?
2008 Jan 02 8:22 AM
in parametere id 'MAT' pass the material no.
e.g.
SET PARAMETER ID 'MAT' FIELD ITAB-MATNR.
CALL TRANSACTION 'ME21N' AND SKIP FIRST SCREEN.