Hi,
I am in the progress of learning AMDP. I have created a class and methods to fetch data from a database table.
In ABAP, we had the flexibility to fetch a single record from database using SELECT SINGLE or SELECT... UP TO N ROWS.
How can we leverage this in AMDP SQL Script.
-- Selva.