‎2007 May 04 7:09 PM
i have some thing like this in ALV report.
itab-clabs = itab-clabs + itab-cinsm.
and i have to make cinsm to be not displayed in output....how to do it
‎2007 May 04 7:12 PM
Hi
In the field catalog use <b>no_out = 'X</b>' for that field CINSM
it wont display in the output
Reward points if useful
Regards
Anji
‎2007 May 04 7:12 PM
i also have
itab-tdema = itab-cuqty + " Current S/O - customer
itab-inqty + " Current S/O - Internal
accbom-slevel. "safety stock
and i shud remove the field cuqty from being displayed...
plz help
‎2007 May 04 7:12 PM
Hi
In the field catalog use <b>no_out = 'X</b>' for that field CINSM
it wont display in the output
Reward points if useful
Regards
Anji
‎2007 May 04 7:18 PM
when ' cinsm'.
ls_fieldcat-no_out = 'X'.
does it has to be some thing like this?
‎2007 May 04 7:20 PM
‎2007 May 04 7:23 PM
so what if you have to add a new field....
any stmt u can suggest....