Application Development 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: 

fm

Former Member
0 Kudos

can any bdy tell me name of fm used for popup in module pool

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hello

i think you use popup_to_confirm fm.if this fm is not satisfy your requirement go to se37 and write popup* and search

thanks & regards

abhishek

9 REPLIES 9

Former Member
0 Kudos

popup_to_confirm

popup*

u will get all popup fm............

Regards

Anbu B

Former Member
0 Kudos
popup_to_cofirm

0 Kudos

In PBO of screen.

CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE'

Former Member
0 Kudos

Hi,

U try this FM:BDT_POPUP_STANDARD

Regards:

Prabu

naveen_inuganti2
Active Contributor
0 Kudos

Hi...

You can use..,

POPUP_TO_CONFIRM

like..,

CALL FUNCTION 'POPUP_TO_CONFIRM'
    EXPORTING
     TITLEBAR                    = 'Title'
      TEXT_QUESTION               = 'Do you want,Confirm?'
     TEXT_BUTTON_1               = 'Yes'
     ICON_BUTTON_1               = ' '
     TEXT_BUTTON_2               = 'No'
     ICON_BUTTON_2               = ' '
     DEFAULT_BUTTON              = '1'
     DISPLAY_CANCEL_BUTTON       = 'X'
     USERDEFINED_F1_HELP         = ' '
     START_COLUMN                = 25
     START_ROW                   = 6
     POPUP_TYPE                  = ' '
     IV_QUICKINFO_BUTTON_1       = ' '
     IV_QUICKINFO_BUTTON_2       = ' '
   IMPORTING
     ANSWER                      = ANS.

Thanks,

Naveen.I

Former Member
0 Kudos

hello

i think you use popup_to_confirm fm.if this fm is not satisfy your requirement go to se37 and write popup* and search

thanks & regards

abhishek

0 Kudos

Don't think. By that time you think of about popup , you will not be here in SDN. I hope you get a mail popup soon.

Former Member
0 Kudos

Hi,

the FM for Popup is:

POPUP_TO_CONFIRM

Regards,

Jeet K Bhatt

Former Member
0 Kudos

thanks