Application Development 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: 

LSMW User-define Routines

Former Member
0 Kudos

Hi,

Can any one guide me how to write User-Define Routines in LSMW in the step (Maintain fixed values, translations, user-defined routines)

Thanks& Regards.

6 REPLIES 6

Former Member
0 Kudos

Hi,

Check these threads..

Thanks,

Naren

Former Member
0 Kudos

Former Member
0 Kudos

I have a good document on LSMW using BAPI and Routines.

I can email it to you if you can provide the address.

0 Kudos

Can you please send the documents to my mail id : armohad@yahoo.co.in

Former Member
0 Kudos

hi,

Check the link:

http://www.esnips.com/_t_/lsmw

You can get a pdf with the detailed description about user routines, fixed values etc.

User-written routine (reusable): The system creates the frame of a form routine (ABAP subroutine) with name prefix "ur_". This routine can be reused, i.e. it can also be used in other objects of the

project.

With all kinds of reusable rules, the LSM Workbench proposes one to three possible names. One name is recommended by the system. SAP recommends you to use the proposed name.

When creating user written routines please keep in mind that:

- the correct amount of source fields has been linked

(regarding the amount of input parameters)

- the source fields are related in correct sequence (i.e. the sequence of the parameters).

Regards,

Sailaja.