cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide standard fileds ?

former_member184111
Active Contributor
0 Kudos

Hi All,

How can we hide the standard fields like Company Code , Location , Goods Recipents etc under the tab Basic Data in EBP?

Thanks,

Anubhav

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anubhav,

You can use BBP_UI_CONTROL_BADI to hide these standard fields under the basic data tab.

Sample Code:

CASE IV_FIELDNAME.

WHEN 'GS_SCR_BASIC_I-BE_CO_CODE' OR 'GS_SCR_BASIC_I-RECIPIENT_ID'.

CV_INVISIBLE = C_X.

CV_INPUT_READY = ' '.

ENDCASE.

You can try hiding these fields in the Screen Variant through the SHD0 Transaction.

Thanks,

Pradeep

former_member184111
Active Contributor
0 Kudos

Hi Pradeep,

Issue resolved.

Thanks a lot,

Anubhav

Answers (0)