Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Removing fields

Former Member
0 Likes
775

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
753

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

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

5 REPLIES 5
Read only

Former Member
0 Likes
753

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

Read only

Former Member
0 Likes
754

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

Read only

0 Likes
753

when ' cinsm'.

ls_fieldcat-no_out = 'X'.

does it has to be some thing like this?

Read only

0 Likes
753

thanks sooo much.

its really working...

full points for you

Read only

0 Likes
753

so what if you have to add a new field....

any stmt u can suggest....