‎2009 Apr 10 11:10 AM
How to update the logical database table.Please explain with a code
‎2009 Apr 10 1:23 PM
this is how you can update the database table .
UPDATE it_tab
set MSIZE = MSIZE
LENGTH = LENGTH
COILS = COILS
SPOOLS = SPOOLS
WEIGHT = WEIGHT
where SRNO = SRNO and
DDATE = DDATE AND
SHIFT = SHIFT AND
PLANT = PLANT .
but please post detail description of the problem whn u post in forms
Thanks
-Ankit
‎2009 Apr 10 1:27 PM
Hi,
You cannot update the logical database(LDB's) which are used to retrive the data.
Refer to this like to more about [Logical Databases |http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9b5e35c111d1829f0000e829fbfe/content.htm]