Skip to Content
0
Former Member
Jan 28, 2008 at 05:20 AM

Hiding account assignment fields

75 Views

I have to hide few fields in the table control of account assignment overview

PO->Item->account assignment.

UI CONTROL BADI doesnt seem to work for me

IF iv_fieldname = 'BBP_PDACC-DISTR_PERC' OR

iv_fieldname = 'T_SCREEN_ACCLIST-DISTR_PERC' OR

iv_fieldname = 'BBP_PDACC-G_L_ACCT' OR

iv_fieldname = 'T_SCREEN_ACCLIST-G_L_ACCT'.

cv_invisible = 'X'.

CLEAR cv_input_ready.

ENDIF.

any inputs anyone ?