Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Short Dump error MESSAGE_TYPE_X in Standard Program SAPFGRW2

Former Member
0 Likes
687

hi experts,

I am getting a Runtime Errors MESSAGE_TYPE_X when i am executing a transaction GR55. The dump error is coming in the include program FGRWEF80_F80_FILL_COL_TAB. when i debugg this include program, dump error is coming at IF statement in the below code

IF c_dsentry <> '='.

READ TABLE data_fields BINARY SEARCH

WITH KEY tab = rep_table

dsentry = c_dsentry.

IF sy-subrc <> 0. MESSAGE x214. ENDIF.

ENDIF.

Can any one please help me on this..

hi experts,

I am getting a Runtime Errors MESSAGE_TYPE_X when i am executing a transaction GR55. The dump error is coming in the include program FGRWEF80_F80_FILL_COL_TAB. when i debugg this include program, dump error is coming at IF statement in the below code

IF c_dsentry <> '='.

READ TABLE data_fields BINARY SEARCH

WITH KEY tab = rep_table

dsentry = c_dsentry.

IF sy-subrc <> 0. MESSAGE x214. ENDIF.

ENDIF.

Can any one please help me on this..

1 REPLY 1
Read only

Former Member
0 Likes
520

Hi

Did you perform sort operation on that table before going for binary search??

Regards

Vinodh