cancel
Showing results for 
Search instead for 
Did you mean: 

How to Display a custom filed?

Former Member
0 Kudos

Gurus,

I had created two custom fileds for the Shopping Cart with a drop down menu containing the value along with the description . The data gets validated with a custom table being defined in R/3.

When a user choose any value from the drop down field only the value only gets displayed not the Description of the value field.

My question is that

Is there any where I can display the desription of the custom fields also on the screen along with the values ( which it does as of now).

Please advice with all options..

Thanks

ANKIT

Accepted Solutions (0)

Answers (2)

Answers (2)

Ramki
Active Contributor
0 Kudos

Hi Ankit

You have two options.

1) Get the field value in the 2nd custom field (Description) defaulted based on the first custom field using BADI BBP_CUF_BADI_2.

2) Modify the ITS Service (HTML) to show the description for first customer field in drop-down instead of the key value. This is slightly complex as you do not get the ITS service directly for each custom field (they are generated during run time).

Rgds

Ramki

Former Member
0 Kudos

Hi

Please refer to SAP OSS Notes 672960 and 458591 (for creating Custome fileds)..

It's very much possible to add description accordingly..

Let me know incase you face any problems...

Regards

- Atul