Hi all,
I have requirement which says:
The program will extract either the Contract number (field name VERTRAG) or contract account number (field name VKONTO) from table EVER as the case may be.
Whether VERTRAG or VKONTO is extracted depends upon if there is a brother contract (means another VERTRAG for the same VKONTO). If it has a brother contract ,then VERTRAG would be extracted.
otherwise VKONTO would be extracted.How to do it.Please help.