ITS Mobile - Dump

Dear Experts,
              I am getting the Dump while running the ITS.
The dump says - Template interpretation cancelled, runtime error.             <<<<TRAN
Template "templates/zrf2/99/zwm_rf_scan_goods_rec_frm_prod_100.html" has
triggered a runtime error in function "unknown".
Cause of error: "WTP" could not be converted into a numerical value.
I checked all the Templates whether they are published or not. In SAP there is no Issues. But while running from ITS, Getting the dump.
Please help me to solve.
Thanks in Advance.
Regards,
Srini

Dear Experts,
      I managed that the dump is not coming, Here a new problem arise.
In my Screen, when i am entering the PO Number(COR3), pressing Enter, Respective Storage Unit type has to be highlighted in screen.  In SAP this happen, coming to ITS, this is not coming.
I had made a error message, if Storage Unit type does not exists, system will through Error. this is not happening in ITS Screen.
Please help me, is there any services to be activated or any declaration problem coming to ITS Screen (HTML - Template).
Thanks in Advance.
Regards,
Srini

Similar Messages

  • Auto-ID 7.1 ITS Mobile UI Configuration

    Whenever I try to login to the Auto-ID ITS Mobile UI (/AIN/UIMOBURL), it causes a dump stating that
        Template "ain_mobile\99\include/cuaarea.html" contains syntax errors and
         therefore could not be compiled.
        Cause of error:Include "include/mesgs" not available.
        The syntax error is in row: 25, column: 85
        The incorrect HTMLB line is:
           "`include(~service="itsmobile", ~language="", ~theme="99",
         ~name="include/mesgs.html")`"
    I am thinking we have not completed a required configuration step, but I have been unable to locate the latest config guides for Auto-ID 7.1 via Solution Manager to verify. 
    The only documentation I've been able to find irt the ITS Mobile config in Auto-ID 7.1 is http://help.sap.com/saphelp_aii710/helpdata/en/42/efa79253491a71e10000000a422035/content.htm, but it basically says to refer to the configuration documentation in SolMan. 
    If anyone can advise where I should look within SolMan, I'd be most thankful.
    Update:
    I've verified that the Internet Service AIN_MOBILE is Published as a Complete Service via SE80.
    I've created a service via ICF under /sap/bc/gui/sap/its/ain_mobile and configured CL_HTTP_EXT_ITS as the Handler
    When I go to SE80 and test using Execute Service it loads http://<default_host>:8000/sap/bc/gui/sap/its/ain_mobile, but it says Communication failure.  If I setup ain_mobile as an internal alias referencing /sap/scm/ain_mobile then the abap dump occurs.
    JT
    Edited by: James Tucker on Oct 4, 2011 1:02 AM

    I had the same problem. The reason was that within internet service ITSMOBILE the include MESGS was by default only saved, but not published internally.
    Solution:
    Call SE80 with Internet Service ITSMOBILE
    Navigate to "Topic 99" -> "HTML Templates" -> "INCLUDE"
    Right-Click on "MESGS" and publish
    (or publish the complete service)

  • Warning message in ITS MOBILE

    Hello,
    In ITS Mobile after entering user name and password it takes me to LM00 transaction.
    But before LM00 transaction is displayed I get 4 warning messages. I need to press OK/Close for each message. The same warning message appears when I move between transaction in the RF Menu also. I don't get any warning message if I test the same in the internet explorer in desktop.
    Below is the warning message displayed:
    Warning message u2018Microsoft Jscript runtime error, Line:304, Character:1, Error: Object doesnu2019t support this property or method, Source :(Null)u2019
    I use handheld MC9090 with Windows Mobile 5.
    Regards,
    Karthik

    Hello Karthik,
    Is the logon screen the ITSmobile logon screen?  It sounds like your system is configured to use the standard logon, which would result in a javascript error on some mobile browsers.  Please go to SICF and make sure that your service's settings are the same as for the itsmobile00 service.
    Edgar

  • How to remove toolbar in its mobile at output screen?

    Hi,
    I've a problem in ITS MOBILE. I runned ITS, but it's running with sap toolbar. How to remove toolbar in ITS MOBILE at output screen?
    Regards, Buğra.

    Hi Ahmet,
    Please provide the below in GUI Configuration in SICF Transaction .
    ~webgui_toolbar_menu_reload  = 0
    Thanks,
    Seshadri.

  • ITS Mobile - how to prefill and skip selection screen

    Hi there,
    I am struggling with requirement for ITS mobile service:
    I need to fill the input fields on selection screen with values from url and automaticaly jump to the second screen.
    I know this is possible with ITS as described [here|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375].
    Can I use similar approach for ITS mobile? How could I parse url parameters into input fields?
    If this is not possible, what are my other options?
    Thanks,
    Igor

    Hi Rajashiva,
    that is not an option - the ITS mobile service will be called from an external system providing some parameters in URL.
    Thanks anyway,
    Igor

  • ITS Mobile Date Field Problem

    In ITS Mobile I developed a screen which contains a date field. I click question button to select a date, it opens a new screen which includes a calendar. But I can not select a date because no clickable days in new date selection screen. What can i do for this problem.
    Thanks...

    Parameters are:
    Service parameters..
    ~THEME              99
    ~TRANSACTION               LM01
    #MOBILE             This is a mobile service
    ~ITSMOBILE       1
    #SOURCES          Template search sequence
    ~SOURCES          Z_LM01,ITSMOBILE
    #POPUPS            Show popups, default is no
    ~POPUPS            1
    #ITSMOBILEDEVICEINCLUDE     include a device specific html
    ~ITSMOBILEDEVICEINCLUDE     devicesample
    #MESSAGE         SOUND Plays a background sound if a message appears
    ~ITSMOBILEMSGSOUND             1
    #SYSTEM             MODAL POPUPS Shows express mails / system messages
    ~SHOW_SYSTEM_MODAL          1
    İnternet sevice parameters (SE80)
    ~GENERATEDYNPRO     0
    ~THEME                              99
    ~TRANSACTION               LM01

  • ALV Grid in ITS Mobile Application

    Hi Experts,
    I am working on Integrated ITS. In my application I need to use ALV Grid to display and modify data. I have used a custom control on the screen to display the ALV grid.  The application running fine when I am executing the tcode but when I am testing in SICF its not getting displayed. I am seeing an error on that screen saying "Unknown type CUST_CTRL for element CONTAINER1".
    I am just following the general way of displaying ALV Grid.
    -  CREATE  OBJECT go_container1
    -  CREATE  OBJECT go_alvgrid1
    -  CALL   METHOD  go_alvgrid1->set_table_for_first_display
    I am seeing the standard service  ITSMOBILE which is having templetes for ALV_GRID, CUST_CONTROLS etc. Do I need to use these templates in my service? and how to use it?
    I am new to ITS Mobile. Please guide me in doing this.
    Thanks,
    SAM

    Hi Edgar,
    Thanks a lot for your reply. My program is ready and the templates also created for ll my screen and all the screen are working fine except the 4th screen on which I want to display the ALV Grid.
    On this screen I just have a Custom Control placed and created the template.  But while testing I am not seeing anything apart from the error 'Unsupported cust control........' .
    In the CUA Area of the HTML template :
      <table class="MobileUserArea" cellpadding="0" cellspacing="0" border="0" style="width:25.2em">
                              <thead><tr style="height:-1px">`
                              repeat with i from 1 to 028
                                 `<td style="width:`~itsmobile1UnitWidth`"/>`
                              end
                             `</tr></thead>
                                <!-- line 1 -->
                                <tr class="MobileRow">
                                    <td colspan="29" rowspan="11">
                                        <div>Unknown type CUST_CTRL for element CONTAINER1</div>
                                    </td>
    Template creation, ITS Service creation and SICF  part seems correct for me as I am able to see other screen working fine for me. I am not sure where I am doing wrong. There should be a specific way to display the alv.
    Kindly help me giving the steps of it. 
    Thanks,
    SAM

  • ITS Mobile Date Field Problemn

    In ITS Mobile I developed a screen which contains a date field. I click question button to select a date, it opens a new screen which includes a calendar. But I can not select a date because no clickable days in new date selection screen. What can i do for this problem.
    Thanks...

    Hi,
    Please have a look at below document th check for the implemention of popup window in web dynpro for Java application.
    NW7.0 - http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/exporting%20context%20data%20into%20excel%20using%20the%20web%20dynpro%20binary%20cache.pdf
    CE7.1 - http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2066c269-a17a-2c10-8fa7-f6a690c59288?quicklink=index&overridelayout=true
    Regards,
    Amith

  • ITS mobile - Screen size on mobile device is too small

    Hi,
    I'm not able to change the screen size of my ITS Mobile application.
    If somebody can help me ...
    Here are the data:
    Internet service parameters
    ~DYNPRO_COMPRESSION : 1
    ~GENERATEDDYNPRO : 0
    ~ITSMOBILE : 1
    ~ITSMOBILEELEMFACTOR : 9
    ~ITSMOBILEELEMUNITS : px
    ~SOURCES : ZSAPLOG_MOBILE,ITSGENMOBILE4
    ~THEME : 99
    ~TRANSACTION : ZSAPLOG_MOBILE
    Internet service templatesGenerating style: MOBILE4 (Mobile Device (No HTML tables))
    ICF service - GUI Configuration
    ~THEME : 99
    ~TRANSACTION : ZSAPLOG_MOBILE
    ~ITSMOBILE : 1
    ~SOURCES : ZSAPLOG,ITSGENMOBILE4
    ~ITSMOBILEELEMFACTOR : 9
    ~ITSMOBILEELEMUNITS : px
    ~POPUPS : 1
    ~SHOW_SYSTEM_MODAL : 1
    ~STYLE : DHTML
    LRFMDscreen size is set to 16x20ITS
    Versions
    SAP_BASIS : SAPKB73108
    SAP NETWEAVER : SAP EHP3 FOR 7.0
    Mobile device
    Model : PIDION HM50 E
    CPU : Samsung Electronics(R) S5PV210
    OS : WEHH 6.5 Professional
    VER : Windows CE 5.2.29077
    Thanks for your help
    Philippe

    Perhaps an option to set the default font for discussion threads in the user preferences would be the best idea. One would think however that the Jive developers would have come up with something like that already.
    For what it's worth:
    http://www.w3.org/QA/Tips/font-size
    Do not specify the font-size in pt, or other absolute length units for screen stylesheets. They render inconsistently across platforms and can't be resized by the User Agent (e.g browser). Keep the usage of such units for styling on media with fixed and known physical properties (e.g print).
    Once again, I wonder about Jive development. Anyway, 10 pt is not best practice. It's standard for printed media, but not for screens. A search in Google shows that most recommend 16 pixels or more. Not sure what this is in points. I think 10 points is about 12 pixels, depending on screen dpi/ppi. I cannot imagine how tiny 10 pt must look on any of the high resolution Retina displays, which have twice or more density than conventional 72 dpi.

  • SAP screen is displayed in ITS mobile

    Hi friends,
    I am new to ITS mobile. I am getting 2 errors The error is given below.
    1. ITS mobile displays SAP screen.
    2. ITS_REFERENCE_NULL:
    Template "itsmobile\99\rlmenu_2088.html" has caused a runtime error in
    function "label". Cause of
    error: Variable "~object_name" ("context field") could not be referenced..
    How to Correct it.
    Thanks with Regards,
    Vallamuthu M

    Hi Vallamuthu M,
    Because of the following default cuaarea code (of core itsmobile internet service) in the template:
    if ( ~itsmobileNoCuaInclude != "1" && ~itsmobileNoCuaInclude != "X" ) <!-- default cua area -->
           include(~service="itsmobile", ~language="", ~theme="99", ~name="include/cuaarea.html");
    The SAP logo occurs by default. If you want to remove this you will have to override this cuaarea area file in your internet service, ie,
    1. create another similar cuaarea file under your own internet service
    2. make modifications in it to remove the code for the SAP logo
    3. give the name of your service and path to the new cuaarea file instead of the above bold code.
    Regards,
    Utkarsha

  • If i run oops alv in background, its going dump

    If I run oops alv in background its going dump?
    can any one suggest me to do this or to overcome
    thanks and regards
    setty

    ALV's can be run in background if you use a docking container instead of a custom container.
    Please search the forum for "ALV in background". You will find tons of threads with solutions.
    Re: How to run ALV reports in batch
    Sample code to have ALV Grid in Background

  • How to display verfication fields in ITS mobile transactions

    Experts,
    We are working with ITS mobile for the first time.We are not sure how to display the verification feilds in ITS mobile transaction.I see these are displayed in backend. Since these verification fields are dynamic, how do we get them on ITS mobile transactions.Can anyone tell me how to do this.
    [How to display Verification fields in ITS mobile trnasactions.|How to display Verification fields in ITS mobile trnasactions.]
    Thanks in advance
    Edited by: RKsap193 on Apr 5, 2010 8:13 AM
    Edited by: RKsap193 on Apr 5, 2010 8:14 AM

    Hi Vinod,
    It does not show up unless with some coding. there must be some Java script or HTML code to write in the ITS transaction to enable these dynamic fields to dsiplay.We have issue with regard to how to display these fields when required.
    Thanks in advance
    Any suggestions from experts on how to control these verification fileds on ITS transactions.Also I can not control ITS RF screens upon scanning as to trigger SAVE + NEXT , or COPLETE like we do in the backend transactions.
    Edited by: RKsap193 on Apr 5, 2010 10:32 AM

  • ITS Mobile Printout problem

    Hello experts,
    There is a problem when printing forms from our ITS Mobile application. The spool is created correctly with the status 'Completed' but is not being sent to the printer.  Coding a manual output request using RSPO_OUTPUT_SPOOL_REQUEST yields no results. The printout works fine in SAPgui btw.
    Please advise,
    Ivan

    Hi Navin,
    See Edgar's second reply
    What is your printer device type? Please be sure that you are following the note 771683.
    Is your printer setup as per this note 771683?
    Regards,
    Oisin

  • Netweaver version only prerequisite for ITS Mobile?

    Hi experts,
    The Wiki entry about ITS Mobile leads me to believe that the only prerequisite for mobile use of the ITS is that we have a recent version of SAPKB700 (currently ~10, upgrade to at least ~11 but preferably ~18).
    Is this correct, or are there other things that need to be installed?
    The intention is, of course, to replace sapconsole by ITS Mobile by creating mobile templates for LM00.
    Thanks for a quick response!
    Rob

    Hi Rob,
    that is correct for the SAP system. There are several notes with precorrections which let you apply the latest of  ITSmobile changes to SPs below 18.
    Regarding the mobile device you should think about using an industrial browser like Naurtec or pocketbrowser to be able to use all features of the mobile device like F-keys.
    Best regards,
    Klaus

  • ITS Mobile - HTML Generator

    Hello,
    We start working on ITS Mobile and due to the fact I´m absolutely new to it, I need some help.
    What I did so far:
    I generated all the necessary services and created my own one. I added all the dynpros I need to my service.
    I also added
    SAPLSMTR_NAVIGATION 100
    SAPLSMTR_NAVIGATION 101
    SAPLSMTR_NAVIGATION 130.
    When I try to test the service I see the Logon Screen but as soon as I login to SAP the next Screen I see is:
    "Unbekannter Cust_Ctrl für Image_Container1."
    I don´t know what to do. I actually want to get to my transaction LM00 but it doesn´t work.
    Can anybody help please?
    Thanks.

    Hello Klaus,
    Thankyou in advance.
    The reason for inheriting class and copying the internet service is to modify the screen size too (in addition to style). The service for LM00 displays jumbled screen on the mobile device (we are using integrated).
    Am I in the right direction?
    Details:
    ECC 6.0, NW 7.0
    Windows Mobile 5.0
    Mobile device MC9090
    Appl: WMS
    Best regards,
    Vic

Maybe you are looking for

  • Trying to create a Histogram type/object for aggregate functions

    Hi, I am trying to create an aggregate function that will return a histogram type. It doesn't have to be an object that is returned, I don't mind returning a string but I would like to keep the associative array (or something else indexed by varchar2

  • The declaration of the type of this expression is incompleteor malformed

    error 320 at line 22 column 14 the declaration of the type of this expression is incompleteor malformed error 0 at line 22,column 4 statement ignored DECLARE      v_value VARCHAR2(50);      v_prod_id varchar2(100);      v_prod_name VARCHAR2(100); BEG

  • How to fetch Y-1 correctly using BO OLAP Universe?

    Hi, We are currently on a SAP BO Webi XIR3.1 SP3 on top of SAP 7 to do financial reports. I have turned off database delegated measures , because they are not practical : too many issues with #TOREFRESH that does not go away and issues with deriving

  • What code to navigate from page without opening a new page?

    Hello, I have a flash button embedded into a css/HTML page that I want to use to navigate into a new page without opening a new window. Here's the code I'm using in the SWF which I got from the adobe tv tutorial: http://tv.adobe.com/watch/adc-present

  • Status field into order response

    hello gurus, We are creating a sales order with XI and get orderresponse. The order response Idoc contains all the data from a sales order except the fields Order status. In the screen VA03 --> Header Info --> Status we can see the delivery status fi