cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle the error screen in RF device.

Former Member
0 Kudos

Dear experts,

I am working on a scenario to deploy the SAP transactions to RF device.

I am able to deploy the SAP transactions to RF device. Consider the Transfer Order picking scenario.

When i try to pick a Transfer Order, an error message 'Specified alternative unit of measure is not defined' is populated in the status bar.

When i get an error message the screen is being locked. Now the only option is to enter a transaction code in command bar.

This will work fine in SAP. But there is no option to navigate in RF device when an error message is displayed at the status bar since the screen is locked. Please suggest me that how to handle the error screen in RF device.

Thank you.

Regards,

Murugan S

Accepted Solutions (1)

Accepted Solutions (1)

former_member194364
Active Contributor
0 Kudos

Hi Murugan,

What SAP BASIS and Kernel version and patch are you using?

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin,

We are using SAP BASIS Release - 700, level - 018 and Highest Support SAPKB70018
Kernel release - 720
Kernel Patch number - 401.

The screen is locked and there is no option to navigate to previous screen when we get an error message 'Specified alternative unit of measure is not defined' in the status bar from LM01 transaction. In SAP, we can enter the transaction code in the command bar to navigate. But In RF device, the only option is to close the application when an error message is displayed.
Please suggest us that how to navigate to previous screen when an error message is populated in the status bar of RF device.

Thank you.

Regards,

Murugan S

former_member194364
Active Contributor
0 Kudos

Hi Murugan S,

See the following notes

1239937  ITS screen format (revised version)

and

1516171   SU not correctly displayed in ITS the error message /3

Do they apply to your scenario?

Regards.

Oisin

Former Member
0 Kudos

Hi Oisin,

 

Sorry for the late reply. The issue has been fixed by adding 'display like' in the message statement.

Thanks for your support here.

Regards,

Murugan S

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Hi Murugan S,

Have you created an ITSMobile service that you call this transaction by?

If YES, what are it's GUI configuration settings in SICF and what template generation style was used to generate the templates?

See the following WIKI as a starting point: ITSMobile

Regards,

Oisin

Former Member
0 Kudos

Hi Oisin Onidh,

Thanks for your reply. Yes we have created an ITSMobile service in SICF transaction.
The GUI configuration is as follows,

~TRANSACTION                 LM01
~GENERATEDYNPRO        1
~ITSMOBILECSSINCLUDE  MOBILE
~THEME                            99
~POPUPS                          1
~ITSMOBILE                       1
~SOURCES                        <Service_Name>
~ITSMOBILESOUND            1

The template generation style Mobile Devices (without HTML Tables) is used to generate the templates. Please suggest me that if any paramater in the GUI configuration is missed out to handle the error messages in RF device.

Regards,

Murugan S

former_member194364
Active Contributor
0 Kudos

Hi Murugan,

~GENERATEDYNPRO        1

is not a valid ITSMobile parameter. I would delete it.

When you get the error message 'Specified alternative unit of measure is not defined' is populated in the status bar via a decktop browser when calling the TRANSACTION LM01, do you need to carry out an action to continue?

Regards,

Oisin