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

PARAMETERS like with screen painter

Former Member
0 Likes
764

Good morning to everybody

sorry for my simple question but I'm not able to use SE51 screen painter

When I declare my form SELECTION-SCREEN BEGIN OF and for a field

PARAMETERS: gv_filed LIKE table-field but I'm not able with screen painter.

I need this for to get multiselection.

Thanks a lot

Good morning to everybody

sorry for my simple question but I'm not able to use SE51 screen painter

When I declare my form SELECTION-SCREEN BEGIN OF and for a field

PARAMETERS: gv_filed LIKE table-field but I'm not able with screen painter.

I need this for to get multiselection.

Thanks a lot

6 REPLIES 6
Read only

Former Member
0 Likes
713

selection screen is for reports and se51 is for making screens. you don't need se51 if you just make a report with selection-screen elements

kind regards

arthur

Read only

Former Member
0 Likes
713

on the SE 38 itself, click on Display Obejct List ( CNtrl _Shift+ F5), now you can navigate to that screen and make modifications.

Read only

Former Member
0 Likes
713

Thanks a lot for your replay but I misunderstanded, sorry

but I'm modifing a form made with SE51 and I must add a imput field like a select-option.

Read only

0 Likes
713

Hi Giorgio,

Unfortunatelly select-options are not possible within standard screen (using SE51). You have to think of overcoming solution here.

Regards

Marcin

Read only

Pawan_Kesari
Active Contributor
0 Likes
713

Try this link [SELECT-OPTIONS in module pool screen|http://sample-code-abap.blogspot.com/2008/06/select-option-in-module-pool-screen.html]

Read only

Former Member
0 Likes
713

Pawan Kesari are a great

Thanksssss