cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SC in SRM 7.0

Former Member
0 Likes
258

Hi Gurus

When the user create a SC in SRM, the delivery address of the SC is determined from user (Requester) BP address information..

But when the user (Requester or approver) change any address information before or after creating the SC, the fields are getting overwritten with default address..

Please let me know why this is happening, any help is appreciated..

Thanks!!

Siva

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi

Default settings Address is copied only for line items which are newly added to the SC . If the items are changed and still system is copying the default in the Address then it could be a bug or a problem in your code(if you ve Change BADI Active)

Look into Muhtu's instructions and check your custom stuff.

Regards

Virender Singh

Former Member
0 Likes

Hi,

Even I had same issue.. Please review the following OSS note

Note : 542719

According to this note you need to clear out the address number in Doc_Change_BADI, if the user change any fields in delivery address..

This should resolve your issue..

Thanks!!

Bharath

Answers (2)

Answers (2)

Former Member
0 Likes

May I please further request for your assitance I am trying to create a SC and I have tried to add delivery address  bby 2 types .

1. By adding through the portal

2> i have tried to add the same through ppoma_bbp in user attributes "Delivery address"

I have also made it default however when I raise the SC it again shows me as blank :

I am not too sure how do I populate the value that I need . Please see below still the delivery address is blank !!

Former Member
0 Likes

Note 1476214 - Delivery address not refreshed when buy-on-behalf changed.

Note 1442277 - Ship-to address in default settings not transferred to SC

ADRC TABLE ADDR_GROUP equals BBP1 - It confirms that you have entered manually ship to address but it is over riden by default.

1. create a sc

2. ship to address - manually entered other than default

3. order a cart - awaiting for approval

4. change mode - enter quantity or price

5. now sc delivery address should not make it in to default .

then it is a bug.

refer this notes or create oss message

Muthu