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

Regarding Intercomp Purchasing and STO

Former Member
0 Likes
163

Hello Gurus,

Did any one have any idea if intercomp. and STO purchasing can be done in SRM.

Is it possible in any specific implementation scenario.

Any info will be appriciated.

Thanks

IS

View Entire Topic
Former Member
0 Likes

Hi,

IN SRM Standard does not support STO process. How ever we can achieve this in Classic scenario by implimenting few of BADI's.

1 : We can use the Badi "BBP_EXTLOCALPO_BADI" to control classic / extended classic

2 : Use the BADI "BBP_TARGET_OBJTYPE" to define what type of backend end document need to be created. In this case it should be PO.

ltem_data_wa-PACK_OBJTYPE = 'BUS2012'.

3 : BBP_CREATE_BE_PO_NEW : Use this badi to change the Item type to "U" which is required for STO PO in ECC. Also populate the supplying plant for here.

You can have your own logic to determine the Supplying plant.

4 : BBP_BS_GROUP_BE : You can use this badi to group the shopping items per supplying cart to create one STO PO.

I hope these information will help you to implement the STO process in SRM.

Regards,

Kalandi