cancel
Showing results for 
Search instead for 
Did you mean: 

Can we set default values for each MII user?

Former Member
0 Kudos

All,

Is there is any way in MII system to set the parameter values for each user level something that we do in SAP R/3(SET Parameter in Su3 tcode). I have a requirement in which I need to default the Plant code and warehouse code for each MII user and

read it in BLT. I don't want to create a custom table for this.

Is there is anyother way to do this?

Thanks

Mahesh

Accepted Solutions (0)

Answers (1)

Answers (1)

jamie_cawley
Advisor
Advisor
0 Kudos

On the main menu under system management you should have custom attributes and custome attribute mapping.

Jamie

Former Member
0 Kudos

Thanks Jamie.

Do you know how can I access this values within the business logic transaction.

Thanks

Mahesh

jcgood25
Active Contributor
0 Kudos

If you've named your attribute "PlantCode" then make an Input to your Transaction using the same name. The XacuteConnector when calling the transaction has a property called AutoBind that will automatically bind the values from your user session into the transaction.

Former Member
0 Kudos

Mahesh,

There is a section for creating custom attributes and a side link for mapping them to user roles in the [online help|http://help.sap.com/saphelp_xmii120/helpdata/en/46/701f48132a01dae10000000a1553f7/content.htm].

Regards,

Kevin