Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3523

ABAP Dump TABLE_INVALID_INDEX

$
0
0

Hi

 

Urgent....

Am getting dump on below code after system upgrade please suggest suitable SNOTE.

 

LOOP AT it_xvbap.

     IF it_xvbap-matnr CO ' 0123456789'.

       CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'

         EXPORTING

           input        = it_xvbap-matnr

         IMPORTING

           output       = it_xvbap-matnr

         EXCEPTIONS

           length_error = 1

           OTHERS       = 2.

       MODIFY it_xvbap INDEX sy-tabix FROM it_xvbap TRANSPORTING matnr .

       CLEAR it_xvbap.

     ENDIF.

   ENDLOOP.

 

 

In debugging i found that sy-tabix  is 0 and sy-index is 0.but it_xvbap table have one record

Its is happening only after the upgrade only


Viewing all articles
Browse latest Browse all 3523

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>