Hi,
I have created a sequence in my SAP DB..We are using MAXDB database as our backend.
I have created a sequence in back end editor directly in database editor in server.
when we give query select apid_seq.nextval from dual means it will give the next value in the sequence..
Now i wrote this query in abap editor and execute it to get the maximum of sequence..but it is throwing error..
how to get the sequence through query..
can any body help me in this