‎2006 Jun 14 10:26 PM
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
‎2006 Jun 14 10:33 PM
Hi Sailesh,
Try FM 'DD_POPUP_TO_CONFIRM_CANCEL'.
Cheers,
Vikram
Pls reward for helpful replies!!
‎2006 Jun 14 10:33 PM
<b>POPUP_TO_CONFIRM_STEP
DD_POPUP_TO_CONFIRM_CANCEL</b>
Cheers,
Abdul
‎2006 Jun 14 10:35 PM
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
‎2006 Jun 14 10:36 PM
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
‎2006 Jun 14 10:43 PM
I don't see one, but it would be quite simple to create your own.
Rob
‎2006 Jun 14 10:46 PM
Thaks Rob,
Do you have any sample code? I am really poor at creating FMs.
Shylesh
‎2006 Jun 14 10:55 PM
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