cancel
Showing results for 
Search instead for 
Did you mean: 

How to change SC Created

Former Member
0 Kudos

Hello Friends,

I have a requirement that SC created needs to change.. Here is the scenario.. A (Created) create a SC and it is awaiting for approval. Say for example A is going on vacation or He is no more with the company. Now the cart needs to be changed from 100 to 200 Quantity. I thought to fix this requirement by using BBP_PD_SC_UPDATE function module in my custom problem where i change

partner function 16 and 20 to B 'User'. The FM BBP_PD_SC_UPDATE is giving successful message but updating is not working even i use 'BBP_PD_SC_COMMIT' FM after call the BBP_PD_SC_UPDATE FM. Is there any standard program or role available to use for the scenario. Any suggestion will be appreciated.

With Regards,

John.

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_novoth
Active Contributor
0 Kudos

Hi John,

this is possible with SRM 7.0 and 6.0 within the standard, but under SRM 6.0 you will need to modificate.

So the user B would like to change the SC in the transaction BBPSC04. The BBPSC04 selects the SCs with the function module BBP_PD_SC_GETLIST. The BBP_PD_SC_GETLIST gets as import parameter the actual user.

You need to interact here, define your own logic, and overwrite the user.

Than the SC can be selected and also changed (if the status of the SC allows the change).

Regards,

Peter

Former Member
0 Kudos

Hello Friends,

No one face this kind of requirement. How standard works for this scenario? any idea..

With Regards,

John.