cancel
Showing results for 
Search instead for 
Did you mean: 

how to make non editable field after requestor created the shoping cart

Former Member
0 Kudos

Hi,

i need to make non editable field (Price field) after requester created the shooping cart.The field should be non editable only for requster .

this i need to make when workflow triggers when the buyer sends back the shopping cart to requester.

one solution which i found:depend on the status of the shoping cart

but i dont know whether it is correct way.

if not please suggest me the solution.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can implement the BADI" BBP_UI_CONTROL_BADI".

You can check for the role of the user who has logged in(e.g. for user REQUESTER,there will be a distinct role to idnetify that the user is a requester) and then acc set the display properties for the field PRICE.

For sample code pls refer the foll links:

BR,

Disha.