Skip to Content
0
Former Member
Oct 23, 2015 at 01:17 PM

AMDP Select Statement

5364 Views

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.