2019 Apr 04 1:57 PM
hello ABAP Experts,
please help me
If i have one table EKKO. in that, I have taken 4 fields like ebeln, bukrs, bstyp, bsart.
so i want to find empty fields value, so how to achieve this.
ebeln bukrs bstyp bsart
1234 SA02 F NB
1235 SA02 <blank> NB
here bstyp second value is empty so i want to find that entry. how to achieve this?
hello ABAP Experts,
please help me
If i have one table EKKO. in that, I have taken 4 fields like ebeln, bukrs, bstyp, bsart.
so i want to find empty fields value, so how to achieve this.
ebeln bukrs bstyp bsart
1234 SA02 F NB
1235 SA02 <blank> NB
here bstyp second value is empty so i want to find that entry. how to achieve this?
2019 Apr 04 2:16 PM
You can loop the table and check field is initial or not. However you would have values in all those 4 fields all the time.
2019 Apr 11 3:43 AM
You can either check for the fields "IS INITIAL" or simply check for the field = '' (That's two single quotes).
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |