cancel
Showing results for 
Search instead for 
Did you mean: 

Table control: Field ESLL-ACT_MENGE cannot be displayed

0 Kudos

Hi all,

I have a problem related to the table control configuration for ME33K transaction.


I try to change the attribute of the field ESLL-ACT_MENGE; I have removed the flag of invisible,activated and saved but isn’t displayed. 


I have looking for OSS notes but without success. The note 439070 it’s obsolete (old version). And in the note 120901 where isn’t the ME33K transaction.


I have changed attribute for some other fields and everything is fine.  This means that I do not have permission issues.


I try to change the customizing but nothing is changed.


Have you any ideas or suggestions?

Accepted Solutions (1)

Accepted Solutions (1)

former_member211279
Active Participant
0 Kudos

Hi Giorgio,

The field ESLL-ACT_MENGE cannot be displayed for a contract. The reason for this is hard-coded (meaning it takes preference over all customizing or table control settings):

****************

Include LMLSPF1O

IF glob_origin NE bestellung AND glob_origin NE erfassung

          AND NOT ( glob_origin EQ vorgang AND comsrv-int_use EQ yes ).

          screen-invisible = on.

        ENDIF.

        screen-input = off. <<<<<<<<

****************


The field is displayed for Purchase Order or Service Entry Sheet only.

if you are using service masters, you could check report MSRV5 to check the contract service release quantity.

Thank you & Regards,

Eduardo

Answers (0)