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

table update problem!!urgent

Former Member
0 Likes
352

heelo experts.

i have a problem in my project .the situation is like this .i am updating user parameters through bdc by using su01 transaction.the parameters value are being stored in an internal table that have 10 values being retrived from a z table but when i am updating i find only 7 valuesare being updated can any 1 tell me how can i update all the 10 value s.this is very urgent.please help

regards

prasun

1 REPLY 1
Read only

former_member156446
Active Contributor
0 Likes
329

Hi I guess the rest of the 3 entires already exist in the table. The existence of an entry is based on the Primary key combination. Try different statement to update.. like insert or append.. rather than Modify..