Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Alternate Calculation Type?

Former Member
0 Kudos

Hi

In SAP SD-Pricing, suppose I have Alternate Calculation Types for my condition records in a procedure.

I want to know the exact flow, like I know first the requirement will be triggered and then if it is satisfied then only we can go ahead .

BUt in my case I want to know at what point of the code is Alternate Calculation Type triggered.Is there any way I can do it like putting a debug at a specific point.I did that by going in the Alt Calc Type but am still not clear about the exact flow.

Please throw some light on it.

Thanks

1 REPLY 1

Former Member
0 Kudos

Hi,

The function module SD_COND_ACCESS determines the condition records..

Put a break point in the FM..

Thanks,

Naren