2008 May 29 7:32 AM
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
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
2008 May 29 10:24 AM
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
2008 May 29 11:22 AM
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
2008 May 29 3:25 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |