Field length change in Web Dynpro Components iView

Hi,
We are using SAP MDM Web Dynpro Components - Configuration Manager (NW7.3) to develop the UI. One of the issue while disply field is, Though field maintained in MDM has only 2 charaters UI that displays a full-screen-width field.
I would like to display actual field length maintained in reposiroy for each field. Is it possible??
Cheers,
Rc

This is closed.
By mistake Raised Twice....I guess I need break

Similar Messages

  • Web Dynpro ABAP iView Namespace

    Easy question here.....we are now developing some web dynpro abap at our company (all other web dynpro has been Java which I understand - ABAP was done by an abap developer).
    We settting up the iView there is a required field "Namespace" .  When I asked the developer what his namespace was I got a blank look.  I've poked around in SE80 (again I'm no expert here I know Java not ABAP). 
    Would someone tell me how to guide this developer - what do we enter in the Namespace field when creating a Web Dynpro ABAP iView?

    HI,
    The namespace is sap by default.
    You can refer this [help.sap|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/1d/e4a34273f60b31e10000000a1550b0/frameset.htm] document to create WDA iview.
    Regards,
    Anand G

  • How to make changes on Web Dynpro iView.

    Dear all
    We are using EP 7.0. Now I need to upload two documents to be accessed with link from a portal iView for HR documents, which was created using Web Dynpro. As I am new to Web dynpro, can any body help me to make these changes. I have already installed NWDS 7.0.9 on my system. Also tell me steps if it needs to configure with my portal.
    Please revert me if anyone of you want more clarification about the issue.
    With regards
    Virender Sharma

    Hi Virender,
    Now 1 thing is clear you need to customize the application. This is how you can do it:
    The thing is that if you know the person who had developed this application earlier, then you can directly get the application from him or the other way is as already told above, i.e,  If you want to add extra links to webdynpro application then you have to modify the webdynpro project. To do this you need ear(Enterprise Archive)/Project structure zip file to upload into portal and modify the webdynpro appln and deploy back into portal.
    1) Once you get the project open NWDS> Goto File> Select Import-->import the project.
    2) Open the project by double clicking on the imported project in the Webdynpro Explorer.
    3) Expand the project node> expand webdynpro node> expand web dynpro components node> expand the view node> open the view by double clicking on the view name> now you can see the view similar to what you see in the portal(you are on the layout tab)> In the outline(Left hand side downside of the NWDS) you can see the rootuielement container> right click on the same and select Insert child>Add link to URL(select this component)> again insert the same child> you need to set the properties of these child as per your requirement> once you have done the same save the project>move to application node inside the webdynpro node> expand the same> right click on the application> select deploy new archive and run> enter the sdm password--> check for the desired output.
    To deploy the modified webdynpro application you need to know the SDM password
    Also before deploying the application you will need to do the following settings:
    1) Goto the menu bar and click on windows.
    2) Select preferences.
    3) Goto the SAP J2EE engine .
    4) Enter the required details which you can get from the basis person
    5) Close the preference window
    6) In the RHS downside of your NWDS you can find the J2EE engine tab> click on that> There is a refresh button on top of that and check that server, dispatcher and sdm node are green in color .
    7) Now you can deploy your application.
    Hope it helps.
    Regards.
    Rajat

  • JavaDoc with Web Dynpro Components and SS9

    Hi All,
         Has anyone been able to get custom JavaDoc linkages to work correctly in NDS when working with components?
         I know I can get it to work if I manually attach the source and the JavaDoc location in the Properties -> Java Build Path for each of the .jar files (in each project that uses the Web Dynpro components in question), but I feel this should carry over automatically if I configure this information in the included project.
         The good news is that the configuration stays with a using project even when choosing the "Refresh from DC settings" option, but when adding a used DC the first time isn't there some way to have this information automatically added?  This information is already configured at the project level for the used components.
         Any suggestions, or should I just grit my teeth and say everyone has to add in these values manually?
         Thanks,
            --Greg

    Hi Naddy,
    Check the standard tables that are being used in the application for display/change/create of data. If these tables have a "Customer Include", your first step should be to define the Customer Include Structure and define your new custom components in it (the ones that you need to show on the statndard view.)
    Step 2: Create and enhancement of the standard component in which the view is present. In this enhancement, update the context so that the new fields that are present in the standard table (due to Customer Include) become available in the Context.
    Step 3: Create enhancement of the view on which the field has to be included. Firstlyupdate context of view from context of controller. Now ur fields will be available in context of view. Also create context attributes that will control visibility, read-only etc of UI elements. Now enhance the layout of the view, create your custom fields and bind value/visibilty/read-only etc to the respective context attributes that you have created.
    Also write a post exit method for domodify and check the mode of the standard application (create/change/display). Accordingly set values of the read-only, visibility etc.
    Regards,
    Reema.

  • Problem with breakpoints in Web Dynpro components

    Hello experts,
    I have problems with breakpoints in methods of Web Dynpro components. Sometimes everything works as expected and a new window with the debugger comes up. Sometimes the breakpoints are ignored, and debugging is impossible. It even happens that a colleague can debug and I can't or vice versa.
    I am setting breakpoints with button "Set/Delete External Breakpoint", and the message always is "Breakpoint is set for user xxx". But sometimes when I display a method there is a warning that external debugging is not active. What does that mean and what is the reason for that?
    As adviced in the SAP help document "Debugging Web Dynpro ABAP Applications" I have enabled the new Front-End Editor and the new debugger, but still the problem exists. Does anybody experience similar problems or have an explanation for this?
    A second question concerns the different types of break points. My Web Dynpro component has an assistance class, and if I want to set a breakpoint there, I can choose between a session breakpoint and an external breakpoint. What exactly is the difference between these types? And here in the forum I sometimes read about internal breakpoints. Is this even a third type, or the same as session breakpoints?
    Thanks, Karsten

    Hi Kartsen.
    External Breakpoint -> can be started from outside the SAP GUI (e.g. WebDynpro)
    Session breakpoints are used if you start a programm or something like that in SAP GUI.
    I have the same problem ... sometimes he does not recocnize a new break point ... so I just reload the page and the break point works.
    If external debugging is not active, you habve to activate it in SE80 Utilities->External Breakpoints.
    Also make sure that in your Settings the correct debugging user is set:
    Utilities->Abap_Editor->Debugging.
    Cheers,
    Sascha

  • Deploying MDM Web Dynpro Components on NWCE 7.2 - /wdconfig not displayed

    Hi all -
    I'm trying to deploy the MDM Web Dynpro Components Framework  (the goal is to
    have NW CE connect to and 'see' the MDM repositories) and according to the URL
    http://help.sap.com/saphelpnwmdm71/helpdata/en/4a/8c20a0dc93203be10000000a42189b/frameset.htm,
    one of the steps is to run the MDM Web Dynpro Configuration Manager application
    (_http://<server>:<port>/mdm/wdconfig).  However, I get an error stating the page
    wasn't found (example: Error: Requested file /wdconfig does not exist).
    Looking further, I see that WD Framework needs to be configured as a pre-req.
    I'm in the JSPM and I see that MDM JAVA WD FRAMEWORK 7.1 7.11, MDM JAVA API Library
    and MDM Java Connector needs to be deployed (JAVA API and Connector are first).
    Under the 'Deployed Components' tab in JSPM, I see :
    >> sap.com/MDM_JAVA_API - 7.1
    sap.com/com.sap.mdm.tech.apireset
    sap.com/com.sap.mdm.tech.connector
    sap.com/com.sap.mdm.tech.mdm4j
    >> sap.com/MDM_JAVA_WD_FRAMEWORK - 710.711 (SP05)
    sap.com/tc/mdm/wdcomps/core/ear
    I deployed MDM_JAVA_API first and have restarted the NWCE system.
    I don't see any error in the logs and the URL for the /wdconfig still does not exist.
    Is there something that I have to deploy?  Can someone point me to a document other than
    the help.sap.com that talks about CE 7.2 and MDM 7.1 configurations?  I do have the master
    and install guide for both. 
    Please advise!
    Thanks!
    -s

    Update:
    Hi - thanks for the followup.
    I have the correct SCAs.  I have done the following:
    UNDEPLOY both components
    Restarted the services
    Deployed the JAVA_API first
    Restart services
    Deployed the Framework
    Restarted the services
    Yes, even though the docs said I can deploy them in order, I think there may have been
    a few hitches that the error logs didn't catch.
    Specifically, when I re-deployed the FRAMEWORK 7.1 7.11, there were now 19 components
    listed instead of one.
    I am able to go to ~mdm/wdconfig now.
    However, I get a new message:
    "You are not authorized to use MDM Web Dynpro Components Configuration Manager".
    Even though I'm the Administrator? 
    I did see in the docs that I need to create a Project first and that the userID that logs in
    should exist in UME and the MDM system.
    (_http://help.sap.com/saphelp_nwmdm71/helpdata/en/4a/41a40c343f2ab1e10000000a42189c/content.htm)
    I am looking into that now.  I think I will close this thread and start a new one
    specifically for that.
    Thanks!
    -s

  • Cannot make entry in used web dynpro components

    Hi,
    I have added public part in Used DCs
    But when i try to add the used Web Dynpro Component , i dont see the DC i have added when i click browse button
    what dependencies should be given while adding the public part in Used DCs ? i have given only default ie build time
    thanks.

    Hi,
    Follow this way, hope it will helps you
    1:Add Component of childDC to PublicPart and build it (RightClick on DC>DevelopmentComponent>Biuld)
    2: Expand parentDC>DC MetaData>DC Definition>RightClick on UsedDcs>Add used DC>Select childDC>Finish.
    Build parentDC as above (not Rebuild)
    3:Now expand ParentComponent>RightClick on Used Web Dynpro Components>Add UsedComponent> give name and choose browse >select childDC component> Ok>Finish
    Regards
    LN

  • Portal Eventing between Web DynPro Java iView and non-Web DynPro iView

    Dear Experts,
    I have 1 Web DynPro Java iView and 1 non-Web DynPro (using JSPDynPage and JSP) iView, both attached to a page. When Web DynPro Java iView fire a portal raise event, the portal iView did not execute the javascript function tied to the event subscribed.
    Here is the code snippet which reside in the Web DynPro Java iView that is used to fire the event
    String param = "test";
    WPortalEventing.fire("urn:com.company.Test1", "TestEvent", param);
    This the code snippet that is in the jsp page
    function notifyTest(param)
         // Code to print param value here
    EPCM.subscribeEvent("urn:com.company.Test1", "TestEvent", notifyTest);
    Note:
    1. When Web DynPro Java iView fire the portal event the entire page is refreshed, including the non-WDP iView.
    2. When EPCM is replaced with window.top.EPCM, the page is refreshed, it is totally hanged with progress bar.
    Can anyone help to solve this problem?

    hi
    Please write the below code snippet in ur jsp for notifyTestjavascriptfunction
    function notifyTest( eventObj ) {
         eventParameter=eventObj.dataObject;
         // code to print the parameter "eventParameter"
    Thanks
    Harsimran

  • ESS-where can I find FcLinks & FcNavigations Web Dynpro Components ?

    Hi,
    I am working on ESS BP.
    Can anyone, let me know where can I find the FcLinks & FcNavigations web dynpro components. I mean in whcih DCs in ESS package, I can find this.
    I could find these in used web dynpro components, in 'Release Working Time'  of 'Working Time'. But, couldn't able to locate them in which DC they are present.
    Thanks & Regards,
    Raj

    Hi ,
    It s a part of FPM framework. Its available in sap.com/pcui_gp~xssutils.
    Its a PCUI_GP component, and is not editable. In case you are looking to edit the links, you can configure them thru SPRO in the backend.
    Regards
    Bharathwaj

  • Download/Upload of Web Dynpro Components

    Hi everyone,
    Does anybody know if there is a way to dowload the web dynpro components from a SAP system and upload into a diferent one, like smartforms and dynpro screens do?
    Thanks in advance,
    Raphael Xavier

    Hi Raphael,
    This feature is not currently in the standard system. However there is a beta version of a plugin for exporting and importing Web Dynpro ABAP components.You would have to use the SAPLink program (ZSAPLINK) to export and import objects. Please go through this link to download the necessary stuff.
    [http://code.google.com/p/saplink/|http://code.google.com/p/saplink/]
    For any problems while uploading these nuggets into SAP you can post your queries [here|www.saplink.org].  Also refer to Thomas Jung's comments in [here|How to install the SAPlink plugins;.
    Regards,
    Uday

  • Controlling visibility of Web Dynpro Java iView in portal WDJ page

    I should be able to use the WDPortalUtils interface in my Web Dynpro Java DC application to get the name of the iView in my Portal WDJ page using IWDPageService method getVisibleIViews(). My intent is to add another iView to this page and programmatically control the visibility of each iView from my WDJ application.
    -> Instructions I have found through my online research indicate I should not have to specify a sharing reference because I am using the WDJ framework, but I tried it anyway. It didn't work.
    -> I have added DC epbc.prtapi._api public part to my used DC's, and specified dependency at both Build time and Run time.
    -> My portal page template is of type Web Dynpro Proxy Page.
    -> My iView template is of type Web Dynpro Proxy iView.
    -> The Page Content view of my page shows the 'visible' checkbox set for my iView.
    The following statements in the wdDoInit() method of my DC's view controller should return the portal name of my iView:
    IWDPageService pageService = (IWDPageService) WDPortalUtils.getService(WDPortalServiceType.PAGE_SERVICE);
    String[] iViews = pageService.getVisibleIViews();
    I get no compile time errors or runtime errors when I execute these statements.
    BUT...
    Instead of a String array, I get back a memory space pointer.
    Example: [Ljava.lang.String;@664e664e
    What am I missing?

    Hi Jennifer,
    That's what this forum is all about; finding solutions to hard-to-solve issues, which might also help someone who may face the same issue in the future. So I hope my input is valuable
    The last thing I can think of is the method is been called before the portal page has been rendered completely, which may lead to the faulty results.
    Is it possible to move the getVisibleIviews() to a method which is called later in the phase (for instance, at the bottom of wdDoModify or wdDoPostProcessing) or, even better, in an onAction event handler when a button is clicked?
    If this doesn't work I'm afraid I'm running out of options and i would file an OSS message with SAP
    Hope this helps!
    Robin

  • Make custom Web Dynpro java iView properties

    Hi All,
    Please guide me as to creation of custom Web Dynpro java iView properties in NW 04s .
    I have already gone through the music box example but  still have doubts .
    ANy pointers?
    Regards
    Radhika Kuthiala
    Edited by: Radhika Kuthiala on Dec 13, 2011 9:49 PM

    I don't think this can be done since WDJ apps can also run standalone (not in a portal)

  • How to create Web dynpro ABAP iview in EP ?

    Hi guys,
    I have created Web dynpro iview in EP but when I execute it I'm getting errpr msg.
    page cann't display.
    Application neme= correct
    namespace= correct
    System allias=correct.
    Could u plz tell me where is the problem?
    Thanks
    Prakash
    Edited by: Prakash Rout on May 12, 2009 9:39 AM

    Hii ,
    Check this article for settings of Web dynpro abap iview, might be helpful
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0235c19-9493-2b10-64a5-8487b23a7a41
    Hope it helps..
    Sonal...

  • Create Web Dynpro-Based iViews

    Hi,
    I have created one test WD-ABAP ( NW04s ABAP Sneak preview) on my NSP Installation.
    in II step i have cretatet one WEB Dynpro-Based iviews on secund Installation ( NW04 Java Sneack Preview) on onother Server in Netz with IP .....
    When I test my System Conection from Portal-Server to ABAP Server is allready OK. But i recive one HTTP/s error.
    When i try my WD, that i binded in Portal to running i recive a Raise exeption from ABAP-System and when i look in ST22 i show a DUMP from Methode "CHECK" in Class "CX_FQDN" :
    <b>METHOD check.
      DATA: lv_host    TYPE string,
            lv_port    TYPE string.  "#EC NEEDED
      lv_host = request->get_header_field( name = 'host' ).
      IF lv_host NA '.' OR lv_host CO '0123456789.:'.
        <u>IF NOT lv_host CS 'localhost'.</u>
          SPLIT lv_host AT ':' INTO lv_host lv_port.
          RAISE EXCEPTION TYPE cx_fqdn
            EXPORTING host   = lv_host
                      domain = '.<domain>.<ext>'. "#EC NOTEXT recommend security group
        ENDIF.
      ENDIF.
    ENDMETHOD.</b>
    You See the Method create a Exception when the the Host not equel "LOCALHOST".
    The Question is : know eny body how kann I test my WD-ABAP in one Portal Test-Installation ?
    Best Regard
    Reza Aflaki
    Message was edited by: Reza Aflaki

    Hi Sudhir,
    how can we implement the authorizations in Web Dynpros? Web Dynpros make an RFC call to R/3 4.6C user transactions. Our doubt is that for the RFC call we use always the same communication user (such as ALEREMOTE for BI or XIREMOTE for RFC call from XI to R/3) and this is correct for background processing, but for dialog transactions the users have only some authorizations (classical authorization profiles) on R/3 4.6c. So how can we import the authorization profile of a user on R/3 4.6c in the Web Dynpros?
    Thank you and regards
    Bob

  • Accees Denied on a Web DynPro based iView

    Hello,
    I've created a Wen DynPro application which is working well. I am trying to embed it at the portal, for that I've created a System which is connected to the WAS and used the Web DynPro iView wizard in order to show this application.
    The problem is that when I Preview this iView the GUI loads but I am unable to open the combo boxes there for example. At the left side of the browser I receive an "Access Denied" error. What could be the problem here?

    Hi Roy
    Check this OSS Note - 779659 Changing Theme disables Drop-Down-By-Index
    I faced similar problem in Enterprise Portal after following this note I am able to see the values in drop down.
    Regards
    Senthil

Maybe you are looking for

  • Unable to reinstall SCVMM 2012 R2 during database migration - access denied to VMMDKM container

    I'm trying to migrate my SCVMM 2012 R2 DB to a new SQL 2012 server. As per TechNet article http://technet.microsoft.com/en-us/library/dn469626.aspx, I uninstalled VMM, which went without a problem. During the reinstall, setup fails with "Unable to cr

  • TS1503 9.06 gb of other and I don

    I tried to sync my iPhone 4s and I saw that I had 8.5 gb of "other" so I restored it and then it showed that I had 9.06 gb of other. I tried everything on here and nothing has worked.

  • Apple care cover battery?

    In what instance does Apple Care would cover a battery? My late 2008 MBP's battery is at 288 cycles and on full charge, its only got 34% (1950mAh) health according to iStat widget. In normal usage, it lasts about an hour. Is this battery defected? An

  • Access to local database

    I already posted this question in "LiveCycle Designer ES" but I didn't get any response. So, I am posting it here. Be patient. Hi All, I am having issue connecting to the local database from the Adobe Form. Here is the code that I have to open the co

  • How to wrap a stored procedure that outputs PL/SQL records for JDBC?

    Hello everybody, Is there an example for wrapping a stored procedure that outputs PL/SQL records and/or PL/SQL tables of records, so that it can be called from JDBC? Since this is not possible with the Oracle JDBC driver, Oracle recommends "To wrap a