cancel
Showing results for 
Search instead for 
Did you mean: 

issue in F4 help in shopping cart ( Change Personal Default Settings )

Former Member
0 Kudos

Hello Guys,

I have one issue in shopping cart ( change personal settings ), please see the below screen shot... i am not getting correct company code description when i press F4 on company code field, i am getting back end company code description, but when i change description in Org Structure. i am not getting the description of org structure. how to get Org Structure description in Search help, can any one help me in this issue

Regards,

Vijaya

Accepted Solutions (0)

Answers (2)

Answers (2)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Vijaya,

try to change values in the table BBP_ATTR_VALUE_T for attribute BUK.

Or try to implement customer logic via BADI BBP_F4_READ_ON_EXIT

Best Regards

Konstantin

Former Member
0 Kudos

Hi Vijaya,

Comp code is picked up from User Attribute and than it checks the Comp Code.

The Comp Code Text value is picked up from table HRP1000. The field is SHORT / STEXT.

You need to check the search help "BBP_COMPCODE_VALUE" and check the Function module which particular field is getting picked up. This search help is called in standard Webdynpro comp "/SAPSRM/WD_SC_UI_SO_DEFV" for comp code search.

Best Regards,

Anil