2022 Feb 21 6:41 AM
is it possible to check line_exists( ) without internal table?
is it possible to check line_exists( ) without internal table?
2022 Feb 21 6:55 AM
hi, pls check the documentation. it's not possible without a table.
rel_exp - line_exists, Predicate Function
2022 Feb 21 8:03 AM
Hi ,
line_exists is used to check if the record exists in the internal table based on some conditions.
This syntax is the same as the READ TABLE with TRANSPORTING NO FIELDS followed by sy-subrc check.
2022 Feb 21 12:41 PM
2022 Feb 21 4:18 PM
Interview question? It would be better for you to learn by reading the ABAP documentation.