Hi
I am into creating a new screen in the existing MI application that would create measurement documents for all the measurement points corresponding to an equipment. To start with I am trying to access the key (a measurement point) by providing manaully
.....
Context context = getContext();
String key = "000000000004";//(String)context.getValue("key");
........
This I have done it in my new java controller for the new JSP page i created onNext method and made corresponding changes in all required files.
I am getting an error
Failed looking-up Mam041:com.sap.ip.me.api.persist.core.PersistenceException:key not found:4
this is the exception thrown in the controller , Mam041ManagerImpl.Java.
Could any body give me an idea to solve this.
Thanks in advance.
Venkat