cancel
Showing results for 
Search instead for 
Did you mean: 

Update Profile Values issue (sap isu edm)

Former Member
0 Kudos
2,173

Hello
i'm actually trying to update profile values using the function module '' ISU_EDM_PROFILE_UPDATE ''.
i defined the inputs tables to change ..
after executing the program i dont get the new values and the profile is blocked ( i couldn't update values anymore)
as shown here

the error is

YOU CANNOT CHANGE PROFILE &1 - EPRO 037
his can be due to one of the following reasons:

  • The profile lies outside the validity period.
  • The profile was used for billing.
  • The values involved are version values.
  • The profile is a synthetic, integral, or aggregated profile.
  • The profile is allocated to a synthetic profile.
  • You tried to change a day profile for an invalid date.
  • The status of the profile does not allow any changes.

is there any onther function module that can resolve the problem ?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos
Former Member
0 Kudos

hello thank you for your answer
unfortunately no there isnt .

the profile is valid between the two dates .
i didnt know how to check the status codes. it is usually IU010 . even when i changed it to IU015 the problem persist .