cancel
Showing results for 
Search instead for 
Did you mean: 

Planning Layout - Switch on/off

0 Kudos

Hello,

I want to manage the input readiness of a data-entry layout via buttons.

In the application start-up, I set the 'InputReadiness' to 'true'. And it is working fine.

Then I try to switch off the 'InputReadiness' via a button with script: "DS_1.configureInputReadiness(false);"

it switches off the layout but gives an error message as well (Error message: Unable to get property 'replace' of undefined or null reference).

Also loading icon does not disappear.

What would be the problem here?

Thank you in advance.

Ozan

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

This is a bit a old post... and i am also facing same issue...But for mine it was working fine (input readiness ) for 3 to 4 times after then it is not giving Input Readiness.. if any one have solution please share ..

Karol-K
Advisor
Advisor
0 Kudos

Hi,

this is not too good. Could you please check in local mode if there is an entry in "Error Log" or in case you have - swith on developer tools and place the screenshot of the error (this looks like an JavaScript code error)

Karol

0 Kudos

Hi Karol,

Thank you for the reply.

I switched to local and enabled 'Error Log' and then switched back to SAP BI BO platform and I saw following error logs. any idea if they are related with my problem?

com.sap.i18n.cp.ConvertSimpleBase  - Load shortcut failed. RscpInfo: Load shortcut failed.

org.eclipse.xtext.ui.shared.internal.Activator  - Disabling JDT use. : org/eclipse/jdt/core/JavaCore

org.eclipse.xtext.ui.shared.internal.Activator  - Disabling JDT use. : org/eclipse/jdt/core/JavaCore

No routers found

com.sap.i18n.cp.ConvertSimpleBase  - Load shortcut failed. RscpInfo: Load shortcut failed.

org.eclipse.xtext.ui.shared.internal.Activator  - Disabling JDT use. : org/eclipse/jdt/core/JavaCore

org.eclipse.xtext.ui.shared.internal.Activator  - Disabling JDT use. : org/eclipse/jdt/core/JavaCore

0 Kudos

And also:

Keybinding conflicts occurred.  They may interfere with normal accelerator operation.

A conflict occurred for F2:

Binding(F2,

  ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename,

  Rename the selected item,

  Category(org.eclipse.ui.category.file,File,null,true),

  org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@3aab6e,

  ,,true),null),

  org.eclipse.ui.defaultAcceleratorConfiguration,

  org.eclipse.ui.contexts.window,,,system)

Binding(F2,

  ParameterizedCommand(Command(org.eclipse.ui.edit.text.showInformation,Show Tooltip Description,

  Displays information for the current caret location in a focused hover,

  Category(org.eclipse.ui.category.textEditor,Text Editing,Text Editing Commands,true),

  org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@1cce7ce,

  ,,true),null),

  org.eclipse.ui.defaultAcceleratorConfiguration,

  org.eclipse.xtext.ui.embeddedTextEditorScope,,,system)

Karol-K
Advisor
Advisor
0 Kudos

no, none of those. have you seen some issue in developer tools in the browser?