cancel
Showing results for 
Search instead for 
Did you mean: 

SRM : Default setting (Set values) in shopping cart.

Former Member
0 Kudos

Hi All,'

Default  setting (Set values) in shopping cart. 

REQUIREMENT: We have to add custom fields in the default set values popup in item basic data .

Webynpro Component: /SAPSRM/WD_SC_UI_SO_DEFV

View                                  : V_SC_SO_DV_I_BD

1) Added fields manually by enhancing the view and tested. Added Zfields not visible in Portal screen.

2) BADI: BBP_SC_MODIFY_UI TO ENABLE THE DEFAUT SETTING implemented as per suggestion in SDN to get displayed .but no luck

3) Found couples of notes in market place and followed (2-3 notes).But none of them are helpful.

Need help to add custom fields to V_SC_SO_DV_I_BD

System -SRM7.2

Thanks

Nagu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

Issue is solved myself, SAP has set invisible property to custom fields container in in FPM configurations of the view

laurent_burtaire
Active Contributor
0 Kudos

Hello,

SAP gave information regarding CUF not displayed in SC default settings:

1388298 - SHP Default Settings: Customer Fields are disabled

Regards.

Laurent.

oliver_wurm
Active Participant
0 Kudos

Hi Nagu,

you can implement a post-Exit of WDDOMODIFYVIEW and set the Attribute "Visible" to ABAP_TRUE. Depending on the logic SAP has implemented in the standard WDDOMODIFYVIEW it sets everything it doesn't know to "Visible" = ABAP_FALSE.

Regards

Oliver