Application Development 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: 

population of database table

Former Member
0 Kudos

Hi,

I have created some fields in LIKP.These fields are already available in VBAK.In VBAK table also there are values for these fields.Now I have to populate these fields in LIKP from VBAK.How it can be done?

2 REPLIES 2

Former Member
0 Kudos

go for a Z-program. In that select the fields required. and from LIKP get the sales order number also. use that and populate data into VBAK table using UPDATE statements.

Former Member
0 Kudos

Hi

Check the F1 Help for MODIFY, UPDATE and INSERT .

Hope this Helps .

Praveen