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

Control needed like ABAP PARAMETER and SELECT-OPTIONS on SELECTION-SCREEN

Former Member
0 Likes
909

Hello,

i am programming an ABAP Objects program. I am using one dynpro with a customer control. there i place several splitter controls. on one control i will place an input field like parameter in an SELECTION-SCREEN.

i just have found an class namend

CL_AL_PARAMETER_WITH_SV Parameter with a single value

but this class doesn't have a parent control so i can't place it.

please help me! this is very important for me.

best regards

Michael

Hello,

i am programming an ABAP Objects program. I am using one dynpro with a customer control. there i place several splitter controls. on one control i will place an input field like parameter in an SELECTION-SCREEN.

i just have found an class namend

CL_AL_PARAMETER_WITH_SV Parameter with a single value

but this class doesn't have a parent control so i can't place it.

please help me! this is very important for me.

best regards

Michael

3 REPLIES 3
Read only

Former Member
0 Likes
600

Hi Michael,

You might not assign selection screen to custom container. Subscreen may be helpful your requirement.

Check the below classes may be helpful for your requirement.

CL_JS_SELECTION Selection Screen Definition with Ranges

CL_JS_SELECTION_BASE Base Class for Selection Screen Definition

CL_JS_SELECTION_PARAMETERS Selection Screen Definition for Parameters

CL_UI_SELECTION UI for CL_JS_SELECTION

CL_ALINK_SELECTION_SCREEN Selection Screens for KPro

CL_UC_SSCR_GENERATE Selection Screen Generation

CL_UC_SSCR_GENERATE_GUI Selection Screen Display in the Workbench

Regards,

Boobalan Suburaj

Read only

0 Likes
600

Hi Boobalan,

i think you didn't understand my situation:

i have a customer control.

On this i placed a splitter container.

this Container has several containers you can use.

and now i want to place an Input Field (like you get when you use PARAMETERS in an normal Report) on the container.

so i can't use subscreens!

perhaps you know an other solution...

regards,

Michael

Read only

Former Member
0 Likes
600

You have to make an HTML-Viewer and place an Document (CL_DD_*) on it. With this you can make an HTML-Dokument with an Input-Field and you can use a button with an event-Handler to get the Data!

best regards,

Michael