cancel
Showing results for 
Search instead for 
Did you mean: 

Exact way to find SoS 7.0 in SRM Shopping Cart ( Classic)

Former Member
0 Kudos

Hi Experts,

We have SRM7.0 ( SP08) with ECC6 ( Ehp4) having Classic Scenario . It seems system was proposing corrcet SoS ( ECC Contarct or PIR) in Shopping Cart .

But suddenly it lloks ssytem is not propsong expected / corrcet SoS in SC.

I saw FM-BBP_SOURCEDETER_GETSOS_MULTI , BAPi-BAPI_SOURCEDETERMIN_GETSOS in ECC and in Shooping Cart..all tghese are not in synschronization..... confused..

Can any one please suggest me , what is the exact process to propose SoS in the SRM SC in Classic scenarion ? Where exactly I can see the corrcet List of SoS ?

Thanks

NAP

Accepted Solutions (0)

Answers (1)

Answers (1)

ricardo_cavedini
Employee
Employee
0 Kudos

Hello,

If you set a breakpoint at include LBBP_PD_SOSF25, you will see that system does a test:

...

IF lv_asynchronous EQ c_on.

...

If you would like to debug the source of supply determination, erase the flag in variable lv_asynchronous and then system will look for contracts in ECC in synchronous mode. So you can check the result via debug.

Regards,

Ricardo