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: 

Upload Profile Values

Former Member
0 Kudos

Hi Folks,

I would like to know how to upload profile values in SAP.

In our current project due to time zone problem half of the profile values are stored in one valueday and the rest of the values are stored for the next valueday.

Thanks,

Imran

2 REPLIES 2

AmlanBanerjee
Active Contributor
0 Kudos

Hi Imran,

You can upload profile values through transaction code EEDM01.

However, through the above transaction code you can only upload on a one to one basis and not mass.

If you want to perform a mass upload of profile values you need to develop a customise program using the FM BAPI_ISUPROFILE_UPLOAD.

Hope it helps...

Thanks,

Amlan

Edited by: Amlan B on Aug 11, 2010 10:09 PM

Former Member
0 Kudos

What do you mean with:

"In our current project due to time zone problem half of the profile values are stored in one valueday and the rest of the values are stored for the next valueday."

Do you use the timezone in the header and the correct offset when uploading profile values?

Furthermore you can do as Amlan suggested, upload through EEDM01 or for example have an interface between your meter reading system and SAP that calls BAPI_ISUPROFILE_UPLOAD.

Also you can import values through Excel interface in EEDM08.

And you can have a look at EEDMIMP01 to upload a file which calls BAPI_ISUPROFILE_UPLOAD.