ITS Mobile - Logoff

Dear Experts,
           I am facing an issue Regarding ITS Mobile. We created the Screens and Assigned to ITS (HTML Template).
We given an Logoff Button, If i executed from ITS, It should be logoff and should show the login Screen in same window,
I am calling Call_Browser FM, I can able to get the Login Screen, But that screen is opening in separate window, and my previous Screen is not logoff.
Please Help me to solve this issue.
Thanks in Advance.
Regards,
Srini

Hi Sravan,
          In SAP, we designed Logoff button, so that in ITS, when user press that button, the session has to be logoff and it should go to the initial screen where it will ask for User id and password.
          I just working on this, As u suggested in previous, i put the URL in Redirect URL in SICF Txn. and
~THEME     99
~TRANSACTION     Z-Transaction
#MOBILE     This is a mobile service
~ITSMOBILE     1
#SOURCES     Template search sequence
~SOURCES     ITS - Internet Service - SE80
#POPUPS     Show popups, default is no
~POPUPS     1
#MESSAGE     SOUND Plays a background sound if a message appears
~ITSMOBILEMSGSOUND     1
#SYSTEM     MODAL POPUPS Shows express mails / system messages
~SHOW_SYSTEM_MODAL     1
~STYLE     DHTML
~WEBTRANSACTIONTYPE     EWT
~GENERATEDYNPRO     1
This is how i designed in SICF Txn.
Regards,
Srini

Similar Messages

  • ITS Mobile - Custom logout

    Hi Experts,
    I'm facing a problem regarding ITS Mobile.
    On our application we need to use a custom logoff button, on our device, CUA is not workable. I tried different solutions to do a proper logoff but none worked (log off page in SICF, LEAVE PROGRAM in abap part
    and solutions mentioned here : http://help.sap.com/saphelp_erp60_sp/helpdata/en/46/6c412141496a58e10000000a11466f/content.htm )
    What is the best way to simulate the operation of the standard logoff button?
    Regards,
    Ghis

    Hello Avinash,
    Is the following SCN thread of any use?
    SAP RF error screen logoff
    Regards,
    Oisin

  • Logon issue in ITS Mobile

    Hi,
    We are using ITS mobile applications for some of our IM related transactions.
    After accessing the transaction,the user will click on the logoff button and the system displays the message as
    Logged Off Successfully
    You have been logged off from SAP NetWeaver Application Server.
    After closing the IE window and reopening it again...it directly goes to the application instead of asking for the logon details...
    If i clear the cookies in IE and try out....i am able to get the SAP logon screen...
    But my issue is...is there any option to get the SAP logon screen once i close/logoff and re-open the IE without clearing the cookies?
    Regards,
    Thyagu.

    See also notes:
    [1048461 - ITSmobile, system login for mobile services |https://service.sap.com/sap/support/notes/1048461]
    [1074234 - ITSmobile, check for multiple logon |https://service.sap.com/sap/support/notes/1074234]
    [1039335 - Incomplete logoff from an ITS WebGUI application|https://service.sap.com/sap/support/notes/1039335]

  • 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

  • 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

  • Mini DVI to VGA problem

    Hello, I just recently bought the mini DVI to VGA adaptor for my new MacBook because I wanted to use my laptop as a dvd player and plug it into the TV in my room. The TV is a Samsung LCD ln S1951W, when I plug it in the computer detects the display b

  • Help to create a Lucky Dip button, please?

    have developed a Football Pools competition to raise funds for various Good Causes and found a programmer to create the attached Flash file. Unfortunately he was involved in a serious car crash and will be hospitalised for many weeks. I apologise in

  • Deploying OneDrive for Business

    Hello, I am trying to deploy OneDrive for Business using the XML. <Configuration> <Add SourcePath="\\domain\dfs\netapps\Microsoft\Microsoft Office 365\Office" OfficeClientEdition="64"> <Product ID="GrooveRetail"> <Language ID="en-us" /> </Product> </

  • Planning Web Form status message.

    Is there a way to display a custom status message in web form. We are trying to add some resources to a division using a business rule from a web form and have a requirement to display a warning message if the resource already belongs to the division

  • [svn:fx-trunk] 10891: Fix for ASDoc throws error when using getter methods for pseudo-inheritance of static constants

    Revision: 10891 Author:   [email protected] Date:     2009-10-06 09:46:47 -0700 (Tue, 06 Oct 2009) Log Message: Fix for ASDoc throws error when using getter methods for pseudo-inheritance of static constants QE notes: None. Doc notes: None Bugs: SDK-