http://anubhavtrainings.com
Prepared by :
Charu Borkar charusb@gmail.com
SAP UI5, Fiori,
ABAP on HANA Consultant,
AustraliaReferenced from Training delivered by Anubhav Oberoy (
anubhav.abap@gmail.com
)
on ABAP on HANAP age
192. Open the Cursor (Submit the query to Database) – query submitted to DB and data is loaded in context area (memory)
OPEN 3. Fetch statement to process/manipulate the data one by one record.
FETCH INTO ;4. To
access values of fields use .column_name5.
Close cursorQ. Syntax to create a Table Type?Ans. Table types are created to hold multiple
columns of different typesCREATE
TABLE TYPE ( col type, col type);
CREATE TYPE AS TABLE col type, col type);
Pname TABLE(col type, col type….);
Share with your friends: