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

Re: Production Order Component Sorting Options

$
0
0

You transfer your reports internal table data to the function module through SORT_TAB which will sort it and return the sorted output in the same table.

 

DATA: i_tab type table of RESBK with header line.

...

" transfer your own report's internal table contents to i_sort using statement such as

move-corresponding

...

CALL FUNCTION 'CO_FS_SORT_COMPONENT_LIKE_BOM' "

  TABLES

  sort_tab = i_sort.

...

" transfer i_sort contents back to your reports internal table.

... .


Viewing all articles
Browse latest Browse all 9236

Trending Articles



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