cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle zero price

Former Member
0 Kudos

Hi,

There are 2 scenario and list of questions for SAP guru's...

Scene 1: -

The basic price (ZSAA) has to be fetched from one of the legacy system. For example, Material M1, the legacy system holds the price as 0.00. So, the alternative cal.type attached to ZSAA has to fetch the price as 0.00 and it should be valid price.

Issue: - The routine is properly fetching 0.00, but SAP is

not accepting the 0.00 as valid basic price. (where as discount has been accepted as 0.00)

Scene 2: - The basic price (ZSAA) has to be fetched from one of the legacy system. For example, Material M2, the legacy system does not hold any price but holds some error message.

Issue :- Here the routine attached to the ZSAA should bring the error message, that need to be populated during M2 pricing.

And ZSAA value should be 0.00 but not active.

How to handle this?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member204513
Active Contributor
0 Kudos

Hi Lakshmanan,

Iam giving some inputs as per my thinking,

1. You try to maintain the logic in the routine that '0' price also should accept.

you put that routine in the requirement column of your pricing procedure.

2. second scinerio also you can get through the new pricing routine.

Thanks,

Murali.