cancel
Showing results for 
Search instead for 
Did you mean: 

usertable navigation

Former Member
0 Kudos

Consider a form containing one EditText item bound to the Code column of a usertable.

Is it possible to browse through rows in the usertable using B1s' native data browsing tools ("previous record", "next record"...)?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Declare a DBDataSource for your user table and bind the field to it.

The standard First, Previous, Next, Last navigation options all generate menu events (UIDs 1288 -> 1291). Event handlers can be written for these that simply change the offset property on the DBDataSource to navigate through the records.

Regards,

John.

Former Member
0 Kudos

Hi again,

This is true for <u>DBDataSource</u> only.

<u>UserDataSource</u> does not support this functionality in

the current version and needs to implemented by the partner.

Regards,

Yaniv G.

Former Member
0 Kudos

Hi,

Good news and bad news:

<u>Bad News first:</u>

In version 6.5 You'll have to implement this functionality by yourself. that means open recordset, catch these events using UI API and navigate trough the data by yourself.

<u>Good News:</u>

in version 6.7 you can bound your object to UDO (user defined object). all functionality related will be implemented for you.

Regards,

Yaniv G.

SDK Consultant,

SAP Manage Israel.