cancel
Showing results for 
Search instead for 
Did you mean: 

ITS-Message after TO confirmation

Former Member
0 Kudos

Dear All,

After TO confirmation through RF ITS, if it is succesfull, screen will be return back to the selection screen.

How to make system display the message for exampe "TO 1234 succesfully confirmed".

Regards,

Jhonny

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jhonny,

OR

You can code the success message accordingly in the background module pool program. Say, you have a flag variable which indicates if the entry into the first selection screen is via the last screen or not. If yes, display the message whatever it is. In this case, you would not have to make any changes on the ITS side, except for, generate proper HTML templates for all the screens after coding.

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Jhonny,

You can use the solution section from SAP note:

     1122923 - ITSmobile, express message, message type

Regards,

Cris

Former Member
0 Kudos

Hi Chris,


I can not open the note.

It was said that "document is not released".
Any other way?

Regards,

Jhonny

cris_hansen
Advisor
Advisor
0 Kudos

Hi Jhonny,

The note is released for customers. There is no change in the note since Jan/2012.

Anyway, yoiu can use:

     ~popups = 1

          then the system will display dialog boxes in full screen mode

     ~show_system_modal = 1

          then express messages and system messages are sent to the mobile devices in full screen mode.

Regards,

Cris