Application Development and Automation 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: 
Read only

Function module or standard program for settled rebate conditions

former_member208541
Participant
0 Likes
821

hi,

we have a Z report which does a price simulation. basically in the report, we have to enter some data in the selection screen like customer, material, pricing date and sales order type. what this report does is it calls VA01 in background and so the pricing conditions are determined and are avalailble in KOMV strructure and thus we get the output from such structure with all condition types and their values.

so everytime we run this z report, every time it calls a sales order in create mode in background.

but the issue is, this report does not show rebate condition types(rebate condition type status D), if the the rebate agreement has status D(finally settled). this is because our rebate condition types is supposed to appear in sales order but once a rebate agreement is settled, this report will not show the rebate conditions since once rebate agreement is settled, the rebate conditions will not come in pricing since this is sap standard and since our z report call va01, these reabte conditions are also not available in structure.

so what to do so that rebate conditons for rebate agreement which is settled aslo appear in our pricing simulation.

is there any other way of simulating so that the above problem is avoided or coud you pls let me know the function module or standard progam which prevents rebate conditon types with status D not to appear in sales order pricing,

regards

sachin

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
523

I guess there would not be any program or FM which would allow you to process the pricing conditons from the settled Rebate agreement.

Once the rebate agreement it fully settled, all the pricing conditions are locked.

System would accumulate the total values of all the rebate pricing conditions from all the relevant Sales documents and than create Credit Memo. Once you have created the credit memo, the status of the rebate agreement would be changed to Settled.

If you have partially settled the Rebate Agreement Status "B" than those pricing condition would appear in your sales document pricing.

So, better to

Settle the agreement partially Or

Create a new rebate agreement with the new pricing conditions.

Regards,

Naimesh Patel

Read only

former_member376453
Contributor
0 Likes
523

Hi,

I think Functional people can determine it thorugh configuration. You can check with them.

Kuntal