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: 

Regarding SET PERAMETER ID

former_member735409
Participant
0 Kudos

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?

1 REPLY 1

arpit_shah
Contributor
0 Kudos

in parametere id 'MAT' pass the material no.

e.g.

SET PARAMETER ID 'MAT' FIELD ITAB-MATNR.

CALL TRANSACTION 'ME21N' AND SKIP FIRST SCREEN.