2011 Jan 03 6:17 AM
Hi
Can anyone please help me how to create a Monthly Profile.
Is that any customization or Development is required for create a Monthly Profile?
2011 Jan 03 9:02 PM
how about looking into:
Utilities Industry -> Energy Data Management -> Profile Management -> Profile Header.
or into SPRO Utilities Industry -> Energy Data Management
there should be enough information to get you started.
Thanks, Tom
2011 Jan 03 9:02 PM
how about looking into:
Utilities Industry -> Energy Data Management -> Profile Management -> Profile Header.
or into SPRO Utilities Industry -> Energy Data Management
there should be enough information to get you started.
Thanks, Tom
2011 Jan 04 5:10 AM
Hi Tom,
Thank you for ur suggestion.
But in customization interval lengths 5, 10,15,30,60 mins & one value per day are available.
I looked at the one value per day interval customization, the following config i got:
Interval Length : 1
Interval length category: Day
FM for Select: ISU_PROFILE_GET_EPROFVALDAY
Update Module: ISU_PROFILE_PUT_EPROFVALDAY
preparing profile values for update: ISU_PROFILE_VAL_UPD_PREP_DAY
FM for select: ISU_DB_EPROFVALMONTH_SELECT
Update Module: ISU_DB_EPROFVALMONTH_UPDATE
Table Type Name: IEPROFVALMONTH
Table Type Name: IEPROFVALMONTH_STANDARD
The above same configuration and FM's I used for "one value per month"
Interval Length : 1
Interval length category: Month
FM for Select: ISU_PROFILE_GET_EPROFVALDAY
Update Module: ISU_PROFILE_PUT_EPROFVALDAY
preparing profile values for update: ISU_PROFILE_VAL_UPD_PREP_DAY
FM for select: ISU_DB_EPROFVALMONTH_SELECT
Update Module: ISU_DB_EPROFVALMONTH_UPDATE
Table Type Name: IEPROFVALMONTH
Table Type Name: IEPROFVALMONTH_STANDARD
In the profile header my customized interval length (one value per month) its not available? Is that this is the correct way to do or need to develop separate FM for this interval?
2011 Jan 04 8:29 AM
The help on this in customizing says this:
1. Define a function module to be used for selecting the profile values.
Use the SU_PROFILE_GET_EPROFVAL15 function module as a template.
2. Define a function module to be used for updating the profile values.
Use the SU_PROFILE_PUT_EPROFVAL15 function module as a template.
3. Define a function module to be used for updating the preparation of thethe profile values.
Us the ISU_PROFILE_VAL_UPD_PREP_0015 function module as a template.
4. Choose New Entries.
5. Enter the necessary data and save your entries.
Also it mentions to contact SAP before doing so as it can impair system performance.
Alternatively you could use a DAY profile and store the monthly value on each day. Introduction of a monthly profile would be more sophisticated though.
2019 Apr 30 9:58 AM
Hello ,
thank you for your response .
i have created all these function modules and everything is ok. i can create a profile with the new customized interval length , change , display the values .. assign the profile to a register ...
but when i want to create an RTP interface using the new interval length there is an issue .
here is The ERROR :
"Time entered does not match the interval defined " Message : EEDM_RTP011
Had anyone faced the same problem ?
how can i solve it ?
thank you ?