Selection-Screen in Dyn-Pro?
Hallo SAPFans ! Wish U a Happy and Best Career in this new year...!
Is it possible to create a selection Screen in a Dyn-Pro? Then How? Any sort of help is greatly appreciable...Thanks in advance..Sri
I have done something like that in the past. The main advantage is the use of SELECT-OPTIONS
To do this you just have to code the selection screen in your program with a dynpro number, then include it into a dynpro (in subscreen or tabstrip)
Hi Sri
I've done like,
(1) Create one Executable Program(SE38).
(2) Design your selection screen. (Default screen:1000)
(3) Using Screen Painter(SE51), create one screen(say 0100).
(4) Using Object Navigator(SE80) strat coding whatever u required.
(5) Using SET SCREEN 0. CALL SCREEN '100',
process with your output from selection-screen.
(6) Create Transaction(SE93) (select proper option).
It's working.
_________________
Devang Sadrani
This method is just using a dynpro...
What we are doing is display a SELECT-OPTIONS in a dynpro. This is absolutely not the same.
_________________
François Henrotte
ABAP Consultant
+32.475.28.75.32
(Belgium)
Please visit http://www.eponasolutions.com
HI Friends i have tried use select-options in the Subscreen. created selection screen and calling into Subscreen, it is working fin. but i am unable to see Enter Single or Multiple values , can any one ply help me.
HI Friends i have tried use select-options in the Subscreen. created selection screen and calling into Subscreen, it is working fin. but i am unable to see Enter Single or Multiple values , can any one ply help me.
HI Friends i have tried use select-options in the Subscreen. created selection screen and calling into Subscreen, it is working fin. but i am unable to see Enter Single or Multiple values , can any one ply help me.
Press F1 on SELECTION-SCREEN.
Read how to define a selection screen as subscreen.
Include this selection-screen (subscreen) in your normal screen (dynpro).