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

Pop help

Former Member
0 Likes
435

Hi Friends,

i have a requirement in BDC, actually we are modifying data

through BDC after excute there my user want the pop window

with yes or no option .

if we click yes it need move modify or if we click no

it need to come out from there.

Thanks & Regards

Jagdeeshwar.B

3 REPLIES 3
Read only

Former Member
0 Likes
413

use function module POPUP_TO_CONFIRM

Read only

Former Member
0 Likes
413

Hi Jagadeeshwar,

Welcome to SDN:

use FM POPUP_TO_CONFIRM

Refer :

/community [original link is broken]

https://forums.sdn.sap.com/click.jspa?searchID=7556074&messageID=4473057

Kindly Reward Points If You Find The Reply Helpful.

Cheers,

Chaitanya.

Read only

Former Member
0 Likes
413

Hi Jagadeeshwar,

chosse the following function module according to ur requirement.This may help u out.

POPUP_TO_CONFIRM_STEP --> Popup a question (two lines of text) with buttons Yes, No [,Cancel]

POPUP_TO_CONFIRM_WITH_MESSAGE--> Popup a diagnostic message (two lines of text) and a question (two lines of text) with buttons Yes, No [,Cancel]

POPUP_TO_CONFIRM --> Popup a question with two customized buttons (e.g. Yes, No) and [Cancel]

POPUP_TO_CONFIRM_LOSS_OF_DATA --> Popup a 'Data will be lost' and question (two lines of text) with buttons Yes and No

Thanks you,

Regards.