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: 

EDM profile upload - BAPI_ISUPROFILE_IMPORT

Former Member
0 Kudos

Hi All,

I am getting an error while uploading the 15min interval reading to a profile using the BAPI - BAPI_ISUPROFILE_IMPORT.

I have created a profile with details as

Profile type - Historic

Time zone - UTC5:30 (India time zone, the system time zone is also kept as UTC5:30)

measurement unit - Kwh

PV category = quality

interval length = 15min

I have not allocated the profile to a register.

The values i am passing to the BAPI are

PROFILE = the profile number

DATEFROM = the from date of meter reading (01.06.2009)

TIMEFROM = from time (10:00:00)

FROMOFFSET = 0 (since the system time and profile time zone is the same)

DATETO = date up to (01.06.2009)

TIMETO = time up to (10:15:00)

TOOFFSET = 0

VALUE =10

STATUS = 01 (I have mapped 01 to UI11 -Release Value in configuration)

Unit - Kwh

Could you please guide me where i am going wrong. The error message i am getting from BAPI execution is

T ID NUM MESSAGE

E EEDMCOM 434 Profile 000000000010000022 not imported due to error - check the log

E EEDMCOM 005 Profile 000000000010000022 could not be processed

I EEDMCOM 045 Profile value transfer canceled for 1 profiles

Regards,

Murali

3 REPLIES 3

Former Member
0 Kudos

Check the application log and see what it says. That will give you some clue as to what the error is. You may use SLG1 to get to the application log, even though I am not sure what object and sub-object will be for EDM profiles.

Former Member
0 Kudos

Check through EDM1.

Also, please check if the date format and decimal notation format is same for SAP and system.

0 Kudos

Thanks for your responces....

The problem got resolved. it was due to the wrong mapping of status value. I have changed the mapping of external status 01 to internal status UI12 (Import valid value) and BAPI worked.

Thanks a lot