Question
2
Replies
55
Views
TCS
Posted: June 23, 2017
Last activity: June 23, 2017
Closed
Best Design - Work Object
Work Object when created should be stored to Framework layer Work Table or to implementation layer work table
Hi,
It depends on what kind applications you have. Ideally Both FW and Impl classgroup should be mapped to DB table.
If you are using only FW Application - Whenever only FW application will be used then it should run standalone and work object should get saved in the FW table.
If you are using Impl application built on your FW application - Impl class group should be mapped to a DB table. Work object should get saved in Impl layer DB table.
Hope the above helps.