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

how to perform sorting in sap script without an internal table and data directly passing in scrpit . .?

Former Member
0 Likes
555

hello all,

hello all,   i want to display data in sap script without using internal table and subroutine pool. my value directly comes in sap script  form.   how i can sort it.



Thanks & Regards,

Sam.

1 REPLY 1
Read only

Patrick_vN
Active Contributor
0 Likes
526

You'd have to sort your data at some point somewhere between it's collection and the calling of the sapscript.

(Also the thread contains the same question. A colleague maybe?)