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

Where do I write code in LSMW

Former Member
0 Likes
2,436

Hi,

Can any one help me where do I write the Code in LSMW........

Regards,

Raghunath.S

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,296

Hi..,

In the step 5 <b>Maintain Field Mapping and Conversion Rules</b> you can write the ABAP code. Place the cursor in line where u want to write the code and click <b>Control+F4</b>. In the window select the ABAP code radiobutton and press enter....

Here u can write the code watever u want !!!

regards,

sai ramesh

5 REPLIES 5
Read only

Former Member
0 Likes
1,297

Hi..,

In the step 5 <b>Maintain Field Mapping and Conversion Rules</b> you can write the ABAP code. Place the cursor in line where u want to write the code and click <b>Control+F4</b>. In the window select the ABAP code radiobutton and press enter....

Here u can write the code watever u want !!!

regards,

sai ramesh

Read only

Former Member
0 Likes
1,296

Hi

In the step

Maintain Field Mapping and Conversion Rules

<b>Maintain Fixed Values, Translations, User-Defined Routines</b>

you can write the code

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
1,296

Hi,

Go through the below mention site. you will get steps on LSMW.

http://www.savefile.com/download/155280?PHPSESSID=78a87808acecb21aae01b7faa80ae3a7

Regards

Raghavendra.D.S

Read only

SantoshKallem
Active Contributor
0 Likes
1,296

go with user menu, u'l find generate source code, and display source code. in that can change. it comes in 9th and 10th steps

regards

santhosh

Read only

Former Member
0 Likes
1,296

1.Go to LSMW 5th step field mapping and conversion rule.

2.Then place cursor on desire field and then click on Rule on appication tollbar

then choose Abap Code Radio button, here you can write ur code.

3.In 9th step we can see the complete autogenerated complete abap coding.