cancel
Showing results for 
Search instead for 
Did you mean: 

Re-Need to create Check box in SRM5.0

Former Member
0 Kudos

Hi All,

Is it possible to create a check box at item level in Bidding screen in SRM5.0.

If possible could you please give some suggestion of how it could be achieved?

Thanks,

sibi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sibi,

Customer fields can be added to the standard SRM Bidding screen by implementing the BBP_CUF_BADI_2. Also appending the check box field in the structure INCL_EEW_PD_ITEM_CSF_BID.

Regards

Anirban

Former Member
0 Kudos

Hi Anir,

Fine thanks,I have a question to you.

See when custom fields added in include structure all fields are get displayed in one below another.

So in that case if add how can i place the custom field and check box in the same line

like custom field -


> check box How it could be achieved in SRM5.0

Thanks,

Sibi

Former Member
0 Kudos

Hi,

If you mean that you have two customer fields to be added like below:

Scenario a) Field 1 followed by Field 2 ( which is a checkbox )

Solution: Append the fields in the include mentioned in my previous post and remember to select the data type of second field as XFELD which will eventually display a checkbox next to the first field in the same line.

Scenario b) Field 1 (Label or Text Field) followed by Field 2 ( which is a checkbox )

Solution: Same as above.

Regards

Anirban

Former Member
0 Kudos

This message was moderated.