‎2010 Jan 04 8:51 AM
Hi,
i have defined an range in the Module Pool as shown ibelow.
data : ar_vbeln TYPE RANGE OF vbak-vbeln,
ars_vbeln LIKE LINE OF ga_vbeln.
but how to show this range in the Layout of the Module Pool , i mean the input & Output in the Moduel Pool,
Can anybody please help me.
rgds
Ranjith singh
‎2010 Jan 04 9:03 AM
hi,
search it first in SCN... too many posts on this.
this wiki will help.
[select option in module pool|http://wiki.sdn.sap.com/wiki/display/ABAP/SELECT-OPTIONSonDialogprogrammingscreen]
main idea is: create a sub screen in your program and assign it to a sub screen area of your module pool screen in PBO.
hope this helps
‎2010 Jan 04 9:07 AM
‎2010 Jan 04 9:08 AM
Hi Ranjith,
It is not possible to show the range in module pool. It behaves the same way as an variable does. Unlike Select-Options, it doesn't have any visibility in the screen. And more over you can't use select-options in module pool.
Try creating 2 text box in the layout and merge it with range ar_vbeln as low and high. Though it may not fulfil your requirement.
‎2010 Jan 04 9:23 AM
>
> Hi Ranjith,
> It is not possible to show the range in module pool.
have you checked?
‎2010 Jan 04 9:23 AM
Hi Asik,
it is good to search not only before posting a question but also before answering one. See above replies.
Regards,
Clemens