‎2007 Sep 24 7:28 AM
Hi All,
I have created a row in the main table and the row has to print the value based on material group.I kept the condition on the row and the code is as follows.
IF MATKL ne 'LRT'.
with this condtion it is printing one empty row when the MATKL is LRT and for other values of MATKL the values are printing fine.
But i want to delete that empty row when the material group is LRT.
Thanks,
Bhavani
‎2007 Sep 24 7:40 AM
Dear delete the internal table for MAKTL eq 'LRT' or move the same in another table if u need the same( before deleteing).
Second this check whether you have created somthing like a text element for the condition MAKTL EQ 'LRT'.
reward if useful.
regards
Amit Singla