SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

EDM settlement in ISU

Former Member
0 Kudos

Hi All,

I like to know the process and procedures in Settlement which is in ISU -EDM and also their tcodes . Can any of u help me

Regards

Abeehs

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi There,

Settlement in EDM is used to process settlement runs, schedules and load shapes while calculating energy feeding, energy withdrawl and calclulate balance deviation.

Here you have some T codes..

EEDMSETTLANALYSE : Display Settled PoDs for Document (REEDMSETTLANALYSEDOC)

EEDMSETTLANALYSEPOD : Documents for PoD Display (REEDMSETTLANALYSEPOD)

EEDMSETTLCHANGE : Change Settlement Document ()

EEDMSETTLCREATE : Create Settlement Document ()

EEDMSETTLDISP : Display Settlement Document ()

EEDMSETTLPARA_WZ : Wizard: Check and Create Parameters ()

EEDMSETTLST : Start/Stop Settlement Run ()

EEDMSETTLUNIT01 : Create Settlement Unit (SAPLEEDM_SETTLUNIT)

EEDMSETTLUNIT02 : Change Settlement Unit (SAPLEEDM_SETTLUNIT)

EEDMSETTLUNIT03 : Display Settlement Unit (SAPLEEDM_SETTLUNIT)

EEDMSETTLVAR01 : Create Selection Variant (SAPLEEDM_SETTL_VARIANT)

EEDMSETTLVAR02 : Change Selection Variant (SAPLEEDM_SETTL_VARIANT)

EEDMSETTLVAR03 : Display Selection Variant (SAPLEEDM_SETTL_VARIANT)

EEDM_SETTLUNIT_GEN : Generation of Settlement Units (REEDMUISETTLUNITGENERATE)

Hope this what you are looking for..

Vinod

View solution in original post

2 REPLIES 2

Former Member
0 Kudos

Hi There,

Settlement in EDM is used to process settlement runs, schedules and load shapes while calculating energy feeding, energy withdrawl and calclulate balance deviation.

Here you have some T codes..

EEDMSETTLANALYSE : Display Settled PoDs for Document (REEDMSETTLANALYSEDOC)

EEDMSETTLANALYSEPOD : Documents for PoD Display (REEDMSETTLANALYSEPOD)

EEDMSETTLCHANGE : Change Settlement Document ()

EEDMSETTLCREATE : Create Settlement Document ()

EEDMSETTLDISP : Display Settlement Document ()

EEDMSETTLPARA_WZ : Wizard: Check and Create Parameters ()

EEDMSETTLST : Start/Stop Settlement Run ()

EEDMSETTLUNIT01 : Create Settlement Unit (SAPLEEDM_SETTLUNIT)

EEDMSETTLUNIT02 : Change Settlement Unit (SAPLEEDM_SETTLUNIT)

EEDMSETTLUNIT03 : Display Settlement Unit (SAPLEEDM_SETTLUNIT)

EEDMSETTLVAR01 : Create Selection Variant (SAPLEEDM_SETTL_VARIANT)

EEDMSETTLVAR02 : Change Selection Variant (SAPLEEDM_SETTL_VARIANT)

EEDMSETTLVAR03 : Display Selection Variant (SAPLEEDM_SETTL_VARIANT)

EEDM_SETTLUNIT_GEN : Generation of Settlement Units (REEDMUISETTLUNITGENERATE)

Hope this what you are looking for..

Vinod

Former Member
0 Kudos

Hi Abeehs

Here is something about Energy Data Settlement.

In a deregulated market scenario energy settlement is the key process, which can be used to calculate actual / forecast for the area. Based on the role in the utility market energy settlement in EDM refers to settlement of energy quantity. Settlement is used to calculate actual or forecast consumption for settlement units. Consumption values are analyzed in small time intervals and calculated as a profile. The input data required for settlement is taken either from Energy data repository or formula calculation

The division of consumption values into time intervals (15 minutes, for example) also takes place for consumption values measured without a load shape meter (for example, annual/monthly consumption of residential customers).

The algorithm used to divide up consumption not measured in intervals, is determined by the settlement process, which can be created as an SAP Business Workflow from available settlement steps.

Point of delivery plays a crucial role in settlement procedure. It is used in allocation of consumption values in settlement unit

Settlement Procedure

All Settlement run takes place according to pre defined settlement procedure .These procedures are defined into individual settlement steps that can be executed sequentially or simultaneously

Settlement Units : A settlement unit is an object that corresponds to settlement area. Settlement unit allows to control which consumption values are selected for settlement. As a result of settlement one profile is created for for every settlement unit within the settlement period

If the suppliers and distributors are managed in the same system the POD (Point of Delivery) is required to be allocated. Settlement views separate distributors and supplieru2019s view so that in every view a point of delivery is uniquely allocated to a settlement unit.

Settlement Document: Before starting settlement run a settlement document is created.

Header Data for settlement Document contains settlement period, settlement mode, settlement procedure and selection variant.

The algorithm for development of settlement procedure can be described below:

1. Critical Analysis of Business Requirement.

2. Based on Point 1, above second step is to analyse if new settlement procedure is required or there is existing settlement procedure available or any Re-Usable procedure available.

3. If the study results of above requires new settlement procedures then steps in customizing for settlement procedure is to be defined.

a. Assumption : There is some settlement procedure available and basic customizing settings for settlement procedure has been done.

b. These basic settings include Defining Settlement views / Defining Number ranges of settlement documents and defining number ranges of temporary profile.

c. While defining new settlement procedure/

d. In Customizing for Parameters for settlement procedures the parameter type is required to be defined in terms of input /Output or Interim results .Based on this result parameter name, parameter category and settlement parameter is identified.

e. In Customizing for selection criteria for Settlement Procedure, settlement unit category, service type, roles for allocation to installation or register etc are defined.

Regards

Saurabh Sinha

Hope it helps....!!