cancel
Showing results for 
Search instead for 
Did you mean: 

How to update only required fields in SAP database

former_member450029
Participant
0 Kudos

Let's say I have database table with fields f1 f2 f3 f4 and f1 as a key.

Now when I change an entry in the database for the existing entry I would like to modify only field f4.

How to achieve this?

Accepted Solutions (1)

Accepted Solutions (1)

former_member400468
Active Participant

Hi!

please refer to SAP help on UPDATE keyword. You can see example below:

UPDATE mara SET matkl = '01' 
  WHERE (cond).

Evgeny

Answers (0)