cancel
Showing results for 
Search instead for 
Did you mean: 

Note 746857 - Cost assignment default with "shop on behalf"

Former Member
0 Kudos

Hi All

We are using SRM 7 SP08.

We are facing the exact issue mentioned in Note 746857 - Cost assignment default with "shop on behalf"

If you shop on behalf of another user and check the default settings for items, then the account assignment can remain that of the user doing the shopping.

But Note 746857 is for SRM 4 and 5.

Does anyone know of a Note.

The fixes mention in note are missing in SRM 7.

Here is an test case that fails.

Request has Cost Center ABCD

SOBO has Blank Cost Center.

When Requester Selects SOBO ....Clicks Default Settings and then adds item....Cost Center ABCD of Requester is used.

Nikhil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Note 1570357 - Buy On Behalf default attributes not populated in SC

Former Member
0 Kudos

Hi ,

As of now there is no note on this I hope. Even I faced the same problem and I found where to fix but we need to need request for OSS.

we r on SRM 7 SP10 and till now we dont have any note on this.

See the below code in standard class.They reading attributes with SY-UNAME which is wrong while buying on be half of others.You can raise OSS note on this.

Goto this classs /SAPSRM/CL_PDO_DO_ACCT_ASSGMNT

Goto method --GET_PPOMA_VALUE

CALL FUNCTION 'BBP_READ_ATTRIBUTES'

EXPORTING

iv_user = sy-uname

iv_scenario = 'BBP'

iv_attr_single = ls_attribute_id

IMPORTING

et_attr = lt_attributes

ev_attr_dft_single = ls_default

EXCEPTIONS

object_id_not_found = 1

no_attributes_requested = 2

attributes_read_error = 3

OTHERS = 4.

Regards,

Devi