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

function module with screen

Former Member
0 Likes
464

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
373

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)

2 REPLIES 2
Read only

Former Member
0 Likes
373

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..

Read only

Former Member
0 Likes
374

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)