Hi guys,
I am a java developer i don't have any experience in ABAP. But one task has been assigned to me in ABAP. I have a requirement to create a dynamic internal table that must contains all the column of database table but according to the requirement i have to drop some column of the dynamic table after creation. Problem is the dynamic table should be created with all the column of database table which i have done. but now i have to drop some column which are listed in a string. I don't know how to do this.