cancel
Showing results for 
Search instead for 
Did you mean: 

How to deactive the hyperlink for product

jiao_qian
Explorer
0 Kudos

In quotation,item level

for each item,there's hyperlink for the product.

For some reason,we don't want the user to enter the material master data.

Then how could I deactive the hyperlink.

Thanks

Best regards,

JiaoQian

Accepted Solutions (1)

Accepted Solutions (1)

former_member216611
Participant
0 Kudos

Hi,

If you want deactivate the hyper link of product , Press f2 on that field and take the component name , then goto component workbench T code as BSP_WD_CMPWB and enter the component name

Go to the VIEW next, go to Context Node ,Then select the attribute , then expand the getter and setter methods .

select the Get_p method then check the property of that attribute

iv_property holds the property comment the one which you don't need.

Answers (1)

Answers (1)

jiao_qian
Explorer
0 Kudos

Thanks