Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Is it possible to do any calculation on DFF or KFF or these are informative fields, and How do you search for specific DFF or KFF?
Editorial / Best Answer
rams.regallaProfile Answers by rams.regalla Questions by rams.regalla
Hi,
Its possible to do calculations on KFF or DFF columns.
But calculations on KFF or DFF columns are not effective in WHEN-NEW-ITEM-INSTANCE' or 'WHEN-VALIDATE-ITEM' triggers.
Calculations coding should be done in 'PRE-INSERT' or 'WHEN-VALIDATE-RECORD' triggers.
eg: In PRE-INSERT trigger
:M_RECEIPTS.ATTRIBUTE3=:M_RECEIPTS.ATTRIBUTE1+:M_RECEIPTS.ATTRIBUTE2
hope it helps
Related Answered Questions
Related Open Questions