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: 

Validations in LSMW Direct Input Method

Former Member
0 Kudos

Hi All,

Do we have to manually write the code for validations in step 5 for direct input method (vendor master) or is it handled by the standard program?

Thanks

Regards

Poorna

2 REPLIES 2

Former Member
0 Kudos

no u have to handle it manually by writing code in step field mapping (5th step).

Former Member
0 Kudos

Program related errors handled automatically by the session... like mandatory fields and everything...

where as if you want to do any extra validations and conversions you have to write the code by yourself and move all the messages into final internal table and display accordingly....