2010 Nov 01 10:01 AM
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..
2010 Nov 01 10:08 AM
Hi
Did you perform sort operation on that table before going for binary search??
Regards
Vinodh
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |