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

Re: multiple entries in a field in module pool

$
0
0

Hi suresh,

 

Yo cannot declare select-options directly in module pool. First you need to declare a subscreen area in layout and then in the top include you can declare the selection screen like:

 

SELECTION-SCREEN BEGIN OF SCREEN 100 AS SUBSCREEN.

 

select-options  s_carrid FOR wa_spfli-carrid NO INTERVALS.

 

SELECTION-SCREEN END OF SCREEN.

 

And then call the sub-screen area:

CALL SUBCREEN sub_area INCLUDING <program> <screen>.

 

With regards,

Ashish Kumar


Viewing all articles
Browse latest Browse all 8620

Trending Articles



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