Regarding webdyn pro java

Hi to all,
hwo many model objects we can able to create in single component controller?is there any limit?
Hwo many custom ctrollers we can create in one component?is there any limit?
if we map model and view controller directly is there any problem compared to normal connection like connect model and view controller through component controller?
Regards,
surya.

Hello Nari,
You can map model to view directly and this is okay.
Usually the best practice is to take advantage of MVC architecture WebDynpro is built on. It will be fine to map view controller with model directly as long as the view only displays data with out manipulation.
You want to format data before display, you can do it both in your component controller and view controller, and application runs fine, but say you need to display formatted data in more than one view, you will have to implement the same in other views to. This is not re-usable any more. It is only practice to keep such kind of logic or code in component controller or custom controller at your convenience so that it becomes re-usable saving you from reimplementing the same again and again.
About your other questions about number of models and custom controllers, there is no limit if I am not wrong. But it is not a good practice to overload your component. There is concept called  componentization in Webdynpro, which can be used to architect huge development. Link below can help you in understanding componentization.
[Componentization|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f727d100-0801-0010-4cbd-b0ad5c161945]
Best regards,
Chinnu

Similar Messages

  • How to send a webdyn pro application from one user to othe by SAP workflow

    Hello all,
    i have developed a application usind webdyn pro in java.
    but i wanna to send this application from one person to other by using SAP based Workflow.
    can anyone guide me this whole step by step procedure
    so that i can do my work effectively.
    Its Urgent.
    Thanks and Regards,
    Roshan Gupta

    Have you tried using the CMS system?
    This has the manager approval step.

  • Colorful Screens in Webdyn pro

    Hi All,
    I am developing a PDA application using Netweaver Mobile 7.1. I am using NWDS 7.1 and developing the applications in the Handhelds and Laptop perspective.
    How can i make the Webdyn pro screens more colorful and presentable ? I mean is there any option to add a section header and to change its color , background color, color of radio buttons or any other feature ?
    Regards,
    Madhu.

    Hello,
    There is a configuration file where you can change the color of the different part of the UI. I do not have NW 7.1 installed so I cannot tell you exactly where that file is, but there is a way to edit it.
    Thank you,
    Julien.

  • Standard Adobe Forms in webdyn pro??

    Hello,
    I'm having a problem, I was asked that utilized the following standard webdyn pro's to change the LOGO of the company. Any idea which forms adobe used in these cases?
    Webdyn pro's standard requested:
    WDC_WSAM_SHMAE_SEARCH_MAT
    WDC_WSGM_MAT_DOC_PRINT
    WDC_WSPO_PO_DOC_PRINT
    Another question is where are these configured webdyn pro in spro, any ideas?
    Please Help me.
    Thank you

    Hi,
    If i remember correctly then I think you should be able to see the adobe form only when you click on the overview/print preview button check under that action but ai  not sure that you would be able to change then entire form itself. May be you should ask your fictional consultant that where does he configure this adobe form.
    Since in e-rec we have different adobe forms for different purposes and i think some where these forms are configured against each process...
    Are you looking to change at the WebDynpro  component level or from adobe form level itself. You can access the form from SFP transaction.
    Regards
    Pavan

  • 7.1: Mobile Webdyn Pro: set colors

    This is a question regarding NW Mobile 7.1, PDA development.
    I am using NWDS SP05 P01
    How can I set the background color of a row in a table or in a rowrepeater?
    Can I set anything else except using the "design" property, which does not give much control.
    Can I display any lines to separate a standard navigation header?
    Thanks, Andre

    Hi Chintan,
    thanks for pointing me there, but unfortunately I am developing for the mobile client. This is Webdyn Pro Lite, which means that many features are not available. The design features are limited compared to the Host Webdyn Pro ...
    There is a setDisign method, but no explanation, what values are what.
         public void setDesign(int textViewDesign) {
              setPropertyValue(PROPERTY_TEXTVIEW_DESIGN, new Integer(textViewDesign));
    But I really hope that colors can be set ...

  • Is there any possibility to create ABAP Webdyn pro application in SAP 4.6C

    HI All,
    My client is in SAP 4.6C version want's to devlop some SAP ABAP webdyn pro application for their end user requirement.
    Is it possible to do so if yes how ,they are ready to buy the required H/W and S/W component for the same,but they can't upgrade SAP to higher version at this moment.
    As per my understanding WebDynpro for ABAP is dependent on current  R/3 version. For that one should have mySAP ERP 2005 I guess.correct me if i am wrong .
    Need your suggestion ..
    How to achive ABAP webdyn pro application in SAP 4.6C Version.
    Thanks,
    Dev

    Thanks!
    Note 1098009 - Limitations for Web Dynpro ABAP
    Solution
    SAP System Prior to SAP NetWeaver 7.0 (NW2004s)
    Web Dynpro ABAP is not released for official use in systems prior to SAP NetWeaver 7.0 (NW2004s).
    Hope that helps.
    Cheers,
    Chris
    edit - hmm hope I'm not taking a liberty quoting an SAP note ... If any mod's object - please remove quote - but I can't really see the harm in this case!
    Edited by: Chris Paine on Apr 30, 2010 2:12 PM

  • Webdyn pro ABAP iview is not opening in Internet

    Hi All,
    I Have one webdyn pro ABAP iview it's working fine in LAN. but same iview is not working in internet.
    we are using https protocol in Internet and in LAN http protocol.
    When clicks the Iview one alert message is populating and  showing secure and non-secure message . when I clicks Yes and No its showing page not found error.
    But is working in LAN using http protocol.
    is it require any parametators need to be change?
    Thanks
    Polaka
    Edited by: polaka123 on May 18, 2011 1:14 PM

    Noe its working..
    Changed System property Web as protocol to Http.
    Previously it is Https.
    Thanks
    Polaka

  • Webdyn Pro - Grey out certain rows in ALV?

    Hi guys,
    I'm quite new to webdyn pro. So please bear with me
    I've a webdyn pro component which displays a simple alv output on screen.
    I have a requirement where I need to check if lets say Status = 1 or 2 or 3 or 4.
    If its either one of those status, grey out those row.
    How I'm displaying it is
    node_searchinfo = wd_context->get_child_node( name = `SEARCH_DATA` ).
      node_searchinfo->bind_table( it_searchdata ).

    Hi,
    You can add new attribute "CellDesign" of type WDUI_TABLE_CELL_DESIGN to your structure.
    bind this attribute to alv  columns cell design. Something like this
      field-symbols <wa_colum> like line of lt_columns.
      lt_columns = l_table->if_salv_wd_column_settings~get_columns( ).
      loop at lt_columns[] assigning <wa_colum>.
    <wa_colum>-r_column->set_cell_design_fieldname( value = 'CELLDESIGN' ).
    endloop.
    fill the celldesign value 00 (standard) and according to your status fill celldesign value (see domain WDUI_TABLE_CELL_DESIGN ).
    This has been discussed many times in SCN , so you could easily find resources if you do a search.

  • OBJECTS_OBJREF_NOT_ASSIGNED_NO - Error in HRTMC_TALENT_GROUP Webdyn pro

    Hi Guys,
    I try to Execute HRTMC_TALENT_GROUP  - Webdyn pro application and iam getting the Dump OBJECTS_OBJREF_NOT_ASSIGNED_NO .
    Please let me know how to solve this ,
    thanks
    Prabhu

    Thanks for Replying - Please explain how to solve this .Is this Configuration issue - Or should We ask SAP to look into .
    Pls guide.
    Thanks
    Prabhu

  • WebDyn Pro Connection timeout

    hi all! Im trying to follow the tutorial for webdyn pro development. But when I try to test it I get in IE the following error
    500 Connection timeout
    Error:  -5
    Version: 7000
    etc.
    How can I solve this? Im working on VM using virtual XP
    THanks in advance

    bump. Does anyone knows why this is happening?

  • How to generate Webdyn Pro URLs

    Hello,
    Within the class structure of our system hosting eRecruitment 6.03 there is a class and method with which I can generate a valid url for a posting object with the following code:
           CALL METHOD cl_bsp_runtime=>construct_bsp_url
              EXPORTING
                in_protocol    = 'https'
                in_application = 'hrrcf_pinstappl'
                in_page        = 'application.do'
                in_parameters  = lt_params
              IMPORTING
                out_abs_url    = abs_url
                out_local_url  = local_url.
    Is there an equivalent method for generating a URL which will call the Webdyn Pro interface instead of the BSP.
    Thanks,
    A-

    Hi
    Go throgh this link it will help u a lot
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75aaf8
    or u can also use this link it will solve your problem
    http://www.riyaz.net/blog/getting-started-with-web-dynpro-for-abap/
    Edited by: anand prakash rai on Oct 23, 2008 12:48 PM

  • Need infn about bussiness Graphics UI Element in Webdyn Pro

    hi Experts,
    I am using Bussiness Graphics UI Element in Webdyn Pro
    chart type is Lines
    this graph is to show utilization of asse for some period say 1 month
    there will be 2 data series Utilization and Unutilization
    when i place curser near point uwe see in points in line chart i should show value for that node
    ex:
    utilization% for machine 1 is 30% on day1
    when i place curser on that point it should give me utilization%(ex30)
    how can i achieve this
    pls suggest me its urgent i have to finish it by monday
    is there any coding pls send me
    or any property we have to set in chart design
    which property
    thanks

    Hi,
    Check the following links,there are some materials....
    http://help.sap.com/saphelp_nw70/helpdata/en/ed/258841a79f1609e10000000a155106/frameset.htm
    Workout below Application,
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/using%20business%20graphics.pdf">Using Bussiness Graphics</a>

  • Need Expert Advice regarding oracle and java objects

    In our project, we are submitting data for many screens at a time. Some screens will have a list of records to be submitted. There is also some hierarchy among the data up to 4 levels.
    In such a scenario, we need to know the best way to exchange data between Oracle and Java. Currently java holds the data as objects, where each object may contain an array of next level of objects in it.
    Is it best approach to pass the entire data with hierarchy to Oracle using nested table approach and internally oracle handling the data? Is there any other way to do this?
    Also in some scenarios we need to pass the entire information for all the screens in one shot with the hierarchy. So we need to know a solution for that also. Could you please help us in this regard?

    See Oracle JPublisher technique to map Oracle object types to Java ones:
    http://download-west.oracle.com/docs/cd/B10501_01/java.920/a96658/toc.htm
    Rgds

  • Regarding usage of java script in adobe forms

    Hello experts,
                    Please any body help me out with what events i should use in java script / formcalc .
    send links for java scripting and formcalc.
    Thanxs,
    adi.

    The reference for Formcalc is available inside you designer installation directory.
    Like this one C:\Program Files\Adobe\Designer 7.1\Documentation\EN\FormCalc.pdf
    There you can also find general LifeCycle Designer Documentation (Designer.chm)
    In this file goto Creating Calculations and Scripts -> Events -> List of events
    As for JavaScript - reference is not in the package, so you have to search a bit. Something is available:
    Like this one: http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf
    Hope this helps!
    Regards,
    Petr Perstnev

  • What's the general consensus regarding Generics in Java?

    Just curious what folks think about how it's implemented in Java and whether you're in favor of it or not (not that it will make any difference).
    I haven't been using it yet because I am still working on 1.4.x, but I've been familiarizing myself as best as I can with how to use them.
    I realize they fill an important need, but I am not convinced they were/are worth the rather steep price paid for readability.
    Curious to get others opinions on this. Regards,
    ~Bill
    Message was edited by:
    abillconsl

    So "new MyWrapper(aString)" is untyped, we need to
    use "new MyWrapper<String>(aString)" whichviolates
    the principle of Dont-repeat-yourself.I don't think so... what if I wanted to create
    something like this?
    new MyWrapper<Number>(new Integer(4))That's still possible. My problem is that it works exactly as I'd like it to work as long as I call a method, but not when I instanciate a new object. Let's assume for a second that MyWrapper has a static generic method createWrapper() that just calls the constructor:
    public class MyWrapper<T> {
         private T foo;
         public MyWrapper(T foo) {
              this.foo = foo;
         public T getFoo() {
              return foo;
         public static <WT,VT extends WT> MyWrapper<WT> createWrapper(VT foo) {
              return new MyWrapper<WT>(foo);
    }Here WT is the generic type of the returned wrapper (WrapperType) and VT is the type of the value(ValueType).
    Now we see a strange discrepancy on how the object instanciation ("call of a constructor", so to speak) works and how calling another Method works:
    MyWrapper<Integer> i1 = new MyWrapper(Integer.valueOf(1)); //unsafe, not infered
    MyWrapper<Integer> i2 = MyWrapper.createWrapper(Integer.valueOf(1)); //ok, everything fine
    MyWrapper<Number> n1 = new MyWrapper(Integer.valueOf(1)); //unsafe, not infered
    MyWrapper<Number> n2 = MyWrapper.createWrapper(Integer.valueOf(1)); //ok, everything fineIf you compile this code (or simply paste it in any modern IDE) you'll see that you'll get warning in the two lines calling the constructor. While the lines calling createWrapper() seem ok. So somehow the compiler can infer the type information when calling a method but can't do that when calling a constructor. That's what's troubling me.

Maybe you are looking for

  • How to Configure the Eterprise Manager in sun solaris

    Hi Please help me In configuring the enterprise manager my environment : 2 node RAC in SUN Solaris 9 database :Oracle 10.1.4.0 if any body have documents regarding configuring(order wise steps) for configuring Enterprise Manager

  • Need advice about Labview and NI certifications

    Hi all I am a student. In the process of learning the LABVIEW. I've been working on it for about 3 to 4 months. From internet, examples, tutorials on NI site and now on forum also. Just thought why don't I should ask you people where to start and any

  • Text file within jar file

    Can anybody tell me if it's possible to read and write to a text file stored within the .jar file package? I can maintain a constant file length if that enables me to read and write. cheers, Steve

  • Changing colors of a border.

    I am working in Photoshop Elements 11.  I am trying to change a border from Black to another color, but it won't change.  Why?

  • CS6 crashes after it imports video

    I was having update issue with CS6, so from advice given here from other users, I un-installed then re-installed Creative Cloud, Photoshop CC and Photoshop CS6. Now when I go to make a gif, CS6 crashes just after the green bar goes from importing the