Hi Abap Experts,
i have two fields in selection screen .
i used tables called TNRO and NRIV.
1. Number Range objects (NRIV-OBJECT)
2. Percentage Remaining (TNRO-PERCENTAGE)
Percentage Remaining is an optional field. if this is entered the report should be displayed based on this % entered. for example 15% is entered then the mail should be triggered for number ranges for which 15% or less numbers are remaining. if nothing is entered in this field then the program should consider the field TNRO-Percentage.
what is the logic should be used?