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

fm

Former Member
0 Likes
1,100

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,066

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
Read only

Former Member
0 Likes
1,066

popup_to_confirm

popup*

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

Regards

Anbu B

Read only

Former Member
0 Likes
1,066
popup_to_cofirm
Read only

0 Likes
1,066

In PBO of screen.

CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE'

Read only

Former Member
0 Likes
1,066

Hi,

U try this FM:BDT_POPUP_STANDARD

Regards:

Prabu

Read only

naveen_inuganti2
Active Contributor
0 Likes
1,066

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

Read only

Former Member
0 Likes
1,067

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

Read only

0 Likes
1,066

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.

Read only

Former Member
0 Likes
1,066

Hi,

the FM for Popup is:

POPUP_TO_CONFIRM

Regards,

Jeet K Bhatt

Read only

Former Member
0 Likes
1,066

thanks