‎2008 Oct 29 5:28 PM
Hi All,
how to give LSMW to the end user for data uploads? if it is going to be transaction code creation please let me know the steps.. i have created one transaction code with lsmw as a transaction but user is going to get all the steps..how can we give the user just a click or two for data transfer..please help..
Thanks in advance
‎2008 Oct 30 7:07 AM
Hi,
LSMW can be easily executed via transaction SXDA.
If you are using direct input or BAPI method yopu can configure the LSMW in SXDa transaction.
It will be easy for end user to execute via SXDA rather than LSMW.
Regards,
Shan
‎2008 Oct 29 5:39 PM
Two possible ways:
- configure the personal user menu so that only the few relevant steps are visible, and grant only Execute-authorization to the user
- mark the conversion object as "periodic" and link the resulting wrapper program to a transaction code
Thomas
‎2008 Oct 29 5:56 PM
ok...if i make the object as periodic still i have the steps , read ,convert and run .....how can i stick to only conversion step..can u explain what to do if i am making it periodic please?
Thanks for your help..
‎2008 Oct 29 9:05 PM
Once you classified as "periodic", there will be a new last step in the LSMW menu (don't know the exact English name now, you'll see it). On the selection screen of that last step, you can find out the program name via "System->Status".
You can create a custom report transaction for this program that your users can start. They would not see the actual LSMW menus at all. This wrapper program does all the involved steps in one go.
Thomas
‎2008 Oct 30 12:26 AM
Thanks alot Thomas..am going to try that and will let u know..
‎2008 Oct 30 7:07 AM
Hi,
LSMW can be easily executed via transaction SXDA.
If you are using direct input or BAPI method yopu can configure the LSMW in SXDa transaction.
It will be easy for end user to execute via SXDA rather than LSMW.
Regards,
Shan
‎2008 Oct 30 8:17 PM
Can you give me the steps please ..how about if it is recording..
‎2008 Dec 02 4:16 PM