‎2008 Aug 30 5:45 PM
Hi Friends,
My requirement is when i execute my function module i should display screen with feilds(like selection screen).
How to do it can anybody give me an idea.
Thanks in advance
Revathi
‎2008 Aug 30 9:20 PM
There is no doubt in my mind that you are not the first person who has attempted to do this.
I would also like to do this. If you (not anyone else) uses the search and finds some helpfull links, can you please post them here and close your question.
Perhaps this requirement is well documented already and the question is not really necessary?
Cheers,
Julius (hobby ABAPer)
‎2008 Aug 30 5:59 PM
you can create the Screen inside the Function group. For easy/Quick navigation go to SE80 and work on the Function group.
Create the screen and add the fields to the screen. and also add the Includes for PBO and PAI.
and write the code according to your requirement.
now create function module, you give the importing , exporting parameters table parameters etc.
before calling the screen , populate the data etc based on inputs and then call screen <screenno>.
in order to make the fields as selection screen fields then use this function
COMPLEX_SELECTIONS_DIALOG
check this..
‎2008 Aug 30 9:20 PM
There is no doubt in my mind that you are not the first person who has attempted to do this.
I would also like to do this. If you (not anyone else) uses the search and finds some helpfull links, can you please post them here and close your question.
Perhaps this requirement is well documented already and the question is not really necessary?
Cheers,
Julius (hobby ABAPer)