cancel
Showing results for 
Search instead for 
Did you mean: 

Short dump "TABLE_INVALID_INDEX" with Model user request

Former Member
0 Kudos

Hello,

I am just facing an issue with the Model User Functionality

We are on GRC 10,1 SP7 with SAP Netweaver 740:

when modeling an user, everyting seems to work fine (user details, roles are picked, etc.)

However during the verification step of the assigned roles the system creates an short dump

runtime error        TABLE_INVALID_INDEX

Web-Dynpro-Component   GRAC_UIBB_ACCESS_REQUEST

ABAP program         /1BCWDY/0O2TMQLGMM08OTGM4VNM==CP

source code extract:

  6351             endif.

  6352             clear ls_valid_to.

  6353             lv_counter = 1.

  6354

  6355             loop at wd_comp_controller->mt_item_valid_to into ls_valid_to .

  6356                 if ls_valid_to-item_id eq lv_item_id .

  6357                   ls_valid_to-valid_to = lv_valid_to.

  6358                   modify    wd_comp_controller->mt_item_valid_to from ls_valid_to index

>>>>>                   exit.

  6360                 endif.

  6361             add 1 to lv_counter.

  6362             endloop.

  6363

  6364           endif.

  6365         endif.

  6366

  6367

For me this short dump looks more basis-related than GRC-related and so far I couldn't find anything in the SAP notes portal.

Has anyone of who encountered similar dumps ?

thank you

Johannes

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member225453
Active Participant
0 Kudos

Hello Johannes,


Please check and implement the Note - 2081163 in your system. This is for SP8 of GRC 10.1, so it should surely help!


Best Regards,
Shreya Gupta