on 2022 Oct 28 8:32 AM
SELECT * FROM but000 AS a
JOIN but100 AS b
ON a~partner = b~partner
INTO CORRESPONDING FIELDS OF TABLE lt_but000
WHERE a~type = lc_bptype
AND a~deathdt EQ '00000000'
AND a~xdele EQ ''
AND b~rltyp = lc_bprole
AND ( a~crdat IN s_date OR a~chdat IN s_date )
AND ( a~crtim IN s_time OR a~chtim IN s_time )
AND a~partner IN s_custid.
Request clarification before answering.
I need to replace given select query with bol query but in this select I have use join on two tables so is it possible to use bol query on given select query???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
19 | |
14 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.