Hello ,
I have a requirement like
Statement1:
IF any xxxx segment available in the IDocthen {
DELETE all records from table1
DELETE all records from table2
DELETE all records from table3
}
Statement 2:
UPDATE_INSERT all available segments into table1
Statement 3:
UPDATE_INSERT all available segments into table2
Statement 4:
UPDATE_INSERT all available segments into table3
Can some one suggest how should be the structure created?