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

LSMW Transaction Code

Former Member
0 Likes
1,065

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
852

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

7 REPLIES 7
Read only

ThomasZloch
Active Contributor
0 Likes
852

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

Read only

0 Likes
852

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..

Read only

0 Likes
852

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

Read only

0 Likes
852

Thanks alot Thomas..am going to try that and will let u know..

Read only

Former Member
0 Likes
853

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

Read only

0 Likes
852

Can you give me the steps please ..how about if it is recording..

Read only

Former Member
0 Likes
852

Thanks all