Skip to Content
0
Dec 03, 2006 at 10:23 AM

ITAB Modification and Insertion

26 Views

Respected Guys

I have three ITABS, ITAB1 ITAB2 ITAB3.

ITAB1 also have the fields of ITAB2 and ITAB3.

I want to modify each recrod of ITAB1 with the values of ITAB2 andI ITAB3 , if the fields with same name and data type as ITAB2 and ITAB3 in ITAB1 are empty.

If the fields of ITAB2 and ITAB3 with same key in ITAB1 are already filled then the records must be inserted in ITAB1 instead of modifying ITAB1.

Situation is that ITAB1 contains profiles of applicants so there can be only one record of each applicant but the ITAB2 and ITAB3 contains Education and JOB Expereince records so each applicant can have many records there.

I want to combine all three ITABs in one internal table to print the records of employees with their education and previous employement.

How can I achieve this. I m dealing with HR Module.

If you have still confusion pleaseread this also.

https://www.sdn.sap.com/irj/sdn/profile?userid=1135609

Thnx.