In ABAP, a standard internal table declared as 'type table of' does NOT enforce primary key uniqueness by default. Unlike database tables where primary keys must be unique, standard internal tables allow duplicate entries. You can indeed store multiple records with the same BP number in such an internal table. Option B is incorrect because internal tables do not enforce primary key constraints the same way database tables do.