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: 

Reg Selectin screen validations in LSMW

former_member248447
Participant
0 Kudos

Hi All,

I am using LSMW batch input method. In this i have defined some fields as selection-screen fields in the Maintain Source fields step, such that these fiels would appear at the Read Data Step.

Now I have to do validations for these fields which are defined as selection-screen fields.

Can i know where these validations can be done and how?

Thanks & Regards

Rajesh.

2 REPLIES 2

Former Member
0 Kudos

hi

good

go through this link,hope this would help you to solve your problem

http://sap.niraj.tripod.com/id65.html

<b><REMOVED BY MODERATOR></b>

thanks

mrutyun^

Message was edited by:

Alvaro Tejada Galindo

Former Member
0 Kudos

The validations can be done during the 'Convert Data' step.

The code for validation should be entered in the 'Maintain Field Mapping and Conversion Rules' step. When you are in this mapping screen press CTRL + F7. Now select all the checkboxes in the popup and press enter. Now, you would see the processing-time blocks such as BEGIN_OF_PROCESSING, BEGIN_OF_TRANSACTION etc. You can put all your validations inside the BEGIN_OF_PROCESSING block.

> Hi All,

>

> I am using LSMW batch input method. In this i

> have defined some fields as selection-screen fields

> in the Maintain Source fields step, such that these

> fiels would appear at the Read Data Step.

>

> Now I have to do validations for these fields

> which are defined as selection-screen fields.

> Can i know where these validations can be done

> and how?

>

> Thanks & Regards

> Rajesh.