cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Dump While hiring a new employee through pa40.

former_member190020
Participant
0 Kudos

Hi All,

I am facing a dump error.Issue is like when i am hiring a new employee through pa40,here i have given all the data like action type ,reason,position,Personal area,employee group and employee sub group.After giving all the data when i am saving it is loading for around 30mins and getting dump error called time out,

I have checked the position validity, position status,employee group and subgroup and all,everything is ok.but it is keep on loading for long time in infotype 0 and throwing an error called time out.

i have done same action in quality system.there it is getting hired and moving forward to other infotypes like 01,02,07 etc.But in production it is not coming and throwing the error.

I couldn't find what is the actual issue.

Its very urgent issue.someone plz help me with this issue.

Regards,

T Jyotesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Eva_1
Product and Topic Expert
Product and Topic Expert
0 Kudos

HI Jyotesh,

does the user has structural authorization assigned (T77UA)? Try to remove it if yes and check if it solves the problem.

Another reason can be a recursive structure. Please try to check this position you are trying to assign with the report RHSTRU00

Plan Version = 01

Obj Type     = S

Position     = your position

Time Period  = today

Eval Path    = WRKT_SO

status vector= 1

flag the recursion option.

I hope it helps!

Cheers

Eva

former_member190020
Participant
0 Kudos

Hi,

The issue is it is taking action type,reason,personal area,employee group and sub group.but when i am giving position it is getting loaded for a while and throwing the error.

when i am not giving the position in the IT 0 and saving it is taking and moving to IT01. there if i am giving the position then again it is getting loaded in IT01 for a while and throwing error.

I think the issue is near postilion it is not getting assigned to the person.I check the integration switch's,position status etc.all are maintained properly.but still it is throwing the error.

Regards,

T Jyotesh Kumar

Former Member
0 Kudos

Hi

This issue is related to your OM configuration

check once your plan version, OM objects, no. range for the om objects (oonr), relationship b/w OM objects like S to O & C.

your error is checking plan version, subtype, start and end dates, no. ranges.

check your plan version is activated or not and assigned correct plan version or not.

0 Kudos

This seems to be a memory issue, you can probably check with your BASIS team and verify the same.

Former Member
0 Kudos

Did you make any changes in configuration regarding the status of number range? Please check the compare configuration with QAS thoroughly. I am sure there must be some minute difference which might be creating issue.

Check in PA04, IGMOD Feature, PS grouping for CAP and PCR.

Regards,

Bhagyashree

Former Member
0 Kudos

Hi Jyotesh,

Please check the number ranges and compare with your Qulity system, I hope this will solve your problem.

All the best

Uma

former_member190020
Participant
0 Kudos

Hi,

The issue is it is taking action type,reason,personal area,employee group and sub group.but when i am giving position it is getting loaded for a while and throwing the error.

when i am not giving the position in the IT 0 and saving it is taking and moving to IT01. there if i am giving the position then again it is getting loaded in IT01 for a while and throwing error.

I think the issue is near postilion it is not getting assigned to the person.I check the integration switch's,position status etc.all are maintained properly.but still it is throwing the error.

Regards,

T Jyotesh Kumar

Former Member
0 Kudos

Can you check for additional information on the dump using transaction ST22 and provide the data via screen shot.

former_member190020
Participant
0 Kudos

          IF sel_relat_tab-sclas NE '*'.

            sclas_range-low    = sel_relat_tab-sclas.

            sclas_range-sign   = 'I'.

            sclas_range-option = 'EQ'.

            APPEND sclas_range.

          ENDIF.

          REFRESH priox_range.                              "B40K018046

          CLEAR   priox_range.                              "B40K018046

          IF sel_relat_tab-priox NE '*'.                    "B40K018046

            priox_range-low    = sel_relat_tab-priox.       "B40K018046

            priox_range-sign   = 'I'.                       "B40K018046

            priox_range-option = 'EQ'.                      "B40K018046

            APPEND priox_range.                             "B40K018046

          ENDIF.                                            "B40K018046

          x_subty+0(1) = sel_relat_tab-rsign.

          x_subty+1(3) = sel_relat_tab-relat.

          IF buffer_flag EQ space.     "RITCOOPER

            SELECT * FROM hrp1001 CLIENT SPECIFIED       "#EC CI_CLIENT

                                  APPENDING TABLE t1001

                                  WHERE mandt  EQ rhas_client

                                    AND plvar  EQ rhas-plvar

                                    AND otjid  IN objects

                                    AND subty  EQ x_subty

                                  AND priox  IN priox_range "B40K018046

                                    AND istat  IN istat_range

                                    AND begda  LE rhas-sendd

                                    AND endda  GE rhas-sbegd

                                    AND sclas  IN sclas_range.

*_HINTS ORACLE 'INDEX("&TABLE&" "HRP1001~4" "HRP1001^4" "HRP1001___4")'.

*%_HINTS MSSQLNT 'TABLE  ABINDEX(004), FASTFIRSTROW'.

      ELSE.

        CLEAR buf_t1001. REFRESH buf_t1001.

        IF buffer_flag = 'F' OR buffer_flag = 'N'.

          CALL FUNCTION 'HRBAS_STRUCTURE_READ'

            EXPORTING

              hrbas_plvar       = rhas-plvar

              hrbas_subty       = x_subty

              hrbas_begda       = rhas-sendd

              hrbas_endda       = rhas-sbegd

              hrbas_fill_buffer = buffer_flag

            TABLES

              hrbas_objects     = objects

              hrbas_istat_range = istat_range

              hrbas_sclas_range = sclas_range

              hrbas_t1001       = buf_t1001

              hrbas_adata_tab   = adata_tab.

        ELSE.

          CALL FUNCTION 'RHOM_STRUCTURE_READ_WITH_BUFF'

           EXPORTING

            sel_mandt       = sy-mandt

surajit_chanda2
Participant
0 Kudos

Can you pls check your number range whether any change happens to that?

Also check IGMOD feature, PA  Assignment with country code & EG & ESG Assignment in T503.