Question
Standard Chartered Bank
IN
Last activity: 2 Aug 2016 10:51 EDT
Storing the Work Objects in another table other than PC_WORK
IF I HAVE 3 types of WORK OBJECTS of 3 different classes IN MY APPLICATION, HOW TO STORE THEM IN THREE DIFFERENT TABLES?
This is the Answer what I found : Open/Create the Data-Admin-DB-Table instance for each class and mention the table name. By doing this the individual work objects will be stored in the new table you mentioned in the Data-Admin-DB-Table instance.
I have doubts regarding the storage of Work Objects,
1. We will create database tables similar to PC_WORK, but how we are going to map this table to that class, when we are going to map?
2. We have multiple tables related to work objects such as pc_assign_worklist, pc_assign_workbasket, ectc. how these are going to be referenced with new tables created or we need to create separate table as well for these?