cancel
Showing results for 
Search instead for 
Did you mean: 

How can we control the standard filed using CUF?

Former Member
0 Kudos

Hello

We use SRM Server 5.5 (SP 07)

We want to make the Price field as display on shopping cart screen.

We created CUF for PR type. We have PR01 and PR02.

If PR type is PR01, we want to make Price field as display.

So We tried to use BBP_UI_CONTROL_BADI. But this BADI is not working.

We found notes for this badi and applied this note to our system.

Notes number:

1053594

1046796

1040879

1058238

1021742

But we still have problem. The parameters IS_HEADER and IS_ITEM are not filled.

How can we control price field as display, when we choose the PR type with PR01?

Thank you,

Best Regards,

SH.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the BADI BBP_DOC_CHANGE_BADI along with BBP_UI_CONTROL_BADI.Check the Transaction type calue in BBP_DOC_CHANGE_BADI badi and acc set a flag(using SET stmt) and pass this flag to the BBP_UI_CONTROL_BADI(using GET parameter) and then change the Field property for PRICE field.

BR,

Disha.

Pls reward points for useful answers.