cancel
Showing results for 
Search instead for 
Did you mean: 

Single User unable to access T-Codes PA20 PA30 PA40

Former Member
0 Kudos


Dear Gurus,


Single User is unable to access certain T-Codes PA20, PA30, PA40, while other user are able to access the same T-Codes,


When he tries to access the above T-Codes get ABAP run time error


Please find the error screen.



Please find the dump below:

What happened?

    The program "CL_HR_ST_ADHOC_SELECTION======CP" has exceeded the maximum

     permitted runtime without

    interruption and has therefore been terminated.

Chosen variables

Name

Val.

  1. No.

     7

  1. Ty.

METHOD

Name

CL_HR_ST_ADHOC_SELECTION=>FILL_SEARCH_RESULTS

FOUND_OBJECTS

    01P 00001004

3352333333332222222222222222222222222222222222222

0100000010000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

3352333333332222222222222222222222222222222222222

0100000010010000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

3352333333332222222222222222222222222222222222222

0100000010020000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

3352333333332222222222222222222222222222222222222

0100000010030000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

    3352333333332222222222222222222222222222222222222

0100000010040000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

0000000000000000000000000000000000000000000000000

    Table IT_4052531[127010x98]

    {O:172*\CLASS=CL_HR_ST_ADHOC_SELECTION}\DATA=OBJECTS_OUT

    Table reference: 232

    TABH+ 0(20) = 70EE7F0BDF070000500BB204DF07000000000000

    TABH+ 20(20) = E800000033D63D0022F0010062000000FFFFFFFF

    TABH+ 40(16) = 047700001026010004000000C124C000

    store        = 0x70EE7F0BDF070000

    ext1         = 0x500BB204DF070000

    shmId        = 0     (0x00000000)

    id           = 232   (0xE8000000)

    label        = 4052531 (0x33D63D00)

    fill         = 127010 (0x22F00100)

    leng         = 98    (0x62000000)

    loop         = -1    (0xFFFFFFFF)

    xtyp         = TYPE#000029

    occu         = 4     (0x04000000)

    accKind      = 1 (ItAccessStandard)

    idxKind      = 0 (ItIndexNone)

    uniKind      = 2 (ItUniNo)

    keyKind      = 1 (default)

    cmpMode      = 2 (cmpSingleMcmpR)

    occu0        = 1

    stMode       = 0

    groupCntl    = 0

    rfc          = 0

    unShareable  = 0

    mightBeShared = 0

    sharedWithShmTab = 0

    isShmLockId  = 0

    isUsed       = 1

    isCtfyAble   = 1

    hasScndKeys  = 0

    hasRowId     = 0

    scndKeysOutdated = 0

    scndUniKeysOutdated = 0

    ----- Shareable Table Header Data -----

    tabi         = 0xD094F100DF070000

    pgHook       = 0x30B73F30DF070000

    idxPtr       = 0x0000000000000000

    id           = 1154274 (0xE29C1100)

    shmTabhSet   = 0x0000000000000000

    refCount     = 0 (0x00000000)

    tstRefCount  = 0 (0x00000000)

    lineAdmin    = 131068 (0xFCFF0100)

    lineAlloc    = 127100 (0x7CF00100)

    shmVersId    = 0 (0x00000000)

    shmRefCount  = 1 (0x01000000)

    rowId        = 18446744073709551615

    scndKeyAdmin = 0x0000000000000000

    ----- 1st level extension part --------

    regHook      = 0x7099F100DF070000

    collHook     = 0x0000000000000000

    ext2         = 0x0000000000000000

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I saw something like this a number of years ago.  You have a timeout error on entering the transaction and it looks like this is due to the program filling an internal table.  This can happen when you enter the transaction and the first thing it does is goes back to the last place you were in the organization hierarchy (speak to the HR team if this means nothing to you).  To resolve it, the user will need to go into another transaction in which they can view employees.  Then view a single employee (don't search all employees).  Then go back into PPOME etc and the initial view of the employee should be the one you last viewed. 

Hopefully that should help.

Regards,

Graham

Former Member
0 Kudos

Thanks a lot Graham Slater,

Answers (0)