cancel
Showing results for 
Search instead for 
Did you mean: 

Change the layout in shoppting cart page (Approval view)

former_member416498
Active Participant
0 Kudos

Hi all

I have a requirment were i need to change the field(product category enable/disable) in the approval page of "shopping cart". When an item comes for the approval all the fields will be diabled for the approver. Only thing he can do is to approve or not to approve.

But i have a requirement where approver can change the data in "Basic data" tray. That to he should be changing only the "Product Category". Rest of the field should be in read only. Is this possible using a BADI's. If so please give me the badi name.

Here i cannot use BBP_WFL_SECURITY profile as i want only the "Product Category" to be editable.

Please provide you inputs.

Regards

Vijay.M

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vijay,

You can try using the BBP_UI_CONTROL_BADI to make the required field read only.

The Method is BBP_SC_UI_CTRL

Use the parameter CV_INPUT_READY to make the fields read only.

Hope it helps.

Thanks,

Pradeep

former_member416498
Active Participant
0 Kudos

Hi Pradeep

Thanks for the BADI name. But my problem is not yet resolved. Thought for the "Product Category" field i.e. GS_SCR_BASIC_I-CATEGORY I am putting the cv_input_ready = 1. Even then i am not getting the field(Product Category) ready for input. Please suggest me to make it enabled for user input.

Regards

Vijay M

Edited by: vijaya musti on Dec 22, 2008 8:19 AM

Answers (1)

Answers (1)

former_member416498
Active Participant
0 Kudos

Resolved it.