Error in 2002 infotype

Hi Experts,
In 2002 infotype  when i create atttendace by choosing subtype "compensatory off", for weekdays when i entered 9 in field attendance hours and click enter i am getting duration 9 to 18 by  default in time field,for weekend i am getting duration 0 to 9 during weekends.i would like to change this into 9to 18 how can i change this.Please help me regarding this.
Thanks&Regards,
narasimha

Review the DWS in use for the days in question by looking at the personal work schedule of the employee. The answer lies in the planned working hours configured for those DWS.

Similar Messages

  • APEX 4.0.2 Project Gantt Chart - Error Code: 2002 Message: Empty input

    Hi
    I have created a brand new page containing a Project Gantt Chart region. The Gantt chart is designed to track the progress of a job over time. The page has one chart series containing the following SQL.
    SELECT null LINK,
    stage NAME,
    rownum ID,
    null PARENT_ID,
    trunc(start_date) ACTUAL_START,
    trunc(completion_date) ACTUAL_END,
    decode(completion_date, null, 0, 100) PROGRESS
    FROM tracking
    WHERE job_reference = '889343'
    This SQL statement returns values from SQL Developer and from the SQL Workshop > SQL Commands from within APEX itself.
    The problem is that when I run the page the following error displays inside the region
    Category: 2000
    Error code: 2002
    Message: Empty input
    Environment Information
    Application Express 4.0.2.00.07. - Clean installation not upgraded from APEX 3
    Using Firefox 3.6.15
    Issue identical in IE
    DB version - Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    I'm really stuck so I hope someone can help me out. I really would appreciate it.
    Thanks
    Kylie

    Debug mode doesn't appear to have picked anything up that looks out of the ordinary to me or raises any alarm bells.
    This is the XML with a reduced number of records returned.
    <anygantt>

    <settings>

    <title align="Center" position="Top">
    <text>Resources Gantt</text>

    <font_style>
    <font face="Tahoma" size="2" color="0x000000"/>
    </font_style>
    </title>
    <outer_margin left="0" top="0" right="0" bottom="0"/>

    <background>
    <fill type="Solid" color="0xffffff" opacity="0"/>
    <border enabled="false"/>
    <corners type="Square"/>
    </background>
    <navigation enabled="true"/>

    <locale>

    <date_time_format week_starts_from_monday="True">

    <months>

    <names>
    January,February,March,April,May,June,July,August,September,October,November,December
    </names>
    <short_names>Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec</short_names>
    </months>

    <week_days>

    <names>
    Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday
    </names>
    <short_names>Sun,Mon,Tue,Wed,Thu,Fri,Sat</short_names>
    </week_days>

    <format>
    <full>%yyyy.%MM.%dd.%HH.%mm.%ss</full>
    <date>%yyyy.%MM.%dd</date>
    <time>%HH.%mm.%ss</time>
    </format>
    </date_time_format>
    </locale>
    </settings>

    <datagrid enabled="true">

    <columns>

    <column width="40" cell_align="Center">

    <header>
    <text>ID</text>
    </header>
    <format>{%ID}</format>
    </column>

    <column attribute_name="Name" width="180" cell_align="Center">

    <header>
    <text>Name</text>
    </header>
    <format>{%Name}</format>
    </column>

    <column attribute_name="ActualStart" width="80" cell_align="Center">

    <header>
    <text>Start Date</text>
    </header>
    <format>{%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}</format>
    </column>

    <column attribute_name="ActualEnd" width="80" cell_align="Center">

    <header>
    <text>End Date</text>
    </header>
    <format>{%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}</format>
    </column>
    </columns>
    </datagrid>

    <timeline>
    <plot line_height="30" item_height="15" item_padding="5"/>
    </timeline>

    <styles>

    <period_styles>

    <period_style name="defaultStyle">

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <states>

    <hover>

    <middle>
    <border enabled="true" type="Solid" color="Red"/>
    </middle>
    </hover>
    </states>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </period_style>
    </period_styles>

    <task_styles>

    <task_style name="defaultStyle">

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>

    <actual>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <states>

    <hover>

    <middle>
    <border enabled="true" type="Solid" color="Red"/>
    </middle>
    </hover>
    </states>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x1D8BD1"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </actual>

    <progress>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0xF1683C"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </progress>

    <baseline>

    <bar_style>

    <middle shape="Full">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </middle>

    <start>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </start>

    <end>

    <marker type="Rhomb">
    <fill enabled="true" type="Solid" opacity="0.8" color="0x2AD62A"/>
    <border enabled="true" type="Solid" color="Black"/>
    </marker>
    </end>
    </bar_style>
    </baseline>
    </task_style>
    </task_styles>

    <resource_styles>

    <resource_style>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>
    </resource_style>
    </resource_styles>

    <defaults>

    <task>

    <task_style>

    <row_datagrid>

    <tooltip enabled="true">

    <text>
    Task: {%Name}
    Start Date: {%ActualStart}{dateTimeFormat:%dd-%MMM-%yyyy}
    End Date: {%ActualEnd}{dateTimeFormat:%dd-%MMM-%yyyy}
    Complete: {%Complete}%
    </text>
    <font color="Black"/>
    </tooltip>
    </row_datagrid>
    </task_style>
    </task>
    </defaults>
    </styles>

    <project_chart>

    <tasks>
    <task id="1" parent="" name="STAGE1" actual_start="2010.08.11 12.08.00" actual_end="" progress="0" style="defaultStyle"/>
    <task id="2" parent="" name="STAGE2" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    <task id="3" parent="" name="STAGE3" actual_start="2010.07.27 12.07.00" actual_end="2010.08.06 12.08.00" progress="100" style="defaultStyle"/>
    <task id="4" parent="" name="STAGE4" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    <task id="5" parent="" name="STAGE5" actual_start="" actual_end="" progress="0" style="defaultStyle"/>
    </tasks>
    </project_chart>
    </anygantt>
    Thank you for your assistance.
    Regards
    Kylie

  • Unknown error occured (2002),unknow error occurred (2003) please help!

    my iphone can not live, I plug into itunes, itunes can not squeeze my mendeteksinya.kemudian sleep + home button for 12 seconds and then I remove the sleep button and keep holding the home button. iphone finally detected. itunes iphone then showed the recovery mode. itunes was ordered to restore and update the iphone. after a successful download, itunes restore iphone too. but when the restore process, a message appears unknown error occurred (2002). I tried many times, but still just like that. if there was anything like my experience? Please help.

    Are you using a valid Apple charger that came with the iPad?
    Attempting to use a computer USB port, an incompatible charger, or attempting to charge via a wall socket that only receives power from a wall switch — can all lead to a low, or depleted battery condition. Has this iPad been wet, or dropped?
    Verify all of the above, and correct. If the iPad still cannot hold a charge, consider taking to an Apple Store, or authorized service provider to evaluate it.

  • Please help !!! After installing 3.1.1 restore failing with error code 2002

    Hi All,
    I bought my ipod touch 8GB and received on 24th Sep 2009. On the same day at around 18:30, I downloaded itunes in my laptop (IBM ThinkPad - Win XP OS).
    Everything was fine, I did sync my ipod with itunes. After an hour or so, I got a popup in my itunes to download a latest software update which was OS 3.1.1, I guess. I downloaded that and it took almost 80 minutes. Then I connected my ipod to the laptop, itunes throwed an alert saying
    "itunes has detected an ipod in recovery mode. You must restore this ipod before it can be used with iTunes."
    But restore is failing with restore error code 2002. I tried 44 times with all the guidelines mentioned in Apple support site. Restarted ipod, laptop, complete uninstall of itunes and every software, reinstalled itunes and everything, switch between different USB ports and tried everything but nothing worked.The ipod always shows the connect to itunes symbol and nothing else. Alas!! I am writing this. It is seriously very discouraging for the apple product users. I had high hopes with apple’s products. I could not use my new ipod even for an hour.
    Please help. The below log is being created after every failure.
    I know the below log can help the software guys in finding the issue
    2009-09-26 21:29:38.438 iTunes.exe[2248:160]: restore library built Aug 24 2009 11:22:55
    2009-09-26 21:29:38.438 iTunes.exe[2248:160]: iTunes: iTunes 9.0.1.8
    2009-09-26 21:29:38.438 iTunes.exe[2248:160]: iTunes: Software payload version: 7C145
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: iTunes: Specifying UOI boot image
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: phoning home to gs.apple.com:80
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: ApECID
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: ApChipID
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: ApBoardID
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: ApProductionMode
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: ApSecurityDomain
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: UniqueBuildID
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: @Locality
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: RestoreLogo
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: RestoreDeviceTree
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: RestoreKernelCache
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: RestoreRamDisk
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: iBEC
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: iBSS
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: KernelCache
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: BatteryLow1
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: BatteryLow0
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: LLB
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: iBoot
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: DeviceTree
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: BatteryCharging1
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: BatteryCharging
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: AppleLogo
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: BatteryPlugin
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: BatteryFull
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: BatteryCharging0
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: RecoveryMode
    2009-09-26 21:29:38.539 iTunes.exe[2248:7d4]: tssaddentry: NeedService
    2009-09-26 21:29:40.932 iTunes.exe[2248:7d4]: received tss response
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: _AMRUSBDeviceSendDeviceRequest: CreateFile failed for \\?\USB#VID05AC&PID1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#c8be590a, error 1450
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: command device request for 'getenv build-version' failed: 2002
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: _AMRUSBDeviceSendDeviceRequest: CreateFile failed for \\?\USB#VID05AC&PID1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#c8be590a, error 1450
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: command device request for 'getenv build-style' failed: 2002
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: <Recovery Mode Device 09363F98>: operation 44 progress -1
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: _AMRUSBDeviceSendDeviceRequest: CreateFile failed for \\?\USB#VID05AC&PID1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#c8be590a, error 1450
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: command device request for 'getenv radio-error' failed: 2002
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: radio-error not set
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: unable to open device_map.txt: No such file or directory
    2009-09-26 21:29:52.088 iTunes.exe[2248:20d8]: <Recovery Mode Device 09363F98>: production fused device
    2009-09-26 21:29:52.108 iTunes.exe[2248:20d8]: _AMRUSBInterfaceOpen failed for \\?\USB#VID05AC&PID1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#c8be590a: 1450
    2009-09-26 21:29:52.108 iTunes.exe[2248:20d8]: <Recovery Mode Device 09363F98>: Recovery mode failed (result = 2002)
    2009-09-26 21:29:56.645 iTunes.exe[2248:160]: iTunes: Restore error 2002
    Thanks in advance, seriously awaiting for your positive response.
    Regards,

    THe network access account is needed for accessing network resources during the task sequence or software distribution.  During OSD, there may not be a computer account yet for the system to use to access the content.  You need to set the NAA.
    http://technet.microsoft.com/en-us/library/hh427337.aspx
    Jeff

  • Error: insertion of infotype 1000 (return code 2)

    Hi All,
    We are trying to Update the Org Structure in ECC which is typically used for the MM Processes.
    When ever we are trying to update the BP or create a new BP for Few Specific Company Codes we are receiving the below error
    Error: insertion of infotype 1000 (return code 2).
    SImilary we also see this error as well
    Database update not possible, data record    01S 500304541001A0031
    Your inputs are highly valuable.
    Regards,
    Satya

    the problem you mentioned here is not the whole problem in my opinion, so let me take a few assumptions and you tell me if some/all of em are correct or alternately you put in more detail in your query.. ok?
    well here goes:
    1. you mentioned BP which is a business partner object but you did not talk about hcm at all so am assuming sap hr has not been implemented at all in your sap box... right/
    2. then the infotype 100 and insert error is the least of your worries if the above point is correct.
    3. then you also have some nominal positions in your sap box to support your logistics process...
    4. and then I am taking a wild guess here --> you are trying to have a relation between a position and bp objects directly ...
    well I may be totally off the rocker in the above but what you need to tell us  could be :
    1. explain the business process.
    2. then we talk about how you are doing the business process in sap (is hr implemented or not? if yes to what extent etc...) and dont limit this point to logistics,.. cover the whole gamut of how you are doing it in sap today and am sure it spans across hcm and logistics
    3. then, a bit more info on what you were trying to do in a step by step fashion,... and where exactly you are encountering the error,.. --> the reason am asking for this is --> in my expereince I have seen a lot of logistics guys who are gurus intheir areas of expertise but you talk sap hr they are like babies,.. and the vice versa is also true,.. so if you are not able to explain point 2 above in full this point will give the complete technical picture.
    provide the above and loads of folks here will be able to help you out.
    cheers

  • Error while creating infotype 1764

    Hi All,
    When i am trying to give special booking authorization for a student to a module in student file, i am getting an error msg " error while creating infotype 1764".   The same is working in EHP4 but not in EHP3.
    Pls give your valuable inputs to resolve the issue.
    Regards,
    Sravan

    Dear Sravan,
    Check whether module in question is included in appraisal or not. If not then maintain it.
    Hope it will solve your issue.
    Regards
    Vinod Kumar

  • Error MySQL #2002 connection could not be made etc from phpMyAdmin

    Error MySQL #2002 connection could not be made etc from phpMyAdmin
    I am just seting up Adobe Flash Builder 4.5 for PHP, Zend Server, MySQL and phpMyAdmin.
    On attempting The Tutorial Build your first Mobile PHP project I am getting this error.
    Can anybody help please ?

    Just thought I would add that I did every test the help files suggest, no firewall etc.
    Strange thing is that after the majority downloaded I had about 55 apps left that could not be updated because of the network connection that could not be made, I downloaded them manually instead of clicking 'yes please do download them all'.
    I still came across a few that gave me the msg that an connection could not be made but when I skipped them and came back later to try again it did download. Took some time but I now have them all up to date.
    Now see if I can sync the iPhone and iPad.
    I run the latest iTunes 10.4.1 (10) and 10.6.8, have not updated to Lion yet.
    cheers,
    Christine

  • HT201210 Error code 2002. Anyone know what to do?

    I have been trying to restore my iPad and now have error code 2002. Does anyone know how to overcome this code please?

    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
     Cheers, Tom

  • Error while creating infotype message no. pg293

    Hi guys,
    I am creating a new infotype after creating the PS structure when i click on generate objects i get an error saying "An internal error has occurred" message no. PG293.
    kindly provide a solution.
    points will be rewarded.
    thanks

    INFOTYPE CREATION WILL BE TAKEN CARE OF THE ABAPER AS RAO SAID
    AS THE OUT PUT WILL HAVE TO SEEN IN ALL THE SERVERS THIS IS A LITTLE BIT TECHNICAL WORK
    Start transaction PM01, Create Infotype, by entering the transaction code.
    You access the Create Infotype screen:
    2. In the Infotype no. field, enter the four-digit number of the infotype you want to create.
    When you specify the infotype number, please remember to enter any leading zeros.
    3. Choose IT characteristics.
    This accesses the Display View “Infotypes”: Overview screen.
    4. Choose Table view   Display   Change.
    This accesses the Change View “Infotypes”: Overview screen.
    5. Create a new entry for your infotype.
    You can create new entries by
    – choosing Edit   New entries or
    – copying an infotype entry with similar characteristics.
    If you want to copy an existing entry, select the entry you want to copy and choose
    Edit   Copy as.
    6. Check the entries in the individual fields.
    Result: You have maintained the characteristics of your infotype.
    Please check the above config for maintaining your infotype in PA30 and also check your entries in T582A & S.
    Edited by: Sikindar on Mar 9, 2008 8:23 PM

  • Getting error while Updating Infotype 0377

    Hi All,
    I am using FM 'HR_ECM_INSERT_INFOTYPE' for updating data from an excel file in infotype 0377 but i am getting this error 'Entry   VSEL   does not exist in T5UBA (check entry)'. This is coming due to the foreign key validation on the fields BPLAN & LEVL1. So the records are not getting updated in the infotype. But when i am trying to create a record with same data manually through PA30 its getting created. Can you please tell me which FM is being used for infotype updation in PA30. If i use the same FM, may be my issue gets resolved.Thanks.
    Regards,
    Arpita.

    Please find the code below:
    CREATE OBJECT v_message_handler.
        CLEAR: v_is_ok.
        CALL FUNCTION 'HR_ECM_INITIALIZE_BUFFER'
          EXPORTING
            message_handler = v_message_handler.
        CALL FUNCTION 'HR_ECM_ENQUEUE_PERNR'
          EXPORTING
            pernr           = wa_p0377-pernr
            message_handler = v_message_handler
          IMPORTING
            is_ok           = v_is_ok.
        CLEAR v_error_mssg.
        IF v_is_ok IS INITIAL.
          PERFORM get_error_msg USING v_message_handler
                                      wa_p0377-pernr
                                CHANGING v_error_mssg.
          v_tot_err = v_tot_err + 1.
        ELSE.
    *      CALL FUNCTION 'HR_ECM_INSERT_INFOTYPE'
    *        EXPORTING
    *          pnnnn           = wa_p0377
    *          message_handler = v_message_handler
    *        IMPORTING
    *          is_ok           = v_is_ok.
    *      IF  v_is_ok IS INITIAL.
    *        PERFORM get_error_msg USING v_message_handler
    *                                    wa_p0377-pernr
    *                              CHANGING v_error_mssg.
    *        v_tot_err = v_tot_err + 1.
    *      ELSE.
    *        v_tot_suc = v_tot_suc + 1.
    *        CLEAR wa_error.
    *        wa_error-cnt = '1'.
    *        wa_error-pernr = wa_p0377-pernr.
    *        wa_error-desc = 'Data Successfully Uploaded'.
    *        APPEND wa_error TO i_error.
    *      ENDIF.
          CALL FUNCTION 'HR_INFOTYPE_OPERATION'
            EXPORTING
              infty            = '0377'
              number           = wa_p0377-pernr
    *         SUBTYPE          =
    *         OBJECTID         =
    *         LOCKINDICATOR    =
              validityend      = wa_p0377-endda
              validitybegin    = wa_p0377-begda
    *         RECORDNUMBER     =
              record           = wa_p0377
              operation        = 'INS'
    *         TCLAS            = 'A'
    *         DIALOG_MODE      = '0'
    *         NOCOMMIT         =
    *         VIEW_IDENTIFIER  =
    *         SECONDARY_RECORD =
            IMPORTING
              return           = v_return
              key              = wa_perdatakey
            EXCEPTIONS
              OTHERS           = 0.
          IF sy-subrc = 0.
            "Success
          ENDIF.
          IF v_error_mssg IS INITIAL.
            CALL FUNCTION 'HR_ECM_FLUSH_INFOTYPE'
              EXPORTING
                nocommit        = ' '
                message_handler = v_message_handler.
          ENDIF.
          CLEAR v_is_ok.
          CALL FUNCTION 'HR_ECM_DEQUEUE_PERNR'
            EXPORTING
              pernr           = wa_p0377-pernr
              message_handler = v_message_handler
            IMPORTING
              is_ok           = v_is_ok.
        ENDIF.
        CLEAR wa_p0377.
      ENDLOOP.
      FREE i_it0377.           "Clearing the internal table
    ENDFORM.                    " SELECT_UPLOAD_DATA
    Actually in this program i am fetching values from an excel file & updating them into IT0377.Yes the IT171 is maintained for those employees. CAn you please guide me as how to resolve this issue? If need more info, pls let me know.Thanks.

  • Error while updating Infotype P9002

    Dear Experts,
    I am trying to modify infotype P9002 using FM 'HR_INFOTYPE_OPERATION.....
    and I getting my dump error while uploading text format.
    some times I get message : No data stored for 9002 in the selected period.
    my requirement is: I need to modify amount fields in P9002 for some existing records in PA9002.
    My question is :
    1. how should be my ( notepad ) text format which is to be uploaded, should I include all the fields in P9002 in my notepad trext or just include all the fields in my internal table or only the fields which needs to be modified.
    2. If I modify infotype P9002 will the data gets modified in PA9002.
    Please advice
    Karthik

    hi,
        I read your error. You just use fm 'HR_MAINTAIN_MASTERDATA', for this we doesn't require to give the fm in bapi_emp_enqueue and bapi_emp_dequeue.
        You want to modify, so first of all you just get the begda and endda of that record, then pass these values in fm.
         For this you have to fill mandatory fields like pernr, and fields.nd
         You just have to pass table pprop. In this we have to fill infty, fieldname and fieldvalue for each and every field.
    thanks & regards,
         sekhar.

  • Error while updating infotype using HINUINFO_UPDATE

    Hi All,
    While executing the program 'HINUINFO_UPDATE'
    i am getting an error 'No object identification permitted for infotype 0582, subtype LTA'.
    After the approval for LTA claim is done in ESS i have executed the program 'HINUINFO_UPDATE' to update he infotypes 15 and 582. Infotype 15 is getting created but while creating the infotype 582 system gives the above error message.
    In the detailed error log system gives the following message.
    "You attempted to access a data record with the object identification 1. However, according to the Customizing settings, object identifications cannot be used for subtype LTA of infotype 0582".
    Helpful answers will be rewarded .

    Solved by SAP

  • Error in saving Infotype

    Dear Experts,
    while creating infotype in my name space it is not allowing me to save the structures(PS...,) which is automatically created by SAP.
    it is showing an error :
    Customer object TABL PS9250 cannot be assigned to
    package /ABC/ZTEST
    Regards,
    Anoop Chandran

    Ashu
    Please paste the error here then only we can give
    if possible write what you did what error you got
    I think you didn't create Data elements properly. Make sure you create Data element created actiated and activate strucre too.
    Then click on Generate or if it is 4.7 click on All button
    Best Regards

  • Error executing Custom Infotype..

    An Invalid table name PA9001 is mentioned in the open SQL Statement.
    Runtime Error:SAPSQL_INVALID_TABLENAME
    Exception:CX_SY_DYNAMIC_OSQL_SEMANTICS occoured in procedure READ_DATABASE but neither
    handled locally nor declared in the RAISING clause of its signature.
    Termination occoured in ABAP Program SAPFP50P- in "READ_DATABASE".
    The main Program was "MP900100".
    I did not do any modifications in the programming part.Even then I am getting the errors..

    I had faced these issues before while creation of custom infotype. But I found later that its the incorrect authorizations which is not allowing the system to create the structures.
    When you create an infotype, sap follows few steps to create various strcutures and table enties.
    But due to insufficient authorizations, many of them are skipped. e.g. A functional person does not have authorization to create tables/ structures through SE11. I think this is the reason why the table PA9xxx is not created in your case.
    Fix your authorizations, and recreate the custom infortype.
    Reward points if it helps.

  • Error when sending infotype 2 via ALE - start date

    Hi all,
    we are facing the following error when using the standard method for HR distribution: changes in infotype 2 cannot be processed in the receiving system; each change results in a 51 error in the iDoc, with message "PA0002 could not be updatedu201D (msg number 5-108).
    For some background: we're using message type HRMD_A06 and the standard configuration as described in the "ALE Quickstart" document. We've sent the full set of employee data via report RHALEINI, and use RBMDIDOC and change pointers to send changes on a daily basis. All infotypes are updated correctly except 2.
    From our tests, it seems that the problem is the following:
    - the initial send via RHALEINI created infotype 2 records with start date 01.01.1900. The sent iDocs had at the level E1P1TYP for infotype 2, start date 01.01.1800
    - the daily report RBMDIDOC is sending the infotype 2 records with their real start date (i.e. birthdate of the employee). Since this is later than 01.01.1900, the replacement of one infotype by another in the receiving system fails. By manually changing the start date of infotype 2 in the receiving system, the next update is successful --but we do not want to manually update all records in the receiving system.
    Has anyone else faced this or a similar issue with RHALEINI and infotype start dates?
    Thanks in advance,
    Mariana
    Edited by: Mariana Lasprilla on Feb 5, 2009 10:35 AM

    The mystery has been solved: customer system had a conversion rule for message type HRMD_A in order to send a fixed value of BEGDA for all infotype 2 records.
    ALE conversion rules are set via table TBD30.

Maybe you are looking for

  • Using FGA in Oracle 9i on tables that store XML data

    Hello, Our company wishes to use FGA policies to log transaction data for updates that take place in our software (Web based software using Oracle 9i Enterprise Edition (9.2.0.6.0)) This is working just great for logging transaction information on al

  • [mouseEvent] CPU Grab

    I have a sample application with 400 column charts below. (I am attempting to duplicate behavior noticed in a heavily databound 80-chart app.) If I allow my mouse pointer to hover over the application container (not the charts themselves--but the gut

  • Bex Question -- Hierarchy related

    Hi , Can we create a hierarchy in navigational attribute of one of the characteristic and use that in report bex 7.0 ? if you have any documents related to this kinldy provide Thanks Maruthi

  • Downloading Security Update 2006-001 STOPS (!) my internetconnexion

    NO idea what this is: everytime I want to install new iTunes or Security Update 2006-001 , my internetconnexion falls out. Only then! After resetting router and modem all works fine again, but then when I want to install new iTunes or Security Update

  • DIO Clear and Initializi​ng a 653x board

    Hello- I have been submitting a lot of questions to the forum about the PCI-6534 board, and if anyone knows of a better medium to get all of my questions answered at once, that would be appreciated, but until then... My question is that if you run a