cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How do I debug the INSERT, UPDATE table syntax?I'm getting sy-subrc = 4.

walkerist79
Participant
0 Likes
567

I was trying to use Insert, Update on updating a table.

I was trying to insert and update 4 different fields.

When Inserting into table named Z_LOCAL, only 3 fields were inserted even though 4 fields were expected  to be inserted.

INSERT Z_LOCAL FROM TABLE LT_ZLOCAL_INSERT.

And when updating, i'm getting sy-subrc = 4.

UPDATE Z_LOCAL FROM TABLE LT_ZLOCAL_UPDATE.

 

Accepted Solutions (0)

Answers (0)