BAPI_ISUPROFILE_IMPORT

Hi Gurus;
               I am getting an error when i am trying to upload the profile through the bapi 'BAPI_ISUPROFILE_IMPORT'.
The error is 'Interval size of the transferred values does not correspond to profile'.
Regards.

Hello,
When you import day value profiles, the system returns the error message EEDMCOM 439 "Interval size of the transferred values does not correspond to profile" if the period of the profile values begins or ends on a day when the clocks change (daylight saving time), or if the clocks change within the period.
Please refer to SAP Note 1331055 for correction.
Hoep it helps.

Similar Messages

  • BAPI_ISUPROFILE_UPLOAD - input parameter s

    Hi All,
    I have to upload interval meter reading data. I am supposed to use BAPI_ISUPROFILE_UPLOAD for that. I am facing some error while executing the same. 
    Do we have to pass Profile Number(Not Profile Role or Profile Role Type) to the this BAPI? If yes , in which field of input structure of BAPI?
    What exactly we have to pass in Reference Number field?
    Do you have sample code for calling this BAPI?

    Hi Devang,
    I am assuming that you need to upload Meter Readings to a Profile for a given interval.
    I have used something similar in my project. Instead of <b>BAPI_ISUPROFILE_UPLOAD</b>, try using <b><i>BAPI_ISUPROFILE_IMPORT</i></b>.
    Populate as shown below.
    1. Populate the Upload Info data. This is optional.
      i_mr_input-extreference = ws_idoc_no+1(15). "Idoc number
      i_mr_input-srcsystem    = c_source.             "Source of Read data
      APPEND i_mr_input.
    2. Populate the Profile data to be uploaded.
          i_profile-fromoffset = '+01'.
          i_profile-tooffset    = '+01'.
          i_profile-profile      = profile number.
          i_profile-datefrom  = date_from.
          i_profile-timefrom  = time_from.
          i_profile-dateto      = date_to.
          i_profile-timeto      = time_to.
          IF p_finaldata-mrdata-read_value IS INITIAL.
              p_finaldata-mrdata-read_value = '0'.
          ENDIF.
          i_profile-value       = p_finaldata-mrdata-read_value.
          i_profile-status     = c_tso. "User defined Read status if available
          i_profile-unit         = wa_unit. "UOM like KWH or M3
          Append i_profile.
      CALL FUNCTION 'BAPI_ISUPROFILE_IMPORT'
        EXPORTING
          uploadinfo    = i_mr_input
        TABLES
          profilevalues = i_profile
          return          = i_bapi_return.
    3. After this is executed successfully call the below FM to commit the data.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    Trust this helps. Please mark helpful answers.
    Regards,
    Biju

Maybe you are looking for

  • How to create the custom charts?

    how to create a custom charts? for example the donut shapes, but for the data can be automatically adjust (like a available charts on keynote)

  • Part payment and residual payment

    hi sap gurus i need the diff between part payment and residual payment, and what is the part payment and what is residual payment

  • How to Create the BSP t o display PDF Document

    Hi Experts, I need to create the  document for the Annuitant (Retriees) through they will inform their annuity department still they are surviving....so based upon that,Annuitant department run the annuity payslip for him....... If they died they wil

  • Adobe Air "no installed runtime detected"

    I get this same set of entries on the log file if I run the installer file as Administrator or as a common user. [2012-04-21:15:58:13] Runtime Installer begin with version 3.2.0.2070 on Windows 7 x86 [2012-04-21:15:58:13] Commandline is: [2012-04-21:

  • Trace file is missing

    Hi, The trace file of an application GDS in a production MDM system was missing.Where as it was present in Development MDM System.Compared all the preoperties in log configurator.Also checked the severity levels and other info in log viewer.They were