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

Logical database table

Former Member
0 Likes
402

How to update the logical database table.Please explain with a code

2 REPLIES 2
Read only

Former Member
0 Likes
379

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

Read only

Former Member
0 Likes
379

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]