Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9190

Sort functionality in SM30 giving dump

$
0
0

Hi,

   

     Iam using the below code in PBO of the maintanence screen

 

    PROCESS BEFORE OUTPUT.

    MODULE LISTE_INITIALISIEREN.

    MODULE sort . ---------------------------------->custom module created by me

 

   In the above sort module iam using below code to sort

 

  MODULE SORT.

   DATA : IT_PVFTMAP LIKE ZHRPYT_PVFTMAP OCCURS 1 WITH HEADER LINE .

               IT_PVFTMAP[] = TOTAL[].

    SORT IT_PVFTMAP BY ZPERIOD+0(2) ZPERIOD+2(4)."F1 F2 F3.

    TOTAL[] = EXTRACT[].

    EXTRACT[] =     TOTAL[]. 

  ENDMODULE.

 

     Any one could you please help me in sorting the TOTAL[] or EXTRACT[] in table maintanence.


Viewing all articles
Browse latest Browse all 9190

Trending Articles



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