2010 Aug 11 9:54 AM
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
2010 Aug 11 12:57 PM
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
2010 Aug 11 3:18 PM
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.