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 to Exit

Former Member
0 Likes
771

Hi all,

Is there any function module which popup with the option 'EXIT' only.

I checked couple of function modules but the options popping up are 'Save', 'yes', 'no' 'cancel'.

I want to give only one option with 'EXIT' or 'CANCEL'

Can some one suggest me the FM name?

Sailesh

7 REPLIES 7
Read only

Former Member
0 Likes
736

Hi Sailesh,

Try FM 'DD_POPUP_TO_CONFIRM_CANCEL'.

Cheers,

Vikram

Pls reward for helpful replies!!

Read only

abdul_hakim
Active Contributor
0 Likes
736

<b>POPUP_TO_CONFIRM_STEP

DD_POPUP_TO_CONFIRM_CANCEL</b>

Cheers,

Abdul

Read only

0 Likes
736

HI,

Check this out\

<b>DD_POPUP_TO_CONFIRM_CANCEL</b>

. make popup message

CALL FUNCTION <b>'DD_POPUP_TO_CONFIRM_CANCEL'</b>

EXPORTING

TEXTLINE1 = 'Data is not found.'

TEXTLINE2 = 'Create a new one ?'

TITLE = 'Sales Target'

START_COLUMN = 25

START_ROW = 6

DEFAULTPOS = 'A'

IMPORTING

ANSWER = D_ANSWER.

Reward if it helps

Regards,

Santosh

Read only

0 Likes
736

Hi Vikram/abdul

The functin module 'DD_POPUP_TO_CONFIRM_CANCEL' gives two options 'continue' or cancel and FM POPUP_TO_CONFIRM_STEP gives 'YES' or 'NO' options.

Shylesh

Read only

0 Likes
736

I don't see one, but it would be quite simple to create your own.

Rob

Read only

0 Likes
736

Thaks Rob,

Do you have any sample code? I am really poor at creating FMs.

Shylesh

Read only

0 Likes
736

Not handy - I have to leave right now, but if no one else posts something, I'll look at it tomorrow if I have a chance.

rob