cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Type Value

Former Member
0 Kudos

Hi All,

We have a manual condition type ZP00, the value(2500) for this condition type is populted through file.

In the sales order it is taking as 25000.

i.e multipl of 10 (2500*10=25000).

What could be the problem?

We are creating the sales order through BAPI_SALESORDER_CREATEFROMDAT2.

with regards

Azeez Mohd

Accepted Solutions (0)

Answers (4)

Answers (4)

gomatheeswaran_palaniappa
Active Contributor
0 Kudos

Hi,

If you pricing calculation involves two currencies (Doc currency is different than condition record currency), system does exchange rate calculation. During that time, it refers TCURF-FFACT. Please check if it is 10 for you.

For ex.,


Extype From currTo curr  Valid from    FFACT     TFACT
P	COP	EUR	79969069	10	1
P	COP	MXN	79969069	10	1
P	COP	USD	79959898	10	1
P	IDR	ARS	79969069	10	1
P	IDR	BRL	79969069	10	1
P	IDR	EUR	79969069	10	1
P	IDR	MXN	79969069	10	1
P	IDR	USD	79959898	10	1
P	VEB	USD	79959898	10	1
PS	COP	ARS	79969069	10	1
PS	COP	EUR	79969069	10	1
PS	COP	MXN	79969069	10	1
PS	COP	USD	79959898	10	1
PS	COP	USD	79969069	10	1
PS	IDR	USD	79959898	10	1
PS	VEB	ARS	79969069	10	1
PS	VEB	EUR	79969069	10	1
PS	VEB	MXN	79969069	10	1
PS	VEB	USD	79959898	10	1
PS	VEB	USD	79969069	10	1

Regards,

P Gomatheeswaran

Former Member
0 Kudos

Hi Azeez, if your calc type is C then it gets multiplied by the ordered qty...please chk.

Regards

RS

Former Member
0 Kudos

Hi,

In our scenario the order quantity= 1 only.

Condition rate and condition value both are coming with multiples of 10.

The condition Rate is populated manually through file.

with regards

Azeez Mohd

former_member209761
Active Contributor
0 Kudos

Dear Azeez Mohd,

I think this is due to some calculation issue in BAPI.

It is better you ask your ABAPer to debug the code and see from where 10 is picked for calculation.

Thanks & Regards,

Hegal K Charles

Former Member
0 Kudos

Hi All,

The problem is solved.

When we are passing the value we didnt pass the currency,bcoz of that the problem is??

Now we are passing the Value along with currency.

Its working fine.

With Regards

Azeez Mohd

former_member209761
Active Contributor
0 Kudos

Dear Azeez Mohd,

What is the QTY of the line item?

Check and revert back.

Thanks & Regards,

Hegal K Charles

Former Member
0 Kudos

Hi,

What is the calculation type of this condition type...

Former Member
0 Kudos

Hi,

Calculation type is "C" - Quantity.

with regards

Azeez Mohd