Start of Content Area

Background documentation Interface IF_ISU_EDM_PROFILE_DATA  Locate the document in its SAP Library structure

The profile data (EDM profiles and temporary interim results) is made available to the settlement step in the form of references to IF_ISU_EDM_PROFILE_DATA.

Attribute name

Access type

Description

PROFILE_ NUMBER

Read

EDM profile number (or internal reference to a temporary profile)

HEADERDATA

Read

Header data of profile: Profile type, profile value category, interval length, measurement unit, and so on

CONTROL_DATA

Read

Additional control data:

EPROFTIME_FROM, EPROFTIME_TO: Period that profile is open

PROF_TIMEZONE: Time zone when profile is opened

READ_VALUES: Equals "X" when profile values have been read

READ_STATUS: Equals "X" if status of values has been read

READ_ONLY: Equals "X" if profile is opened with read-only access

OPENING_INTSIZEID: Interval length of profile values (if the interval length differs from that in the header data, the profile values are converted to the interval length specified here)

VALUE_TAB

Read

Write

Table containing profile values: The interval length is the time between profile values. If temporary profiles are created using CREATE_PROFILE, the profile values are given the initial value by default for the specified period. You are not permitted to insert or delete any lines from the profile value table.

VALUE_STAT_ TAB

Read

Table containing status data for profile values (sorted)

 

 

End of Content Area