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

Former Member
0 Likes
614

Hi All,

I have to change the existing customer mobile number through LSMW for transaction XD02.

In step 5th ( Maintain Field Mapping and Conversion Rules).

After clicking the layout button in step 5 we will get two blocks.

1) Global_DATA

2) BEGIN_OF_TRANSACTION.

I have declared the ITabs in Global data block.

BEGIN_OF_TRANSACTION block triggers for every transaction, I have to call a function Module 'CONVERSION_EXIT_ALPHA_INPUT in this block to convert the customer into SAP Format.

PLease tell me how we can call this FM in BEGIN_OF_TRANSACTION block.

Rewards if Useful.

Regards

Vikas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
567

Hi,

After double clicking __BEGIN_OF_TRANSACTION__

U will go to the editor.in that screen go to EDIT menu then to STATEMENT TEMPLATE. You can specify the function module which you need to call.

Hope this will help you.

Regards,

Shan

Hi All,

I have to change the existing customer mobile number through LSMW for transaction XD02.

In step 5th ( Maintain Field Mapping and Conversion Rules).

After clicking the layout button in step 5 we will get two blocks.

1) Global_DATA

2) BEGIN_OF_TRANSACTION.

I have declared the ITabs in Global data block.

BEGIN_OF_TRANSACTION block triggers for every transaction, I have to call a function Module 'CONVERSION_EXIT_ALPHA_INPUT in this block to convert the customer into SAP Format.

PLease tell me how we can call this FM in BEGIN_OF_TRANSACTION block.

Rewards if Useful.

Regards

Vikas

3 REPLIES 3
Read only

Former Member
0 Likes
567

Hi,

in second screen after entering project, subproject, object .

in this screen (2nd screen) there is a button like VARIANT or go to extras-->user menu in this u will findout generate conversion program , here u can see the ABAP code for your LSMW. There you can call the function Module.

Regards.

Read only

0 Likes
567

Hi,

After Double clicking BEGIN_OF_TRANSACTION block, I am getting a screen same as change editor and there i want to do validations.

So, My question is How I can call a function module in Change editor screen. Please tell me the procedure.

Regards

Vikas

Read only

Former Member
0 Likes
568

Hi,

After double clicking __BEGIN_OF_TRANSACTION__

U will go to the editor.in that screen go to EDIT menu then to STATEMENT TEMPLATE. You can specify the function module which you need to call.

Hope this will help you.

Regards,

Shan