‎2007 Dec 20 10:22 AM
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
‎2007 Dec 20 10:24 AM
‎2007 Dec 20 10:27 AM
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.
‎2007 Dec 20 10:53 AM
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.