cancel
Showing results for 
Search instead for 
Did you mean: 

Do not display field in report output using ALV

aris_hidalgo
Contributor
0 Kudos

Hello friends,

I have a dilemma here. I sorted my report using a dummy field named asset_dum. now, this is my basis of sub totals but I do not need to show it in the display. Is there a way or an option to do this?

Accepted Solutions (1)

Accepted Solutions (1)

former_member188685
Active Contributor
0 Kudos

Hi,

you can use <b>fieldcat-no_out = 'X'.</b> for that field.

Regards

vijay

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The problem with NO_OUT is that if the user changes the layout he can see the field and there is nothing in the system that would stop him from displaying the same.

However TECH field should be useful in your case.

TECH

If this field is set, the relevant field is not displayed on the list and cannot be shown interactively. The field is only known in the field catalog. (For example, it must not be specified as a sorting criterion).

Regards,

Ravi

Note : Please close the thread if the issue is resolved and mark all the helpful answers

LucianoBentiveg
Active Contributor
0 Kudos

There is a field in fieldcat for that:

fieldcat-no_out = 'X'.

Regards.

former_member927251
Active Contributor
0 Kudos

Hi,

While populating the field catalog for the field that u don't want to display do the following.

field-no_display = 'X'.

Keep the rest of the things as it is.

Regards,

Amit

Former Member
0 Kudos

try this option in fieldcatalog

it_fieldcatalog-tech = 'X'.