2006 Aug 08 5:30 AM
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
2006 Aug 08 5:32 AM
HI,
In your program. you can do this. like
<b>
TABLE ztable.
ztable-field1 = 'value1'.
ztable-field2 = 'value2'.
INSERT ztable.</b>
Regards,
HRA
2006 Aug 08 5:34 AM
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