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: 

Set a default plant in ME11

Former Member
921

Hi,

How do I set a default plant at ME11 transaction. Example, the plant should have default value '9000' when I execute the transaction ME11.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
259

Hi J ,

u can set in the user profiles .

Regards

Peram

7 REPLIES 7

Former Member
0 Kudos
259

Hi Joseph,

Use

SET PARAMETER ID 'WRK' field '9000'

in the program. and then execute the tcode me11.

Regards

Arun

0 Kudos
259

What program? Is there an exit for this?

Former Member
0 Kudos
259

Hi,

if the input parameter has a parameter ID you can do

set parameter <id> value <value>

call transaction <XXX>

else fill BDC data and use call transaction <xxx> using bdc data.

search the forum this has been discussed many times here.

<b>Reward points</b>

Regards

Former Member
0 Kudos
260

Hi J ,

u can set in the user profiles .

Regards

Peram

0 Kudos
259

Hi Prabhu,

How do I do that? what is the transaction and the steps?

0 Kudos
259

Hi JL ,

u have to ask ur Basis Person , i think he knows where to set defaul values of given parameters.

or check in Su01 ->change mode->parameters---. here u have to pass SET ID of werks.

Regards

Peram

former_member196299
Active Contributor
0 Kudos
259

hi,

Check if you have any user exit for the same ..

If you are not aware of the user-exits let us know we can try for that.

If you have an user-exit then directly pass the plant value there and activate the project .

Regards,

Ranjita