Field's content is not fully  visible in  Sap Transaction iview

Hello Friends,
                I have deployed a Sap Transaction iview on my portal. I am facing a issue.  When i do F4 help on a field, the content of columns is not fully visible in the opened up popup window.
    Is there any way to adjust the colum width, so that it accomodates the whole content and doesn't truncate it ?
    please help !
Regards,
Vidit

Hi Vidit,
Try to check your Transaction iview directly from the browser / through services not through the EP. If the iview is not working fine then thre is a problem in the code otherwise it has to work
Check your code and try to redeploy
Regards,
sreedhar G

Similar Messages

  • Have installed cc2014, menues are not fully visible. when changing font, system (all new sony vaio, win 8.1) crashes completely.

    have installed cc2014, menues are not fully visible. when changing font, system (all new sony vaio, win 8.1) crashes completely

    Dear Zak,
    thank you very much! Your information solved the problem immediately!
    Best regards,
    Philipp Frank
    New website
    www.philippfrank.at<http://www.philippfrank.at>
    Dipl Ing Philipp Frank
    1010 Wien
    Jakobergasse 4/14
    +43 1 513 22 83 19
    +43 650 250 5000
    [email protected]<mailto:[email protected]>
    www.philippfrank.at
    Von: Zak Williamson (Adobe)
    Gesendet: Montag, 23. Juni 2014 20:40
    An: Dipl Ing Philipp Frank
    Betreff:  have installed cc2014, menues are not fully visible. when changing font, system (all new sony vaio, win 8.1) crashes completely.
    have installed cc2014, menues are not fully visible. when changing font, system (all new sony vaio, win 8.1) crashes completely.
    created by Zak Williamson (Adobe)<https://forums.adobe.com/people/ZakWilliamson%28Adobe%29> in Help with using Adobe Muse CC - View the full discussion<https://forums.adobe.com/message/6488371#6488371>

  • In combobox 'g' is getting cut off, 'g' is not fully visible

    Hi Flex people,
    I am facing problem in combobox, I have the items : 'moon' , 'manager' , 'marketing' in the combobox.
    The text 'moon' is fully visible, but the in text 'manager' , 'g' is cut off, means character 'g' is not fully visible.
    Please give solution to how to make the 'g' to visible in  the selected item of combobox.
    Please find the attached snapshot, that will give clear idea.
    Thanks,
    Sushant

    Try this component:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:ComboBox xmlns:mx="http://www.adobe.com/2006/mxml" creationComplete="init();" updateComplete="adjustComboDropDownWidth();"
        buttonMode="true">
        <mx:Script>
        <![CDATA[
            import mx.controls.List;
             private var _selectedValue:String;
             private var _selectedLable:String;
             private var bSelectedValueSet:Boolean = false;
             private var bDataProviderSet:Boolean = false;
             [Bindable]
                private var myDropdownFactory:ClassFactory;   
             // Override committ, this may be called repeatedly
             override protected function commitProperties():void
                // invoke ComboBox version
                super.commitProperties();
                // If value set and have dataProvider
                if (bSelectedValueSet && bDataProviderSet)
                   // Set flag to false so code won't be called until selectedValue is set again
                   bSelectedValueSet=false;
                   // Loop through dataProvider
                   for (var i:int=0;i<this.dataProvider.length;i++)
                      // Get this item's data
                      var item:String = this.dataProvider[i].data;
                      // Check if is selectedValue
                      if(item == _selectedValue)
                         // Yes, set selectedIndex
                         this.selectedIndex = i;
                         break;
             // Trap dataProvider being set
             override public function set dataProvider(o:Object):void
                // invoke ComboBox version
                super.dataProvider = o;
                // This may get called before dataProvider is set, so make sure not null and has entries
                if (o!=null && o.length)
                   // Got it, set flag
                   bDataProviderSet = true;
             // set for selectedValue
             public function set selectedValue(s:String):void
                // Set flag
                bSelectedValueSet = true;
                // Save value
                _selectedValue = s;
                // Invalidate to force commit
                invalidateProperties();
              * @author       : Prashant Shelke.
              * @date         : 17/10/07
              * @method name : init()
              * @i/p params  : -
              * @return            : void
              * @description : To show tool-tip on line items objects of combobox.
              public function init():void
                    myDropdownFactory         = new ClassFactory(List);
                    myDropdownFactory.properties = {showDataTips:true, dataTipFunction:myDataTipFunction}
                    this.dropdownFactory    = myDropdownFactory;
                 private function myDataTipFunction(value:Object):String
                    return (value.label);
               * @author       : Prashant Shelke.
              * @date         : 17/10/07
              * @method name : adjustComboDropDownWidth()
              * @i/p params  : ComboBox
              * @return         : Number
              * @description : computes dropdown width according to what dataprovider provided to it.
              private function adjustComboDropDownWidth():void
                      this.dropdownWidth    = calculateCustomPreferredSizeFromData();                  
              * @author       : Prashant Shelke.
              * @date         : 16/10/07
              * @method name : calculateCustomPreferredSizeFromData()
              * @i/p params  : -
              * @return            : Number
              * @description : computes dropdown width according to what dataprovider provided to it.
              public function calculateCustomPreferredSizeFromData():Number
                    var dropDownWidth:Number    = this.calculatePreferredSizeFromData(this.dataProvider.length).width+14;
                    if(dropDownWidth > this.width)
                        return dropDownWidth;
                    else
                        return this.width;
          ]]>
       </mx:Script>
    </mx:ComboBox>

  • Materail not fully maintained for this transaction/event

    Dear All,
    When i am extending material to new storage Location using MMSC i am getting below error msg.
    "materail not fully maintained for this transaction/event" wht may be the reason.
    regards
    venu gopal

    Hi
    Check whether material has plant level data ie:any views like MRP, purchasing .
    i suppose if material has only basic data 1 and 2 then u may get the below error.
    Chk and revert
    Reg
    Raja

  • Property "OK Code Field" for SAP Transaction iViews

    Hi there,
    I created an SAP Transaction iView which is accessing an ECC system using SAP GUI for Html. In the properties of the iView I found the property "OK Code Field" - has anybody a idea how this field is used?
    I hope that there is a possibility to hide the command field with this parameter. Haven't found a possibility to hide that field although I saw that obviously I'm not the first to deal with this issue...
    Any help is rewarded.
    Regards
    Gesine

    Hi,
    To disable OK Code field,
    - Go to SICF TCODE
    - Expand to /default_host/sap/bc/gui/sap/its/webgui service
    - double click to enter properties
    - On Service Data TAB, click Settings Button
    - You have to siwtch to change mode in order to change
    - there add the following parameter
    Parameter: ~NOHEADEROKCODE
    Value: 1

  • Sub folders content are not getting displayed using KM Navigation iView.

    Subfolder contents are not being displayed for KM Nvaigation ivew
    Posted: Feb 15, 2006 1:01 PM        Reply      E-mail this post 
    Hi
    I created CM repository and did all settings.i could able to see the folder and subfolder contents under Content administration>KMContent>root-->KMPublications(my own folder).
    -->using Administrator user i could able to see all folders/subfolders correctly and could able to edit.
    -->now i created KMNavigation iview and created new role called "KMRole".then i assigned iview to page,then page to Role .this "KMRole" is assigned to user called "prasad".
    >for folder "KMPublications" ,using context menu Details>settings-->permissions ,i added "KMRole" for "Read" only.
    -->when i logon to portal with user "prasad" ,it is showing all root directory content and subfolders.when i click on subfolder called "foods",it is showing me exception.this problem is not coming if i logon as "Administrator".can anybody helpme out.
    Note:if i chnage the Path to display value to subfolder ,it is only displaying subfolders content only.if i click on its subdirectory ,it is giving null pointer exception.
    i checked default trace file,it is giving following information
    #1.5#001560AB529E0068000001130000050000040CDA8CF94AE8#1140032714402#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#sriram#586##epdev1.corporate_EPD_4605550#sriram#8ba54e509e5b11da9930001560ab529e#Thread[PRT-Async 0,5,PRT-Async]##0#0#Error#1#/System/Server#Java###Exception ID:02:45_15/02/06_0007_4605550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/KMEx/KMRole/KMExPage/KMNavigationiView
    Component class : com.sapportals.wcm.portal.component.base.ControllerComponent
    User : sriram
    at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
    at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Exception during PageProcessorComponent.doContent()
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:139)
    at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    ... 7 more
    Caused by: com.sapportals.htmlb.page.PageException: null (java.lang.NullPointerException)
    at com.sapportals.wcm.app.controller.ControllerDynPage.doProcessBeforeOutput(ControllerDynPage.java:81)
    at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doProcessBeforeOutput(KMControllerDynPage.java:56)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:123)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    ... 11 more
    #1.5#001560AB529E006D0000001C0000050000040CDA8E1777DD#1140032733168#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#sap.com/irj#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#Guest#192####b0827ab09e5911da8591001560ab529e#Thread[Thread-108,5,PRT-Async]##0#0#Warning##Plain###Exception reading project list. Error was Cannot get item /etc/xmlforms/XFBuilderConfig/ProjectsTimestamps.pref#
    #1.5#001560AB529E006D0000001D0000050000040CDA8E17786B#1140032733168#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#sap.com/irj#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#Guest#192####b0827ab09e5911da8591001560ab529e#Thread[Thread-108,5,PRT-Async]##0#0#Warning##Plain###com.sapportals.wcm.repository.InvalidUriException#
    #1.5#001560AB529E006D0000001E0000050000040CDA91E8084B#1140032797168#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#sap.com/irj#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#Guest#192####b0827ab09e5911da8591001560ab529e#Thread[Thread-108,5,PRT-Async]##0#0#Warning##Plain###Exception reading project list. Error was Cannot get item /etc/xmlforms/XFBuilderConfig/ProjectsTimestamps.pref#
    #1.5#001560AB529E006D0000001F0000050000040CDA91E808D9#1140032797168#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#sap.com/irj#com.sapportals.wcm.service.xmlforms.project.ProjectListResourceHandler#Guest#192####b0827ab09e5911da8591001560ab529e#Thread[Thread-108,5,PRT-Async]##0#0#Warning##Plain###com.sapportals.wcm.repository.InvalidUriException#
    can anybody help
    prasad
    Prasad

    Maybe there is approval set up on this folder. Order time based publishing. Both can cause the read users to see nothing.
    The first means that read users can only see published documents. If no document is published the result is a empty folder.
    Same for the second feature. If timebased publishing it can be that all documents are hidden for the read users because the documents are out of there time interval.
    Hope this helps. Check both in folder > details > settings.
    Frederik

  • Data in table control not seen for the Standard Transaction Iview

    Hi
    I am creating one Standard Transaction Iview for CATS .
    While doing print preview in IE 6 , I am not able to see data in Table control(Data Entry Area ).
    Can you please provide me the solution for how I can see the data in Table Control
    Regards
    Ruturaj

    Hi David,
    I too struggled a lot to find the solution ....atlast got it....It possible by exporting and importing the table control values to Database Index.
    1. AT SELECTION SCREEN OUTPUT event  triggers when you SAVE and GET the variant.
    2. So write the logic in AT SELECTION-SCREEN OUTPUT event.
    CONSTANTS: c_vari TYPE char30 VALUE
                             '(SAPLSVAR)RSVAR-VARIANT'.
      FIELD-SYMBOLS: <lfs_vari> TYPE ANY.
      ASSIGN: (c_vari) TO <lfs_vari>.
      IF sy-subrc = 0.
        IF <lfs_vari> IS NOT INITIAL.
          IF ok_code = 'SPOS'.
            EXPORT gt_chars[] TO DATABASE vari(tc) ID <lfs_vari>.
          ELSEIF ok_code = space.
            IMPORT gt_chars[] FROM DATABASE vari(tc) ID <lfs_vari>.
          ENDIF.
        ENDIF.
      ENDIF.
    In the above logic if OK_CODE is 'SPOS', that is for saving the variant with the name <lfs_vari>.
    Similarly if the OK_CODE is other than, 'GET'....that is for retrieving the variant. But in case of getting the variant OK_CODE is not filled with 'GET', but variant will be filled. We should take variant filling as base and do as done above.
    It worked for me.....

  • I want to Hide Back option but Not Save option when using transaction iview

    Hi,
    Sap Guru's
    I am new in Sap EP.... I am using Transaction iviews in the portal....  I want to Hide Back option but not the Save Option of transactions....I want to hide it from  potal ...... Is it Possible.....
    I have done settings in  SICF Tcode in ECC system as Following:
    ~Webgui = 1
    ~Webgui_simple_toolbar = 160, 2, 4, 16, 32, 64 and some more values... It is hiding the Back option but also the Save Option....
    I also want to disable commands as Ctlr  + S , shift + F3
    Suggest me some solution so that this can be done from portal instead of ECC systems.....
    Thank's in Advance
    Regards-
    Sumeet Sharma

    Hai,
      Kalyan,
    I have done this problem using SICF but instead of Hiding Back option .. I have allowed a user to run only one transaction using an iview....
    Put following parameter in SICF:
    ~webgui = 1
    ~theme = Sl
    ~SINGLETRANSACTION = 1
    By this configuration user will be able to execute only one transaction i.e  assigned him in his transaction iview.... It's an alternate solution of hiding back......
    when user click front screen back option of an transaction iview he will get message ... Logged off....
    Regards-
    Sumeet Sharma

  • Background image in banner area & in one in body are not fully visible

    I am a newbie and I created my site with one of the Adobe templates. For a while my site was loading correctly in both IE and Firefox. I don't know what I did, but I had to have changed something. Now the photo in the banner area and one in the body is not visible.
    Please help.
    URL:  http://www.webtivity.me/
    CSS Code is:
    @charset “UTF-8”;
    /* --- CSS Document by Codify Design Studio - codifydesign.com --- */
    body {
    margin: 0px;
    color: #000000;
    font-size: 12px;
    font-family: Arial;
    font-family: Arial, Verdana, Univers;
    background-color: #FFFFFF;
    h1 {
    color: #25476C;
    font-size: 24px;
    font-weight: normal;
    margin: 3px 0px 25px 0px;
    h2 {
    color: #214265;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    h3 {
    color: #244669;
    margin-top: 12px;
    margin-bottom: 0px;
    p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    a          {
    color: #36C;
    a:visited  { color: black; }
    a:hover    { color: #5872f4; }
    .container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    /* BANNER AREA */
    .bannerArea {
    width: 100%;
    height: 83px;
    background-color: #cfcfcf;
    .bannerArea .container {
    height:83px;
    background-image: url(images/banner_bkgd_webtivity.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
    .bannernav {
    padding-top: 20px;
    float: left;
    color: #112c4c;
    font-size: 10px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    .bannernav a {
    color: #000000;
    text-decoration: none;
    .bannernav a:visited { color: #ffffff; }
    .bannernav a:hover { color: #112c4c; text-decoration: none; }
    .toplogo {
    padding-left: 30px;
    padding-top: 5px;
    /* TOP NAVIGATION AREA */
    .topnavigationArea {
    width: 100%;
    height: auto;
    background-image: url(images/topnav_bkgd_webtivity.jpg);
    background-repeat:repeat-x;
    background-color: #624C7D;
    .topnavigationgroup {
    margin: 0px;
    float: right;
    p/adding-right: 40px;
    .topnavigationgroup ul {
    margin: 0px;
    background-color: #3399FF;
    .topnavigationitem {
    max-width: 167px;
    margin-left: 0px;
    padding-left: 10px;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    float: left;
    /* CONTENT AREA */
    .contentArea {
    width: 100%;
    background-color: #f0eff0;
    background-image: url(images/content_bkgd_tile.jpg);
    background-repeat: repeat-x;
    .contentArea .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: none;
    background-repeat: no-repeat;
    .contentleft {
    width: 650px;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    border-right-style: solid;
    border-right-width: 1px;
    .contentright {
    padding-top: 20px;
    float: left;
    padding-left: 30px;
    width: 210px;
    .imageright {
    margin-left: 5px;
    float: right;
    /* FOOTER AREA */
    .footerArea {
    width: 100%;
    background-color: #cfcfcf;
    border-top-style: solid;
    border-top-color: #000000;
    border-top-width: 4px;
    .footerArea .container {
    height: 77px;
    background-image: url(images/footer_bkgd_webtivity.jpg);
    .copyright {
    padding-left: 40px;
    padding-top: 12px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding-right: 12px;

    Banner image looks messed up to me.
    Also, check your code.
    You have a few CSS errors.  Just skip the Spry related ones.
    http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww. webtivity.me%2F
    And a missing <html xmlns="http://www.w3.org/1999/xhtml"> tag
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.webtivity.me%2F
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • ACR Dialog Box not fully visible issue CS6

    I've got an issue with the ACR Dialog Box in PhotoshopCS6 when opening RAW files.
    The names various parameters (Temperature, Tint, Exposure, Blacks, Contrast etc.) are not visible, however you can see the sliders.
    It looks like a graphics issue as the background is black, but you cannot aee any text save for that in the WB dropdown.
    I've Googled this but not found any similar issues. It's very odd. Deleting the preferences hasn't made a difference, neither has a fresh install.
    See screen grab below
    Any suggestions welcome!
    Thanks

    Thanks people for your swift solution. I did look in the forums as well as in search engines, but didn't find these posts.
    I'll reinstall (or overwrite) the OS.
    FYI I'm on 10.8.4 on a Mac and do have MacKeeper, so there must be something in it.... grrrr
    Like people say it doesn't effects the 'normal' PS menus/screens, but does the ACR and I just checked the SAVE FOR WEB, and that too has the same issue.... (ACR 8.1 - PS 13)
    Hopefully someone clever will actually work out what it is that's being lost or corrupted.
    Thanks again!

  • Aperture 3 library not fully visible in iPhoto

    Latest Aperture and iPhoto SW.
    When I use Show Aperture Library in iPhoto I can only see the photos in SOME of the projects. Mostly ones I've worked on in the last three months.
    This problem has only arisen as a result of installing Aperture 3.
    I've tried rebuilding the Aperture and iPhoto libraries without success.
    Any ideas please? David

    would a Repair Permissions and a zap the Pram have any effect
    I doubt that but thanks for the suggestion. On RP, as a result of using SuperDuper! to backup to a Firewire drive, RP is run nightly. Apart from that I had tried RP earlier plus the options available with Aperture by holding OPT-CMD at launch. There are several reported issues with Faces which require attention. Best guess is that what I see is Faces related. For the time being, I am not too concerned, especially if turning off Faces then enabling same works. For now, I am suspecting that if I do more Naming the A3 Library could vanish again from these locations. Overall, I am enjoying the features of Aperture 3 which is pretty fast on the i7 and not bad on the other iMac.

  • SAP transaction iView not executing the transaction directly

    Hello guys,
    having a little problem with SAP transaction iView I created - specified system, where the transaction is delpoyed. When I click on the page containing the iView, R/3 logon page comes up instead of the transaction itself being executed. The user and password are the same for the portal and R/3. Do I have to do the mapping then? I so, it would mean I would have to crate mapping for every single portal user. Isn't it possible to make the portal to automatically use the user id/password of the logged-in user?
    Thanks a lot for any ideas at all,
    Frank

    Arun,
    I am a bit confused now to be honest. If you mean 'SAP GUI Type' property, at the moment it is set to 'Select' value - it means that no value is selected. I already tried to use 'WinGui' but I couldn't get through to R/3 transaction either.
    We are using standalone ITS.
    Thanks,
    Frank

  • Transaction iView - reload of content

    Hi Experts.
    A transaction iView (SAP GUI for HTML) displays a SAP transaction in the portal. But whenever I navigate to another portal content and then back to the SAP transaction iView the procedure starts again (connecting to R/3 and starting the SAP transaction).
    Is it possible to tell the portal (iView, workset, ...) not always to reload the whole stuff, but only show me the last result?
    Regards, Mathias

    Hi Peter,
    if you question is to change the content in the logon page..
    Try this link...
    http://help.sap.com/saphelp_nw04/helpdata/en/62/601e1eebf54ca6a97e2873c8c63517/frameset.htm
    Regards,
    venkat.
    [Reward points if useful]

  • Windows 8.1 Pro - Flash Pro: Menu's and window selection panes do not fully render, or are misaligned. Same with the stage

    This bug makes the program virtually unusable for anyone using Windows 8.1.  I have a dual screen setup : 1920 x 1200 and 1920 x 1080 on the other, AMD Radeon HD 5700 Series drivers (Latest versions), running on a Windows 8.1 Pro OS.  When you attempt to view the various menu option panes, the windows themselves are not rendering fully, or you are hidden.  Also the stage is shifted as well to the lower right, making the program almost unusable. I have tested this on a Mac, as well as on a windows 7 machine and this does not occur there.  So it appears to be only within a Windows 8.1 Pro machine.   I have attached screen shots of what I am seeing.  Notice in the first image, we are looking at the new document pane. You cannot see the options fully and they are shifted to the right out of view.  The next image shows both the stage, shifted right, as well as the Document Pane.  The options are not fully visible, and clipped off.  The window itself is not re-sizable.  I have cleared the appdata, and re-installed the program. Same result.  I attempted to troubleshoot this via chat, however your network kept losing connection. Please let me know if anyone is suffering from this, and any resolution. Thanks!

    Thank you sir!  The scaling was the issue, and the solution.  By clicking on settings->Screen Resolution-> Text and Font link ->  It was defaulted to 125%. For anyone else who has this issue, set it to 100% and it will resolve these issues.
    Thanks again! Back to development

  • Application Parameters not working in the Transactional iViews

    We had created transactional iViews for calling the standard SAP Transaction: IQS8 and IQS9. Here the issue is that we would like to populate the default screens for these 2 transactions with different set of default values.
    So, we created variants and sending them as an application parameter to these trasnactional iViews. When we call this iView it is displaying these default values as per the variant which we are sending. But when executing that transaction, it seems those application parameters that we send through the iView are not being used to call that transaction.
    How to enforce the transaction to make it use the application parameters as default values, does any one has any idea?
    Please let me know if any one of you have a solution for this.

    Hi Venkat,
    You might want to try the following approach:
    1- Create a new transaction code in your SAP system (using transaction SE93 - maintain transaction) which would be a transaction variant of the transaction you want to call with a specific variant
    2- Create a 'SAP transaction' iview that points to the new transaction code you created (SAP information <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/88/266a3e54a2e946e10000000a114084/frameset.htm">here</a>)
    Hope this helps.
    Regards,
    Joseph

Maybe you are looking for

  • Due date in Detail Aging report

    Dear all, I would like to ask if it is possible to add the Due date for each document displayed in the Detailed Customer Receivable Againg report ? I tried, but it seems impossible to do so, even I set the field as System Variable (as the Due date in

  • Tax code seperating from MM to FI

    Dear experts, We will be doing technically upgrade from 4.6 c to ECC 6.0 next year. There is one question about MM: *The tax code usually represents a tax category,and it's typed in MM in 4.6c. We were condering if it can be typed in FI field or it's

  • Same Supplier supplying to different regions

    HI All, While running ASCP plan(We are using Enforce Demand Due Date Plan), what would be lead time if I am procuring from same supplier site for different organizations, say I have org A in USA & Org B in UK, both getting supplies from same supplier

  • Auto incremented field mobile device

    hello, my colleague requires to make a mechanism in the mobile device (oracle lite client) where the primary field of a table is automatically incremented. according to the documentation in order to make that happen in a consistent manner so that all

  • Re:presentation variable

    hi, i am using below case function to dynamically change the filter depending on other column in the sql filter.Both pv1 and pv2 are presentation variables having multiple values in it. CASE when "Region"='USA' THEN customer in (@{pv1}) ELSE customer