cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap billing bypass condition type

former_member242092
Active Participant
0 Kudos
1,090

Hi ,

i have total four condition type in order level and these condition type will be determined through condition records,

But as per business requirement ,while billing system does not redetermine one condition type and it should copy as it is as sales order ,,we have maintained pricing type 'C' in copying control.

I have done little R& D to solve this issue and finally found one enhancement RV61AFZA,but i am not understand how to write the code in this one can you please help to solve this issue.

View Entire Topic
former_member183501
Active Contributor
0 Kudos

Hi,

I had a similar requirement in on of my previous project. We achieved this by following the oss note 24832.

Logic 1

In program RV61AFZA, following code could be written by the ABAPer.

For Condition type : Z001, Z002, Z003 Pricing Type C should triggered and for Z004 pricing type D should be triggerd.

Logic 2

Assuming that condition type for which pricing should be copied from the sales order is not a tax condition and no condition category is there.

If you do not want to hard code the condition types then you can maintain condition category T685A-KNTYP = X for Z004

Logic would be to trigger pricing type D if T685A-KNTYP = X

Please take test the same and share the outcome

Regards

Kamlesh

former_member242092
Active Participant
0 Kudos

Hi Kamlesh,

Thank you for your reply,

i have found same note in google,but i could not find the solution.

we do not want to redetermine below condition type in billing.

Copying control condition type is "C".

condition type ZCCC- cutting charges

Condition class -A

Calculation type - A

Condition category -blank

Condition type is variant condition type

System picking default value KONV-KSTEU = D.

Can we make any corrections konv table will it work.

Regards

Ravi