Its mobile fields view

hi,
   can somebody tell me how to get all the fields in one vertical column in sap  its mobile
  i am working on transaction MB01.
i have used ~ITSMOBILEELEMUNITS px and
~ITSMOBILEELEMFACTOR 6. but i still get lot of space between each field.
pls help its urgent.

Try using the parameter:
DYNPRO_COMPRESSION
see:
https://wiki.sdn.sap.com/wiki/display/HOME/FeaturesandImprovements
--> DYNPRO_COMPRESSION
This feature is only available with style MOBILE4
If you wish to remove lines containing no visible elements that are still visible on the screen then set ~DYNPRO_COMPRESSION service parameter to the value of "1" in the GUI Configuration section of the ITSMobile service in transaction SICF.
see the following link which shows the prerequisite to be able to use this parameter
https://wiki.sdn.sap.com/wiki/display/HOME/Dynpro+compression
Regards,
Oisin

Similar Messages

  • 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

  • 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

  • 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 - 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

  • 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

  • ITS (mobile) login without popup

    Hi folks,
    I have implemented ITSmobile, and it works fine except for one detail: the login procedure.
    When I create my ICF service as described in SAP Help (CL_MOBILE_SYSTEM_LOGIN as login class), I always have to login twice to my service (first on the webpage, then I receive a popup, and I have to login again, and then I can enter my ITS Mobile transaction).
    I've toyed with the 'L (alternative)' procedure on the Logon Data tab, and the only way I don't get the popup seems to be when I set 'Fields Authentication' as the only authentication procedure. (together with 'X - do not switch') under system login. However, if I do this, I get the message that System Login is not possible because some entries are missing in the alternative procedure.
    I can't find the necessary information about ITS login procedures and it bothers me that I can't seem to get this right.
    So if anyone can share with me how they have setup ITS Mobile login, or knows anything about the different options, please let me know. Thanks in advance.
    Rob

    Edgar,
    Thanks, but that's what I did.
    However, I'd like to know more about the different options and why all other options use a popup. The main concern about the option I've chosen now (fields authentication) is that it gives a warning message (even though you can log on fine), and that looks quite unprofessional (you also can't disable it, apparently).

  • Screen width on ITS Mobile

    Hi All
    We have created the custom RF application using the screen format 16X20 and 8X40 and have attached it to the standard RF Menu.
    When we try to convert these application to the ITS mobile format, the screen format gets widened. The approach we followed for converting the screen to mobile application is given below
    1.     Created a ITS service in SE80 (Under the WEB Objects Tab) and assigned the transaction LM01 to it
    2.     For all the custom screens which we have already created using the format 16X20 and 8X40, we created a template using the ITS service and the default theme as 99 which comes with the service and the generating style as MOBILE (Mobile Device)
    3.     We activated the service (ICF) using the transaction SICF giving out the default values like client, error handling etc and when we open the URL using the test service option in SICF we get a screen as shown below with a different screen format not 16X20. User has to scroll in his device to view the full page
    My Question:
    1.     Is there any way where we can change the screen format for the mobile application, depending on the Device which we use.
    2.     Is there any step which we are missing out while activating the service which will take care of the screen size
    Request your help on this

    I think that this is due to the screen being very responsive and sensitive at the same time.You could try to put another film on top.
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Re: SAP ITS Mobile - Layout Styling Issue

    Hi ,
    I'm facing the following issue in ITS Mobile service. where the white spaces between the form elements are not reduced though ~DYNPRO_COMPRESSION is set to 1.
    The solution i nthe following thread SAP ITS Mobile - Layout Styling Issue works fine for custom programs, but my internet service makes use of standard programs , so it is not advisable to edit the standard programs. And also tried to constrict the gaps by using a custom css-stylesheet, but all the efforts in vain.
    Kindly help,
    Regards,
    Avinash
    BRANCH - Branch to a new thread as was posted to an old and answered thread. Link and ref the previous thread.
    Message was edited by: Oisin ONidh ITS SCN Moderator

    thanks for the reply, we are using Internet Explorer for opening the URL.
    I have another issues like
    1. getting the scanned EPC value in the cursor position on the screen if datawedge application running in background but as soon as the EPC value appears int he field, the screen turns to "Page not found error" ( though in screen sequence next screen available) in short the problem is after getting EPC value in cursor field, without waiting for user/system action the page goes out.
    2. I want to write the EPC value on the RFID tag using the handheld but its not happening
    3. does the RFID handheld returns any value when EPC written succesfully on the tag ( such as tag written successfully )
    your inputs will be really useful for me.
    Thanks,
    Neha

  • Subinventory LOV not getting populated in Mobile Field Service Pocket PC

    Hi,
    After installing Mobile Field Service Pocket PC on a Windows Emulator, and connecting to Oracle Database Lite webtogo, while trying to create a parts requirement the subinventory LOV is empty. The other fields like item and address are getting populated.Because the Subinventory cannot be selected , the order cannot be created.
    Please help!
    Thanks

    what is  the item Style of  ChargeAccountId ?
       it should be formValue
    in the xml you should have something like this
    <oa:formValue id="ChargeAccountId" viewName="xxpowlPOReqIntfUpdateEOVO" viewAttr="ChargeAccountId"/>

  • 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.

  • Error when installing Oracle Lite for Mobile Field Service Laptop

    Hi,
    I am facing a strange problem when installing Mobile Field Service Laptop agent "Oracle Lite" on my laptop.
    When I run the setup, it asks me username and password, after entering the information, when I proceed, I see setup window which displays below messages
    "Authenticating with server... "
    Please wait. This may take several minutes ...
    Then it hangs for several minutes, approx 5 to 10 mins, and then gives message
    "Could not connect to server: HTTP/1.0 502 Bad Gateway"
    I am not able to proceed with setup.
    But none of my other colleagues are facing this issue, even though the network, proxy settings and java version are same.
    Any idea about this error?
    Regards,
    Mohammed

    I thought polite.ini us required....how r u using MFS without polite.ini?

  • Is anyone successfully using Mobile Field service - laptop version  in 12.2.X ?

    We need this type of functionality but we  are on 12.0.6.  We are considering upgrading but we were going to upgrade later this year.  However, we need this type of functionality as soon as possible.  Is anyone using Mobile  Field Service in 12.2.X with laptops?

    Hardik,
    I am using an O2 XDA II with Pocket PC 4.2. I am using IAS 9.0.4.0.0.
    I have defined a service in my midtier which outputs XML with a signature box:
    <SimpleFormItem name="p_signature" type="signature"> etc
    My PDA displays the signature box correctly in the web browser.
    When I sign the box and press Submit the following data items are returned to the midtier:
    Query String: "sigSubmit=mySubmit&sig_width=200&sig_height=100&sig=&personName=tim"
    Notice that the sig data is null.
    I know that my IAS version is a little low, but, the problem appears to be that the plug-in in the browser is not returning any sig data.
    Do I have an old version of the plug-in?
    Have you used this plug-in?
    Has it worked for you?
    Do you know where I can get a newer version of this plug-in as it must work with Oracle Apps?
    Regards,
    Tim.

  • 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

Maybe you are looking for

  • 1st Generation Touch and iOS4

    Some of us just don't have the money to throw away on a whim due to Apples idea that this iPod is now 'obsolete'. What ever happened to 'if it ain't broke, don't fix it'??? In this recession some of us don't have the luxury of the 'disposable product

  • Issue Related to Billing Document F2 with same Invoice Number.

    Hi All, I have 3 Sales Order with 2 Sales Order belonging to Sales Org A and one belonging to Sales Org B. The Invoice generated for all the deliveries for Sales Order has the same Invoice Number. As per the standard functinality it is not possible t

  • Open-vm-tools 2012.03.13-2 not working on VMware Workstation 8.0.2

    Hi, I followed instructions on https://wiki.archlinux.org/index.php/In … _in_VMware. Problem 1[Solved]: vmware-user-suid-wrapper does not start automatically but i did add it to ~/.xinitrc. .xinitrc File content: exec ck-launch-session gnome-session

  • Develop AI for a bot in first-person shooting game

    Hi, i'm working on a web-based first-person shooting game incorporating VRML and java. As for the AI part of the bot, somebody suggested me using JESS(Java Expert System Shell). I've looked through some tutorial about the API and usage of the softwar

  • Can I make a hardware raid with the on board Marvell SE9128 chip on p67a-gd65?

    Hi, as you all know the RAID 0/1/10/5/JBOD with the p67 chipset are pure software raids or "fake" raids. I saw some sata-raid pcie 2.0 x1 cards on the sell which have the Marvell SE9128 chip. So my question is: Can I make a hardware raid with the onb