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

to assign values to fields in predefined table

Former Member
0 Likes
474

what are the ways to assign values to fields in predefined table ,other than table maintaince in se11

what are the ways to assign values to fields in predefined table ,other than table maintaince in se11

2 REPLIES 2
Read only

dani_mn
Active Contributor
0 Likes
449

HI,

In your program. you can do this. like

<b>

TABLE ztable.

ztable-field1 = 'value1'.
ztable-field2 = 'value2'.

INSERT ztable.

</b>

Regards,

HRA

Read only

Former Member
0 Likes
449

Hi,

Goto the Domain of the field and goto VALUE RANGE tab.

Specify the Fixed values/ Lower and Upper limits / Value tables as per your requirement.

Best regards,

Prashant

PS : Please reward all helpful answers