2019 Dec 10 2:54 PM
exists a function module that checks if the fields are not initial?
exists a function module that checks if the fields are not initial?
2019 Dec 10 3:01 PM
Why ?
check my_field is initial
check my_field is not initial.
check lines( my_table ) ne 0.
check line_exists( my_table[ column = my_value ] ).
....
2019 Dec 10 4:26 PM
Why do you need an FM for an that, apart from the methods mentioned above you can also use below code.
If Field is not Initial.
endif.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |