Persistant class with example in OOPS ABAP
* The purpose of persistence class is to perform data base operations like insert, update, delete.
* The persistence class name must start with CL.
* While creating the persistence class create 2 helper class automatically. Those helper classes are CA and CB.
*CA is called as actor class or agent class and CB is called base class.
Comments
Post a Comment