Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding SINO. in modulepool programing

Former Member
0 Likes
605

hi experts,

i m inserting the data into my customized database table with the help of table control.for deletion purpose i m using sino field in my database table..what i want is without inserting sino in the table control (o/p screen) the database table will automatically

take the sino depending upon the row insertion.what logic sud i use in pbo or pai to get the sino in database table..plz help me .its urgent.if possible plz send me the code related to this scenario.

thnx in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
527

Hi Ravi

You can use number range for automatically generation of sequence no.

The transcation is SNRO.

I don't know whether it is the answer to ur question.

Naresh

3 REPLIES 3
Read only

Former Member
0 Likes
528

Hi Ravi

You can use number range for automatically generation of sequence no.

The transcation is SNRO.

I don't know whether it is the answer to ur question.

Naresh

Read only

0 Likes
527

hi naresh,

how will i use snro plz explain...

Read only

0 Likes
527

Using SNRO , you can create a number range object and define the range for your number range

then you can use function NUMBER_GET_NEXT

it will get you the next number and that you can display in your table control