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: 

PARAMETER ID FOR MM03

Former Member
0 Kudos

Hi Gurus

How to know that the parameter ID for a particular trasnsaction ?

Please let me know the procedure.

regards

Mac

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Press F1 on that field. And go to Technical Information. There you will get the parameter Id. For E.g. Parameter Id for material number in MM02/MM03 is MAT.

Please note that the parameter Id is maintained for a field and not a transaction.

Please mark points if the solution was useful.

Regards,

Manoj

6 REPLIES 6

Former Member
0 Kudos

Press F1 on that field. And go to Technical Information. There you will get the parameter Id. For E.g. Parameter Id for material number in MM02/MM03 is MAT.

Please note that the parameter Id is maintained for a field and not a transaction.

Please mark points if the solution was useful.

Regards,

Manoj

Former Member
0 Kudos

t-code ->mm03 -> put the cursor on material field -> F1 -> technical information ->

there u will find the In Field data ...Parameter ID - MAT for the material.

reward if useful

Former Member
0 Kudos

Hi,

first go to that transaction

and press f1 on any field

and then you have to clik the technical information

button on that

and then it will give you a popup in which all the information

about that field will be availball

adn in that paramter id field will be there

for eg MM03 have MAT as the parameter id...

if you want to use that

use

set parameter id syntax, it will pass the vaule from your program to that

field in that transaction..

SET PARAMETER ID: 'MAT' FIELD your field.

CALL TRANSACTION 'MM03'.

thanks & regards,

Venkatesh

kiran_k8
Active Contributor
0 Kudos

Mohan,

Parameter id will be there for a field and not for a transaction(if I am wrong correct me).

go to se11

give the table name

double click the desired fields data element

clikc on the further characteristics tab to see the parameter id of that particular field.

K.Kiran.

Former Member
0 Kudos

Hi

parameter id's are field specific

if u calick f1 on a field here u can findout 3 letter paramter id

for material parameter id is 'MAT'.

reward points to all helpful answers

kiran.M

Former Member
0 Kudos

This information is not sufficient to answer..please elaborate more..if you want to know abt a field ..u can check with F1 for parameter ID..and check technical Information..there you ll find ParameterID..in last text field..