2007 Jul 16 7:59 AM
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.
2007 Jul 16 8:20 AM
2007 Jul 16 8:17 AM
Hi Joseph,
Use
SET PARAMETER ID 'WRK' field '9000'
in the program. and then execute the tcode me11.
Regards
Arun
2007 Jul 16 8:20 AM
2007 Jul 16 8:20 AM
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
2007 Jul 16 8:20 AM
2007 Jul 16 8:25 AM
Hi Prabhu,
How do I do that? what is the transaction and the steps?
2007 Jul 16 9:01 AM
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
2007 Jul 16 8:27 AM
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