cancel
Showing results for 
Search instead for 
Did you mean: 

PPOSA_BBP attribute values preceding over to SC Template values

Former Member
0 Kudos

Hi Experts ,

I am surprised and afraid on the behavior of precedance of attribute value from PPOSA_BBP over Shopping Cart Tempate values.

User want to use diff account assignment Catagpries say CC, OR and WBS, so we didn't set any AAC as default .

Mostly user will create Public Template for requiered AAC & its values. There is one Tempalate with AAC OR ( Order) and its value 1001. But while creating SC w.r.t this Public Tempalate, sytem is taking the last AAC in the Attribute list in PPOSA_BBP i.e. WBS. So I have to reenter the requiered values of the AAC and its value in SC, which is totaly unexpected and frustating.

Public Tempalete is very useful functionality in SRM and while creating the newSC w.r.t. Temapalte ALL data from Tempalate should copied in new SC irresepctive of twaht mentioned in the Attributes. ( Mainly this is not the problem when we create SC w.r.t. Old Shooping cart)

The setting in the attributes should be work while creating Shopping cart independantly, from scartch.

Can anyone suggest what should be issue /problem behind this behavior or this is SAP standard ?

Thanks

NAP

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Even we face the same problem for any attribute if you have not set the default property BBP_READ_Attributes will take the last value of the attribute.

As per standard SAP it should work like that but what your point is correct. We checked with SAP they said it standard functionality.

we have implemented our custom solution for this.for example If there is no default cost center assigned then we made the cost center value black in the SC.

regards,

Devi

Former Member
0 Kudos

Thanks Devi.

Can you please share the detail , exactly what Custom deveolpmnet you done , which BADI/method you used ?

Our ultimate aim is that system should copy all the contains of the Tempalate into the new Shopping Cart irrespetive of whether default indicator set or not , offcourse if user have autorization of that attribute value in PPOSA_BBP.

will appriciate detail reply.

Thanks

NAP

Former Member
0 Kudos

Hi ,

Actually as per standard SAP it will copy all the contents of the Public template.

Please check in your change Badi that anywhere u called FM BBP_READ_ATTRIBUTES for accounting category attribute and

changing the accounting category.

Regards,

Devi

Former Member
0 Kudos

Thanks Devi,

This is not only problem with Account assignmnet Catagories and its values , but with Attribute Plant and Storage Location & others ..as well....Is this is also Standard ?

I will check .

Thanks

Former Member
0 Kudos

Hi ,

For any attribute as per standard if you have not maintained default flag in PPOMA_BBP the FM BBP_READ_ATTRIBUTES will take last value as default. Please check your code in change badi that you have assign accounting ctaegory these values when your creating SC from Existing SC template.

While creating SC from Existing you might be assigned the accounting category in change badi .You have to handle this in change badi .please check in you system and let me know.

regards,

Devi

Former Member
0 Kudos

I raised OSS Message, but SAP replied taht it is Standard Message.

Need to do some enhancement.