2007 Oct 10 1:32 PM
Hello !
How can I ask for:
WHERE EKPO-LOEKZ ist empty is not set (unset) .
EKPO-LOEKZ is a char field.
regards
erdem
2007 Oct 10 1:34 PM
Hi,
WHERE LOEKZ NE 'X'
or
WHERE LOEKZ EQ ' '
The field can only be ' ' or 'X' if filled by SAP.
Hope this helps (please reward me if it does).
regards, Joerg
Hello !
How can I ask for:
WHERE EKPO-LOEKZ ist empty is not set (unset) .
EKPO-LOEKZ is a char field.
regards
erdem
2007 Oct 10 1:34 PM
Hi,
WHERE LOEKZ NE 'X'
or
WHERE LOEKZ EQ ' '
The field can only be ' ' or 'X' if filled by SAP.
Hope this helps (please reward me if it does).
regards, Joerg
2007 Oct 10 1:35 PM
2007 Oct 10 1:35 PM
2007 Oct 10 1:39 PM
Hi erdem,
Since in ekpo table ,the data element for ekpo-loekz field is ELOEK , which is char and has length one.
so plz to check whether it is empty use
where EKPO-LOEKZ is intial.
OR
where EKPO-LOEKZ = ' '.
Both will work.
plz reward if useful.
Thanks.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |