cancel
Showing results for 
Search instead for 
Did you mean: 

ITS Screen confirmation popup

Former Member
0 Kudos

Dear All,

I am trying to develop an ITS Screen, after entering all the input fields in the screen user clicks submit button, with this I need to show an popup window with YES or NO buttons, if user click on YES, back end MIGO will be posted with given inputs, if user click on NO it has to show the same input screen.

I tried this with std. function module POPUP_TO_CONFIRM, it is giving run time error in ITS device.

Regards,

Anil.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anil

You need to publish the corresponding screens for POPUP_TO_CONFIRM as well i.e. the corresponding screens for SAPLSPO1 500, 501 and 502.

Note that 502 has a custom control which is not supported currently by ITS Mobile.

The workaround is a bit messy. You can set SY-BINPT = 'X' before calling POPUP_TO_CONFIRM, this will call screen 501 which is ITS friendly.

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Dear Anil,

What is the actual error message?

Thanks,

Cris