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

Re: for TMG sm30 additional functionality for sort all fields and also for 'position' search value to all fields

$
0
0

Hi Vaibhav ,

 

I'm not sure about to activate position button for all non key fields. But there is a solution to sort your selected field without a button. Create new module inside PBO and write following code.

 

MODULE sort_data OUTPUT.

DATA: GT_XXX TYPE STANDARD TABLE OF XXX.

GT_XXX[] = EXTRACT[].

SORT GT_XXX BY A B C.

EXTRACT[] = GT_XXX[].

ENDMODULE.

 

Instagram

 

If you say this is not enough then you should develop your own program with alv methods.

 

Regards

Sapromancer


Viewing all articles
Browse latest Browse all 2812

Trending Articles



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