lt_material = select "KNDNR", "ARTNR", "MATKL","VV010" from "ARUN"."CE1IDEA" where "ARTNR" = :artnr;
am i assigning the lt_material to select statement result it can shows an un authorized error in procedure
lt_material = select "KNDNR", "ARTNR", "MATKL","VV010" from "ARUN"."CE1IDEA" where "ARTNR" = :artnr;
am i assigning the lt_material to select statement result it can shows an un authorized error in procedure