Code: Alles auswählen.
Select *
from DTAB into table ITAB
where Fahrzeug like 'ZW_______16___'
OR Fahrzeug like 'ZR_______16___'.
Code: Alles auswählen.
S_ZW_ZR-SIGN = 'I'.
S_ZW_ZR-OPTION = 'CP'.
S_ZW_ZR-LOW = 'ZW++++++++16+++'.
APPEND S_ZW_ZR.
S_ZW_ZR-SIGN = 'I'.
S_ZW_ZR-OPTION = 'CP'.
S_ZW_ZR-LOW = 'ZR++++++++16+++'.
APPEND S_ZW_ZR.
Code: Alles auswählen.
Select *
from DTAB into table ITAB
where Fahrzeug in S_ZW_ZR.