SAP Function SAMPLE_PROCESS_00702602 - Sls-Based LO: Change Calculation of Sales-Based Rent

Parameter Reference Type Length Default Optional Text
IC_AGREEMENT REF TO CL_RE_UM_AGREEMENT 0 Contract Types VIMIMV And VICN01
ID_AP_BIS REGRATINGTO D 8 Grading/Tax Valid To
ID_AP_VON REGRATINGFROM D 8 Grading/Tax Valid From
ID_DBISPER DBISPER D 8 Date of Settlement Period End
ID_DVONPER DVONPER D 8 Period Start Date
ID_MANZAHL VIMI25-UBMELD P 8 Reported Sales In Units
ID_MBETRAG VIMI25-BMELD P 7 Reported Sales
ID_REPID SYREPID C 40 ABAP Program: Current Main Program
ID_VIMIUH VIMIUH u 122 Sales-Based LO: Contractual Sales Lease-Outs Header
IF_WITHOUT_FACTOR4UM XFELD C 1 Checkbox

Parameter Reference Type Length Default Optional Text
CD_BETRAG VVBUMVR P 7 Sales Settlement Amount
CD_FACTOR KOMP-ANZ_MONATE F 8 Number of Months
CD_VALUE_WITHOUT_CONDITIONS VVBUMVR P 7 Sales Settlement Amount


DEFINE &TEXT& = 'Load Settled Sales Intervals from Table VIMI28'
DEFINE &EVENT& = '00702602'
DEFINE &TYPE& = 'PROCESS'

Functionality
This function module is an interface description and does not containany coding. It is intended for developers of add-on components who wishto use their own function module at event &EVENT& (&TEXT&).
Function module SAMPLE_&TYPE&_&EVENT& must not be changed!
If you wish to create your own function module that is called at theabove event, proceed as follows.
Copy the function module to your own namespace.
Do not change the transfer parameters !!
Write your own coding in the copied function module.
Save and activate your function module.
Carry out the necessary settings in Customizing(Business Transaction Events).