I am running following code in ECC and Oracle 12c:
SELECT-OPTIONS: s_perio FOR bsis-bldat.
FROM bsis INTO TABLE it_bsis
WHERE bukrs = ‘1000’ AND hkont = ‘25002050’ AND bupla = p_bupla
AND ( bldat le s_perio-high AND bldat ge s_perio-low ).
In debugging we are no value in it_bsis and Sy-subrc = 4, sy-msgid = SF , sy-msgno = 616
SE16N with same input criteria, we are getting 3 records:
Checked with different input values and getting same result.
Looking for help to solve this problem.
Regards