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

Default value to Table Control?

Former Member
0 Likes
1,122

DearAll,

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

Regards,

Dharmesh

2 REPLIES 2
Read only

Former Member
0 Likes
460

go through this thread..

Read only

abdul_hakim
Active Contributor
0 Likes
460

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