‎2008 Feb 10 5:36 PM
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
‎2008 Feb 10 8:29 PM
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..