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

Problem regarding LSMW

Former Member
0 Likes
807

Dear Experts,

I have created one LSMW for Tcode IQ02.I want to restrict user to use that particular LSMW only & that's why I have used a Function Module /SAPDMC/LSM_OBJ_STARTER & passing the PROJECT,SUBPROJECT & OBJECT as a default of my LSMW PROJECT,SUBPROJECT & OBJECT & everything works fine, but the problem is I want to restrict the user using only few steps not the Administration steps e.g., MAINTAINING SOURCE ATTRIBUTES,FIELD MAPPINGS etc.But this layout is user id specific as I have gone through.

I have changed the steps of that particular LSMW in my ID & I am getting my desired result but if I use any other ID system is showing all the steps.If I deselect all those steps after going to the button "USER MENU" in that particular user id then only it will show the desired result.Please advice what is to be done in this case.I have already tried with transaction SHD0 but there is no option for hiding the steps under button "USER MENU".I am able to deactivate other menu functions & buttons ,spcifically the USER-MENU button also but am not able to hide the other LSMW steps across all the SAP USER IDS.

Regards,

Soumick

1 ACCEPTED SOLUTION
Read only

JL23
Active Contributor
0 Likes
617

In step 1 of LSMW you should define the LSMW as periodic, this gives you new last step that allows you to create a step list for the enduser.

In step 1 of LSMW you should define the LSMW as periodic, this gives you new last step that allows you to create a step list for the enduser.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
617

Hi,

I understand that you want to hide options for one or more or all users. Using SHD0 standard options, I don't know how to do it, but did you try to add a GuiXT script to the screen variant, maybe you could bypass those limitations.

Sandra

Read only

JL23
Active Contributor
0 Likes
618

In step 1 of LSMW you should define the LSMW as periodic, this gives you new last step that allows you to create a step list for the enduser.