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: 

Abap Objects-Factory classes

Former Member
0 Kudos

Hi All,

We are thinking of developing some factory classes in ABAP.Cud u suggest some ? May be analogous to those factory classes in other programming languages also.

1 REPLY 1

Former Member
0 Kudos

Hi Hema,

I thing you can go for a Validation Factory that has lots and lots of validation functions like basic validations ( e.g. decimal number, email address etc.) and business validations ( that contains templets for validations which could be overwritten for a specific application).

This is actually a very usefull functionality that is usually written again and again for all development projects.

Best regards,

Guru.

PS : Don't forget to give points