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

Execute icon on selection screen

Former Member
0 Likes
1,352

Dear Experts,

I am new to module pool programming and i have my selection screen as seen below, but from this screen i cannot execute as that icon is missing.

How can i get it?

SELECTION-SCREEN BEGIN OF SCREEN 1100 AS SUBSCREEN NO INTERVALS.

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-010.

PARAMETERS: file TYPE rlgrap-filename.

SELECTION-SCREEN END OF BLOCK b1.

SELECTION-SCREEN END OF SCREEN 1100.

SELECTION-SCREEN BEGIN OF SCREEN 1200 AS SUBSCREEN NO INTERVALS.

SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-020.

PARAMETERS: p_po TYPE ekko-ebeln.

SELECTION-SCREEN END OF BLOCK b2.

SELECTION-SCREEN END OF SCREEN 1200.

CONTROLS mytabstrip TYPE TABSTRIP.

AT SELECTION-SCREEN ON VALUE-REQUEST FOR file .

START-OF-SELECTION.

   mytabstrip-activetab = 'BUTTON1'.

   CALL SCREEN 100.


(this screen displays and i can input the values. But after that no execute button.)

6 REPLIES 6
Read only

Former Member
0 Likes
987

you either want to create a report with selection screen, or a module-pool with some more functionality. Only in seldom cases you really need a selection screen outside of a report. So please provide the business process, which needs your functionality and what should it do.

Read only

0 Likes
987

Hii Jozef this is not a report, rather a tool development. The first screen is where user gives input and execute. That is why i need the 'execute' button.

Read only

0 Likes
987

Hi, once you really need an execute button (F8) and a selection screen at the startup of the process - it IS a report program. Just create one a do whatever more you need in the corresponding module pools. So take your selection screen data and process further in your screens (called via a function module, or by call screen, once you have them in the same program).

Read only

0 Likes
987

Hi Anushka,

If i got it right you require to create custom selection screen look alike in your module pool.

So for this you need to call your selection screen inside your module pool.

BR

Sumeet

Read only

ThangaPrakash
Active Contributor
0 Likes
987

Hello Anushka,

Maintain the function key settings for the screen which you are calling in SE41.

Regards,

Thanga

Read only

Former Member
0 Likes
987

you have to add them in PF Status of Screen.