I am trying to declare a global table gt_sel2 as type table zqmqnewslist(which is a structure), however one component of the zqmqnewslist which is PRUEF(type ZQMKZPRUEF), I do not want it in the newly table gt_sel2.
Is there any way to declare the table gt_sel2 as type zqmqnewslist without the component PRUEF? I know that we can also do it through a select, where we select all the necessary components of the table zqmqnewslist excluding PRUEF, but is there any short way?
Thank you all in advance!