rebate processing in sap

What is Rebate Processing in SAP SD?

The rebate processing in sap is a discount given to the customer retroactively. This discount is based on the sales volume over a specific period of time.

Rebate can be independent of sales volume also.

rebate processing in sap process:

  • Create rebate agreement. Specify payer, condition record, validity, settlement material etc.
  • System keeps track of rebated related billing documents including credit and debit memos.
  • Accruals are posted to financial accounting when billing document is released to accounting.
  • Rebate settlement can be done either manually or automatically or using batch programs (in the background).
  • A credit memo is issued for the accumulated rebate amount to settle the rebate agreement.

Retroactive rebate agreement helps to take care of billing document (within rebate agreement validity period) created before creation of rebate agreement.

rebate

Configuration/Master Data

  • Rebate processing must be activated for customer master (payer), Sales organization and Billing document type.
  • Rebate condition types are created with condition class ‘C’ (Expense reimbursement).
  • Define rebate agreement type.
  • Define condition type groups to define group of condition types and tables for rebate processing.
  • Assign condition type group to rebate agreement type.
  • Assign condition types and conditions tables to condition type groups.

Also See: Product Lifecycle Management an Overview

Online Training Tutorials

  • Rebate Processing in SAPWhat is Rebate Processing in SAP?Rebate process is a agreement between the company and the customer in the form of granting discounts paid retroactively to the customer on the basis of specified turnover. A rebate process […]
  • SAP Closing ProceduresWhat is Closing Procedures in SAP FI (Financial Accounting)?SAP Modules has its own period-end and year-end closing procedures. FI (Financial Accounting) is one such module, which lets the user keep more than one period open at the same time. FI is […]
  • Maintain Versions in SAPHow to Maintain Versions in sap?To enter any transaction data in sap - CO, we need to maintain versions. Version stores your data into what type of data we entering whether Planned Or Actual. The most suitable version […]
  • SAP standsWhat is SAP and What Does SAP Stand For?SAP stands for " System Applications and Products in Data Processing", a biggest software company headquatered in Walldorf, Germany. It was founded in 1972 as " Systemanalyse und […]
  • C Program to Find Total of Even IntegersC – If else Statement with ExamplesThe if else statement is used to express decisions and the syntax as per below, if (expression) statement 1 else statement 2 where the else part is optional. The expression is […]
  • SAP BASIS Transaction CodesSAP BASIS Transaction Codes ListsHere you find SAP basis transaction codes and with functions and usage with short description. User Overview: Display all the users who are currently logged on to the system and show […]
  • jQuery Interview QuestionsjQuery Interview Questions and AnswersjQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. We have listed of […]
  • JavaScript BooleanJavaScript BooleanJavaScript Boolean, It is often useful to have a value that distinguishes between only two possibilities, like “yes” and “no” or “on” and “off”. For this purpose, JavaScript has Boolean […]