cancel
Showing results for 
Search instead for 
Did you mean: 

Additional SC Transaction Types

Former Member
0 Kudos

Hi all,

we are implementing SRM 7.02 with EP 7.3 and ECC 6.06. We activated Extended Classic Scenario with PPS, but we want to create only SC in SRM and replicate them into ECC as PR.

In the Customizing documentation it is written that only two transaction types are supported: SHC and EXTR. However, it is allowed to create additional transaction types, so I did it. But, when creating the shopping Cart there is no option to choose between the transaction types, so the SC is created with standard type SHC.

Please advise if and how we can use additional transaction types in Shopping Cart.

Thanks in advance and with

Best regards,

AJ

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Actually PPS is only supported in extended classic scenario.

Not sure how this would work using classic as well, since it has not been tested.

BAdI BBP_EXTLOCALPO_BADI is available to switch between scenarios.

Maybe you can try using it also in order to change extended classic to classic scenario.

Regards,

Ricardo

Former Member
0 Kudos

HI Ricardo,

thank you for your comment. I described our configuration because I know it's an unortodox one. Actually I placed the question about our configuration in another thread but received no answer. We'll try to solve it through some BADI's but we still don't know it's gonna work or not.

However, I opened this thread beacue I would like to know if it is possible to use additional SC transaction types, apart ot the standard ones: SHC and EXTR. The issue is that we can create them in SRM Customizing, but there are no option to choose one of them during the creation of SC, so the SC is created with the standard transaction type SHC.

I guess we have to extend the Header Table of SC, but we're still struggling with this. If you or anyone else have experience with this, I would appreciate any advise.

Best regards,

AJ

Answers (1)

Answers (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi AJ,

I'm afraid custom process type will not work correctly for shopping cart. I saw many places in ABAP code, where these types hardcoded as a constants.

My suggestion is to create a customer field on header level of sc and make a custom handling of this field.

Regards

Konstantin

Former Member
0 Kudos

Hi Konstantin,

thank you for your answer. I guess you're right, customer field on header level should probably be working more straight forward. We shall try it this way.

Best regards,

AJ

Former Member
0 Kudos

Hi AJ and Konstantin,

I am also having a similar requirement and my main purpose it to assign different number range to Shopping Carts created for different transaction types.

I believe the customer field that you have mentioned at header level is to capture the Transaction Type.

Can you please elaborate on how we can use this achieve to get a different number range when different transaction types are entered.

Thanks

Punit