Webdynpro development standards

Hi All,
Does anyone knows whether there are any development standards recommended for Webdynpro (WDJ or WDA) development?
Thanks, Jin

Hi,
for WDJ, ask in the WDJ forum.
For WDA, see the [documentation|http://help.sap.com/saphelp_nw70/helpdata/en/81/809d4e09f84eb98103c4317c9ee9a5/frameset.htm]
Regards, Heidi

Similar Messages

  • ABAP Webdynpros Development standards

    Hi ALL
    Does any body has any Documents regarding development standards for ABAP Webdynpors..
    Thanks in advance any help will be much rewarded.
    cheers
    AJ

    Hello Friend,
    It is a good practice for individual firm to define their own standards. In addition, such a document would be an intellectual property of the firm and would not be a good idea for anyone to share it on a forum.
    Defining the standard is a relatively easy process. Please make sure you have the contribution from the development team in this process since it is them who is going to use it.
    Regards
    Thanigs

  • Development Standard

    Hello,
    We are new into SAP NWDI. We are looking for any Development Standards and/or Development Process Document like Coding/Naming Standards etc.,
    Does anyone have any info? How does it evolve in comparison to SAP ABAP Standards? Does it available already or do we need to make one ourselves?
    Thanks,
    Bala Arunachalam

    Hi
    Please check on this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/011ccf90-0201-0010-92a7-b319adf89b73
    for naming convention and standards ( NWDI - webdynpro)
    and
    before your development in NWDI,
    check this blog
    /people/sathyanarayanan.ganesan2/blog/2006/06/16/checklist-of-activities-for-webdynpro-application-development
    use these links also
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/e4/d7fb402eb5f76fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/33/d8fb402eb5f76fe10000000a1550b0/frameset.htm
    also use these links
    You can find coding principles in Web Dynpro using below link.
    http://www.sap-press.de/download/dateien/688/sappress_web_dynpro_java.pdf
    "Inside Web Dynpro for Java" by Chris Whealy provides good insight into the webdynpro architecture.
    http://www.sap-press.de/katalog/buecher/inhaltsverzeichnis/gp/titelID-937
    Go thru this blog
    /people/chris.whealy/blog/2006/01/13/when-creating-a-java-web-dynpro-application-dont-use-the-project-type-quotweb-dynpro-projectquot
    For naming conventions you can also follow
    Naming conventions

  • Webdynpro Development Component Callable Object Escalation

    Hi,
    In gp sequential block workflow  using webdynpro development component callable objects  When the initiator intiates a workflow ,it is assigned to the first approver.Now if the approver does not take any action within 2 days i want to escalate the task to the second approver.How can i do this escalation?
    There is a standard parameter call <b>due date</b>...in action.How can I set this value dynamically from my application..
    During escalation , the next approver has to be taken by executing an rfc in the background
    Please help....
    Thanks,
    Shamila

    Hi,
    You can define a CAF Core application service (implemented in the CAF Core layer) or a background CO (implemented by a J2EE class interface) which can call a RFC to get the next approver and return the next approver's user id as an output parameter. You can use dynamic user assignment in the next action (approval), by selecting the processor as "Filled From Context Parameter" (at the Roles tab in block level) and select the user id output parameter of the background CO/CAF app service CO.
    You can get more details on different types of CO at the CAF Tutorial Center @SDN
    Thanks,
    Dipankar

  • WebDynpro development vs. ports and IE security settings?

    Hi!
    We have Sapgui running in a Citrix server and its hosted there for multiple developers. The backend they access is SRM where they need to do WebDynpro development work.
    Problem is that when going to the WebDynpro editor screen and choosing the layout tab they can see only a blank page!
    What are the requirements for the WebDynpro development workbench in terms of:
    - Ports required open between the Citrix host machine and SAP server? We have already opened ports 32nn and 80nn.
    - Internet Explorer settings that should be looked at? Security settings that must be enabled?
    - Any other settings in host or client side that needs to be checked?
    Thanks in advance!
    .Ossi

    Hi,
    f12>Networking tab, click the start button then refresh the page to view request/response timings.
    http://nancyjoart.com/api/art/ThumbImage/fb958270-8c20-46e9-9adf-05ef6990ec85/250
    Key Value
    Response HTTP/1.1 200 OK
    Cache-Control public, max-age=36000, s-maxage=36000
    Transfer-Encoding chunked
    Content-Type text/html
    Server Microsoft-IIS/8.0
    X-AspNet-Version 4.0.30319
    X-Powered-By ASP.NET
    Date Wed, 20 Aug 2014 02:34:12 GMT
    you are sending back the wrong mime-type + it appears that you are not using response.close after streaming back the image in your asp.net code behind.
    Open a new window in IE... copy and paste
    http://nancyjoart.com/api/art/ThumbImage/fb958270-8c20-46e9-9adf-05ef6990ec85/250
    in the address bar... the image loads but the document.readyState does not reach loaded. there is no EOF in the response body and it is served as text/html not image/jpg.
    ensure Internet Options>Security tab, click "Reset all zones to default"... (IE has security settings for mime types) and also that Tracking Protection is turned off for the site (Tools>Tracking protection)
    + the defer attribute on the <script> tag only applies to script tags with a src attribute... validate and correct your markup errors at validator.w3.org.
    Post questions about html, css and scripting to the IE Web Development forum. Include with your question a link to your website or a mashup that shows the issue.
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
    raise a question, it's highly recommended you head on over to http://answers.microsoft.com
    Rob^_^

  • Importing Java Bean Model in Webdynpro Development Component

    Hi All,
    Is there any simple tutorial, example  to import java bean model in webdynpro development component.
    I am using NWDS 7.0 SP14 and WAS 7.0.
    it really helps if you can  provide simple EJB as a development component with details how to create a public part and using this bean as java bean model in Webdynpro development component.
    what are the steps to be followed with precautions
    Thanks in Advance,
    Murali

    Hi,
    [Using the Java Bean Model in Web Dynpro|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4072c0d0-c21e-2b10-ab84-e2c183d355de]
    [Using EJBs in Web Dynpro|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c]
    you will get more if you search in the forum.
    more help on EJB's
    Re: Help needed in EJB
    http://help.sap.com/saphelp_nw70/helpdata/EN/19/f9bc3d8af79633e10000000a11405a/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c
    PradeeP

  • Portal Development standard document

    Hi All,
    Could you please let me know Portal Development standards  document where to maintain coding or IView standard of portal during development phase?
    Thanks,
    PortalUser100

    This is more project specific with client based namespace to be followed -
    You can get additional help on the thumb rule from -
    EP Content :
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b0/2beb7a371c4649b2ceec901248ef31/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/a303406a953471e10000000a1550b0/frameset.htm
    Web Dynpro :
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/011ccf90-0201-0010-92a7-b319adf89b73

  • OWB Naming Conventions and Development Standards

    Hi all,
    I am developing a project in OWB. Could any one give me 'OWB Naming Conventions and Development Standards' document.

    Hi,
    You want to post this to the OWB forum:
    Warehouse Builder
    Thanks, Mark

  • Naming Conventions and Development Standards'

    Hi all,
    I am developing a project in OWB. Could any one give me 'OWB Naming Conventions and Development Standards' document.
    Thanks

    Hi,
    You want to post this to the OWB forum:
    Warehouse Builder
    Thanks, Mark

  • Technical specification template for WebDynpro development required

    Dear All,
    Can you please provide any pointer to SAP provided technical specification templates for WebDynpro development.
    Thanks and regards,
    Sudhir

    Hi Sudhir
    Does that mean you got the documents you were looking for?
    I too am looking for sample documents and/or templates for Technical Specification for WebDynpro (Java) Application but was not able to find any.
    If you have them will you please forward them to me?
    If you can share a tech spec done for a real project (or even a sample one) along with any such documents, I'd much appreciate it as I'm new to the technology. I still have to find my way around these..... :o)
    Thanks in advance.

  • Software Development Standards?

    hi,
    according to what software development standards (FDA, ISO, IEC 62305, ...) is the Oracle database (10g XE) developed - does anyone know?
    sorry, if this does not belong in this forum, but i couldn't find a better place...
    thanks,
    andrea

    Ah.
    The better way to go about this is to contact Oracle (or whoever the vendor is) directly and get reference to their certificate of worthiness for your industry.
    I'd be willing to bet that Oracle has a 'trusted vendor verification' already in place for the industry. And a further bet that it ain't going to depend on the development standards as much as Oracle's demonstration that it works under strict test conditions.

  • How to make a technical documentation of my WebDynpro development

    Hi forum:
      I want to know if you has one template or one example to document my WebDynpro development, i need it for leave a technical documentation of my development. Please suggest me something....!!
    Thnks Josue

    Hi, Huseyin, obviously i know that i can generate a java doc with a NWDS tool, but i don´t want to do that, that i want to do is a template for document my development, well, SAP has templates for everything, should be some template for document a Web Dynpro or how do you give a document for your cliente of your development.
    How SAP document a WebDynpro project ?
    Josue

  • Development Standards for BW implementation

    Hi all,
    Any one has any materials on development standards for BW implementation - with any special attention to BI 7.0 implementation?
    Thanks for your assistance. Contributions will be rewarded with points.
    Regards,
    Uche

    hi Uche,
    check if helps
    Multi-Dimensional Modeling with SAP NetWeaver BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6ce7b0a4-0b01-0010-52ac-a6e813c35a84
    Modeling the Data Warehouse Layer with BI
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3668618d-0c01-0010-1ab5-aa75c3a4dfc2
    Frontend Design Guidelines - SAP BI in SAP NetWeaver 2004s
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/58fd9183-0e01-0010-f183-fdc9019f77ab
    Enterprise Reporting, Query, and Analysis - Developers Guide
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0901c9bb-0601-0010-49ab-c1770c527673
    check
    https://www.sdn.sap.com/irj/sdn/developerareas/bi
    'key topics'

  • Is there MDM Webdynpro ABAP standards components?

    Are there standard MDM Webdynpro ABAP standard components available.
    We are planning to integrate MDM Webdynpro ABAP component with BPM.

    Hi George,
    I think there are no MDM Webdynpro ABAP standard components available. But I think it is a good idea to go with MDM Web Dynpro Java Components, as BPM is java based just as the other tools in the Composition Environment and fully compatible with Java. There are many articles and documents available online.
    This link maybe helpful for BPM and Web Dynpro for Java Integration
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b06c49b2-ac63-2c10-3d8d-d17b817ba4ca?QuickLink=index&overridelayout=true
    Regards
    Goutham Kanithi

  • Custom Development Standards

    Another no-brainer for the gurus - not for me though....
    What are Oracle's stated development standards as far as placement of custom code (packages, procedures and functions)
    Are they mandated to go in a custom schema or into the APPS schema>
    At our shop we do things a little differently - including creating public synomyms for all objects - whether they are in the apps schema or not.
    So given this, is it the APPS schema or custom schema that these custom objects should go into?
    Thanks

    864641 wrote:
    Another no-brainer for the gurus - not for me though....
    What are Oracle's stated development standards as far as placement of custom code (packages, procedures and functions)
    Are they mandated to go in a custom schema or into the APPS schema>
    At our shop we do things a little differently - including creating public synomyms for all objects - whether they are in the apps schema or not.
    So given this, is it the APPS schema or custom schema that these custom objects should go into?
    ThanksPlease see these docs/links.
    Integrating Custom Applications with Oracle Applications [ID 176852.1]
    Step By Step Guide to Creating a Custom Application in Applications 11i [ID 216589.1]
    Oracle E-Business Suite Developer's Guide -- Chapter 28, Customization Standards
    http://docs.oracle.com/cd/B53825_08/current/acrobat/121devg.pdf
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Custom+AND+Schema+AND+Standard&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • Extension classes in jdk1.4.x

    I am using the method ResourceBundle.getBundle("java.text.resources.LocaleElements", Locale.getDefault()) for jdk1.3 and ResourceBundle.getBundle("sun.text.resources.LocaleElements", Locale.getDefault())for jdk1.4 in Applet client to get locale speci

  • How to let database(10.2) auto startup when linux reboot?

    Hi all, I installed oracle database 10.2 in linux (x86),and created a database. I can startup the database manually. But database can not be started up automatic when linux starts up. How to let database startup automatic when OS starts up? the detai

  • Sent e-mails offline when moving to new Mac

    Hello I recently upgraded to a new MacBook Pro, after my Powerbook started having problems. One of faults it developed was that the Firewire port no longer worked. So, I couldn't use the Migration application. After a lot of messing around, I managed

  • Testing OData in a UI5 App

    Hi there, i'm trying to write some tests in Javascript/ UI5 concerning OData. I have found this document : OData acceptance tests with QUnit and datajs explaining what i need. The problem is that i do not manage to make it work. Here is my code ( tes

  • Configuration changes - OIA OIM Integration

    Hi, We would like to know if there are any configuration changes that needs to be applied apart from the ones mentioned in the system integration guide for Integrating OIA with OIM with respect to the iam-context.xml and the workflow xml files Thanks