Application Development and Automation 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: 
Read only

set parameter id for standard transaction

Former Member
0 Likes
1,201

hi,

code:

   SET PARAMETER ID 'MAT'  FIELD CODFIN .
            CALL TRANSACTION 'MM01'.

Material value is there in (codfin) but not getting filled up in t.code mm01.

pls help

hi,

code:

   SET PARAMETER ID 'MAT'  FIELD CODFIN .
            CALL TRANSACTION 'MM01'.

Material value is there in (codfin) but not getting filled up in t.code mm01.

pls help

5 REPLIES 5
Read only

Sijin_Chandran
Active Contributor
0 Likes
994

Hi Dakshu ,

Check whether the type declaration of CODFIN is like MATNR or not .

Read only

0 Likes
994

codfin type is matnr

Read only

former_member184675
Active Participant
0 Likes
994

Hi,

Use this:

SET PARAMETER ID 'MXX' FIELD 'PARS.SET'.

SET PARAMETER ID 'MAT'  FIELD CODFIN .

CALL TRANSACTION 'MM01'.

SET PARAMETER ID 'MXX' FIELD SPACE.

SET PARAMETER ID 'MAT' FIELD SPACE.

-

Andrei

Read only

0 Likes
994

thanks its working.

similarly i need to pass the material value in tcode CO01.

pls help

Read only

0 Likes
994

Sorry, I don't know where he reads the 'MAT' ID value for CO01

-

Andrei