Application Development 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: 

Default value to Table Control?

former_member502730
Participant
0 Kudos
764

DearAll,

How to assign a default value to any field of Table Control at runtime?

Regards,

Dharmesh

2 REPLIES 2

Former Member
0 Kudos
102

go through this thread..

abdul_hakim
Active Contributor
0 Kudos
102

hi vyas,

you can do thru interface workarea TABLES.

say for eg you have defined your table control structure with ref to KNA1 table then in the PBO of the screen you can move the values to the structure,say

KNA1-KUNNR = 'VYAS'.This way you can assign default values..

Cheers,

Abdul