Application Development 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: 

Help plzzzzzzzzzz : How to stretch the list of FM : 'DD_POPUP_WITH_LIST'

ouhamoumustapha
Active Participant
0 Kudos

Hi everyone,

Does anyone can help me to stretch the list for this POPUP 'DD_POPUP_WITH_LIST', I used the following parameters:

start_column = 50

start_row = 10

end_column = 90

end_row = 30

But the breadth of the list is still small compared to the list of the fields that I want displayed.

thanks in advance.

Mustapha

Edited by: Mustapha ABAPER on Apr 21, 2008 10:39 AM

Edited by: Mustapha ABAPER on Apr 21, 2008 10:46 AM

4 REPLIES 4

Former Member
0 Kudos

decrease value of start column.

Former Member
0 Kudos

Try like this...

START_COLUMN = 1

START_ROW = 1

END_COLUMN = 00

END_ROW = 15

Reward if useful.

Venkat.

0 Kudos

thanks Venkat,

But if i use ur parameters, the pop up will be very small

u can try this parameters in exection of this popup in SE37 to see the difrence

START_COLUMN = 1

START_ROW = 1

END_COLUMN = 00

END_ROW = 15

best regards

Mustapha

.

Former Member
0 Kudos

hi,

Try to give Start-column & start row = 1.

Regards.