Methods of Class
CL_ISU_EDM_SETTLSTEP_0001
This method fills the specified standard text with up to 99 profile numbers. If no standard text has been specified, ISU_EDM_SETTLSTEP_NO_VALUES is used. The parameters in the standard text must be named PROFxx (xx = sequence number). The standard text can then be used as additional information in the application log.
|
Parameter |
Type |
Description |
|
XT_PROFILE |
Importing |
Table containing profile numbers. |
|
YT_PAR |
Exporting |
Parameter for the application log. |
|
Y_BALTEXT |
Changing |
Standard text used. |
Writes a valid warning in the application log if EDM profiles with invalid data are opened. If you want other information to be provided, you must redefine the method.
|
Parameter |
Type |
Description |
|
X_COUNT |
Importing |
Number (of profiles) can be used if the method is redefined. |
|
X_INSTANCE_DATA |
Importing |
Instance data for settlement step. |
This method opens a profile parameter and reads the data within the settlement period.
|
Parameter |
Type |
Description |
|
X_PROFILE |
Importing |
Profile parameter |
|
X_INSTANCE_DATA |
Importing |
Instance data for settlement step. |
|
Y_PROFILE_REF |
Exporting |
Reference to profile data (profile values, header data, status). |
This method provides the resulting context. The settlement unit, the grid or the customer group is deleted if parameters for different settlement steps, grids or customer groups are processed.
|
Parameter |
Type |
Description |
|
X_CONTEXT |
Importing |
New context. |
|
XY_CONTEXT |
Changing |
Former and/or resulting context. |
Add values to or subtract values from result profile. The measurement unit of the transferred profile is converted to the measurement unit of the target profile if both measurement units are maintained in Customizing and are compatible.
|
Parameter |
Type |
Description |
|
X_PROFILE |
Importing |
Reference to profile data of the profile to be added/subtracted. |
|
X_ADDITION |
Importing |
By default, the values of the transferred profiles are added. If the indicator is an initial indicator, the values of the transferred profile is subtracted from the result profile. |
|
XY_RESULT |
Changing |
Reference to result profile data. |
The profile values of the transferred profile are multiplied by a factor profile and/or an individual factor and written in the result profile. The measurement unit of the transferred profile is converted to the measurement unit of the target profile if both measurement units are maintained in Customizing and are compatible.
|
Parameter |
Type |
Description |
|
X_PROFILE |
Importing |
Reference to profile data of the profile to be multiplied. |
|
X_FACTOR |
Importing |
Factor profile |
|
X_FACTOR_SINGLE |
Importing |
If no other factor is specified, the profile values are only multiplied by the factor profile. You can enter a multiplication factor here in addition to or instead of the factor profile. |
|
XY_RESULT |
Exporting |
Reference to result profile data. |
The profile values of the result profile are divided by profile values of the transferred profile. The measurement unit of the transferred profile is converted to the measurement unit of the result profile if both measurement units are maintained in Customizing and are compatible.
|
Parameter |
Type |
Description |
|
X_PROFILE |
Importing |
Reference to the profile data by which the result profile is to be divided. |
|
XY_RESULT |
Exporting |
Reference to result profile data. |
The values of the transferred profile are subtracted from one another and written in the result profile. The measurement units of the transferred profiles are converted to the measurement unit of the target profile if all measurement units are maintained in Customizing and are compatible.
|
Parameter |
Type |
Description |
|
X_PROFILE |
Importing |
Reference to the profile data from which another profile is to be subtracted. |
|
X_SUBTRAHEND |
Importing |
Reference to profile data of the profile to be subtracted. |
|
XY_RESULT |
Exporting |
Reference to result profile data. |
This method calculated the sum of all profile values.
|
Parameter |
Type |
Description |
|
X_PROFILE_REF |
Importing |
Reference to the profile data of a profile that is open for any period of time. |
|
Y_INTEGRAL |
Exporting |
Sum of all profile values. |