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

Define Ranges in Module Pool

Former Member
0 Likes
2,233

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

5 REPLIES 5
Read only

Former Member
0 Likes
1,239

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

Read only

sarath_7
Participant
0 Likes
1,239

Hi ,

i hope this links will help you.

Regards

sarath

Read only

asik_shameem
Active Contributor
0 Likes
1,239

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.

Read only

0 Likes
1,239

>

> Hi Ranjith,

> It is not possible to show the range in module pool.

have you checked?

Read only

0 Likes
1,239

Hi Asik,

it is good to search not only before posting a question but also before answering one. See above replies.

Regards,

Clemens