cancel
Showing results for 
Search instead for 
Did you mean: 

error in PRICING PROCEDURE

Former Member
0 Kudos

Hi,

While inserting K005 in PRICING PROCEDURE. I am getting error Condition type K005 may only be used once please help me.

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member696369
Active Participant
0 Kudos

hi,

once check at condetions for a line items where any double entery for k005.

Former Member
0 Kudos

hi,

these two programs are affected and the coding from where the error is populating

L080MI0V

MV12DI0T

MODULE ZAEHK_KSCHL.

IF NOT T683S-ZAEHK IS INITIAL AND

T683S-KSCHL = SPACE.

MESSAGE E555.

ENDIF.

ENDMODULE.

MODULE v_t685a_datvo INPUT.

IF v_t685a-datvo = '6'.

MESSAGE e423(vk).

ENDIF.

ENDMODULE. " V_T685A_DATVO INPUT

hope this clears your issue.

balajia

Former Member
0 Kudos

Hi Bhaskar,

Is Condition type K005 "Rebate" Condition type?

As suggested by Lakshmipati, it has been mentioned in SAP Note 534980 that rebate con type gives this knid of error, so can you clarify it?

Regards,

Mayank

Former Member
0 Kudos

Hello.

This message means u may have this condition type already in your pricing procedure.

Pl verify if this is the case.

Thx

Dilip Sadh

Lakshmipathi
Active Contributor
0 Kudos

Check the following notes:-

1) Note 455752 - Double entry in pricing procedure RVCA01

2) Note 534980 - Double conditions in pricing procedure

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi

Can you tell the error message number that you are getting. Is this a Z message?

Thanks

Indranil

Former Member
0 Kudos

Message no. VT505