Standards  to follow in webdynpro developement and how to transport ??

hi , i want to know
1) the best programming standards to follow while developing a webdynpro component or application..
2) how to transport a developed application ..?
plz help me..
thanks in advance..

1) there were so many best practices ...so better check below links
http://www.sdn.sap.com/irj/scn/index?rid=/media/uuid/40523a47-5dac-2d10-42a4-d7d234d95fd4
http://community.altiusconsulting.com/blogs/adamadshead/archive/2009/12/17/sap-web-dynpro-best-practices.aspx
2)
To transport a developed application we have to move corresponding transport request number to quality then production.
to transport, open se09, click on F5 then provide the transport number...click ok..
now press F9 to release the transport the request number from development.
Now that request wil be in quality or production( depends on ur company landscap ).
ask your basis team to import that request into quality. he will do it using STMS tcode.
Regards
Srinivas

Similar Messages

  • What is native for EP and what is needed to develop and how...

    Hi guys!
    I have to prepare a presentation of possibilities of the SAP's EP 6.0. I need to know, what is "native" - just plug n' play and how to develop other things... Can you help me please? Any links, documents .... are welcome!
    Another question: If I have an independent web application...  - how is it possible to develop it wthin the portal?
    Thanx 4 answer... Points are guaranteed!
    Peter

    Hi Peter,
    There is a wealth of information you can pull from SAP sites by looking at presentations and product info.  If you need a short cut, I have a simple presentation I put together with some talking points about the SAP Portal.  eMail me at [email protected] to get it.
    In a nut shell, the "native" things you can get from the SAP Portal is quick and easy access to SAP systems.  For example, you can create and display a page to users with a SAP R/3 transaction, an ITS screen, or a BW report in just a few minutes.  With some simple configuration work, users will not have to login to the separate systems.  One of the key advantages of the portal is that it creates an environment for administrators to create/modify views to information using configuration (templates) instead of having to do any coding.
    SAP Portal out-of-the-box also has some support for connecting to web services (SAP and non-SAP) and for displaying content from external/internal sites using an IFrame.
    If you are not familiar with Portals, I would read some of the product information on the SAP Portal.  There you will learn more about the use of Roles to secure and display information, delegated administration of content, end user features, etc.
    Another key concept is the use of Business Packages provided by SAP and other vendors.  Business Packages are pre-built content that you import into the portal.  These packages do require some configuration, however, they are really meant to be "plug and play."  Depending on your companies license agreements, a lot of these packages may be free.  Examples, include Employee Self Service and Manager Self Service business packages that interface with the HR Module in R/3 and BW.  You can get to a listing of the packages here: https://www.sdn.sap.com/irj/sdn/developerareas/contentportfolio   If you look at some of them, you will see documents and screen shot examples.
    If you are not using out-of-the-box functionality then you will create your own templates and applications.  Custom development is done based on JAVA or ABAP development stacks or by using visual toolsets.   JAVA development is done using SAP Netweaver Developer Studio which is based on the Eclipse IDE.  There are two main styles of JAVA development: JSPDynPage model or WebDynpro model.  The first is pure JAVA, the second is designed to speed up development with some JAVA and some Configuration/Visual development.  ABAP development can be done using SE80 and writing a BSP or I beleive you can run a JAVA and ABAP stack for your portal.  .NET development of iViews can be done using the SAP Netweaver Developer Studio for .NET.  Visual development can be accomplished using Visual Composer (I would stay away from this until 2.0 comes out).
    My company has been successful deploying Business Packages, configuring SSO to systems, custom iView creation to R/3, BW, and ITS, custom JAVA development, BSP development. 
    We have also experimented with deploying our own web applications on the WAS and may move all JAVA development onto the WAS for hosting. 
    To take an exisiting web app and truly make it a portal app you would have to rewrite quite a bit of the front end.  You could almost completely separate out the back end of the app from the front end.  You would have to rewrite the front end of the app and possibly redesign the app to take advantage of portal functionality (eventing, centally managed styles, etc).
    Another option besides a full rewrite of the app is just to create a url iView (basically an IFrame) to your existing application.  This way it is in portal and then you can take advantage of Roles and security.  With this option though, the portal doesn't control the display of the app (if your buttons and color are different they will remain different).  This is nice for working with a vendor app.
    Yet another option would be to integrate the app enough to take advantage of portal events.  To do this you would write a quick custom Portal application to accepts events and call your app with parameters.  With this option though the portal doesn't control the display of the app.
    Sorry for the book, but you asked a few open ended questions, which, there probably are books out there to cover.  I know I only touched on a few of the capabilities.

  • Hi can someone explain what the following error code mean and how i can recifty to download a copy of ebook purchase Error getting License. License Server Communication Problem: E_ACT_NOT_READY

    Hi can any one help
    I keep getting the following error code when I try and down a ebook which I have purchase
    Error getting License. License Server Communication Problem:
    E_ACT_NOT_READY
    can someone advise me what this means and how I recifty the problem to enable me to read the ebook purchase?
    Thanks

    I am having this exact issue. I just downloaded a book and went to open it and got this exact problem.
    I purchased he book through indigo/kobo edition and paid for it and immediately went to open it and am getting the same error
    Error getting License. License Server Communication Problem only mine says  Bad Device key after.
    Not sure why someone has not answered this question yet...i am using windows 7 and this is how i always do it. Never had this problem before when purchasing a book.
    i hope someone answers this soon.

  • What exactly is this ESA and how can I be a part of it

    Hi,
    Can you guide me to resources so that I can have an indepth understanding of this. I am a Portal developer, and how can I see my career path in this.
    Regards,
    Harish

    Hi
    Before you know about ESA, you should know the following things things .
    <b>Enterprise:</b> this is Integration different branches of business. (eg integration SD,PP,MM etc into one )
    <b>Service:</b> It is a new way of software solutions. we had function modules, Object oriented way such is Service.
    In this concept we have two main objects:
    Service Providers and Consumers.
    <b>Web Service :</b> Web services are self contained and self describing application functionalities which can be processed through internet standards.
    EG : Google
         Product Availability check
         Order Status check
    Now you can Definitely understand what is ESA :
    <b>SOA :</b> Sevice Oriented Architecture
    <b>ESA</b>(Enterprice Service Architecture) :
    Web Services which provide business Functionality
    Have enterprise quality in scalability, robustness,security, manageability,supportability,
    If you want to be familiar with ESA. you go for <b>MVC</b>(Model View Controller concept and Webdynpros) and then registering and deploying service is the last step it is very easy
    Good Luck.
    jaffer vali shaik

  • Webdynpro development for portal integration

    our requirement is to run the adoe interactive form in enterprise portal and store the entered data in SAP system.
    Can i develop in NWDS (call LIfecycle designe inside) and create webdynpro object by selecting new project as
    1) webdynpro project or
    2) development component project and type as webdynpro and select domain is Enterprise portal etc.,
    which one is correct way for webdynpro development and deploy in . If I select the 2nd option, how to deploy it.
    Please advise
    Thanks
    Gopal

    Hi Gopal,
    EP7:
    Expand the local and sap.com webdynpro components.
    You will see your WebDynpro  DC in "sap.com" which is the default vendor while creating a DC.
    After you found the DC select an application and follow the other steps to create  an iView.
    If it is WebDynpro Project then you can see that in local.
    If you are using EP6 then follow the document:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3e36d690-0201-0010-cd99-bfbb81bd33d9
    Thanks & Regards,
    Jhansi Miryala

  • Need ICSS Development and Extension document

    Hi,
    I need documents on ICSS webapplication like what is the structure of ICSS web Application, How I can modify ICSS standard application?
    I have Development and Extension Guide for ISA but could not find for ICSS.
    If some one provide some document of ICSS in which documents give inside details like frame structure etc......
    Helpful answer will be awarded by points!!!!!!
    Thanks in Advance.
    Ashish.

    Hi Laxman,
    Thanks for your quick reply.
    So If I want to know interal frame structure or which JSP files are used or Which java classes are for ICSS,  How I can get all this information.
    To know all this should I have to install ICSS.ear files and if yes from where I can download it.
    is there any document which describe all this. We have document for ISA 4.0 and ISA 5.0 where one can understand the difference between 4 and 5 but what if I want to know about ICSS?
    Please give me some more information or provide me link where I Can get information on ICSS web application.
    Thanks.
    Ashish

  • Transport Layers and sharing of transport directories

    Hello Experts,
    We are on R/3 4.7 Enterprise extension set 1.10 with oracle 9i .
    In a three tier architecture in R/3 with development , quality and production , how do we assign transport layers and how many transport layers do we need at the time of TMS configuration ?
    Secondly in our R/3 three tier landscape , we hv transport directories (trans ) on every system on all the three systems ,then how are they shared with each other , i mean on wt basis do they recognise each other and transport continues frm DEV to QUA and then to production
    Requested to revert at earliest as this is very urgent . points guaranteed .
    Regards,
    Somya

    Hi ,
    1) sap and Zdev are transport layers....which will be assigned by default when you configure TMS.
    what does SAP and ZDEV do ?you can take it like this..standard programs..will go through sap...and customized like (Z or Y programs )will go thorough Zdev path.
    the program routing is taken care automatically..(just for your info)
    you never need to define transport layer between QA and PRD unless you want add one more Sandbox system for more quality testing..(normally in 3 system landscape you dont configure transport layers between QA and PRD
    2) as of now in your scenerio ..its not being shared..
    if you plan your DEV as transport domain controller..then in QAS system execute STMS-->system Overview >QAS double click>Communication (change transport domain to Domain controller transport domain) and also transport tool >transdir>(should poing to
    <domain controller>\sapmnt\trans)
    save the changes..
    on the domain controller . in TMS you will see a system waiting for inclusion onto domain ..approve that..and follow the same procedure to add PRD system also..
    then all the systems will share the same transport directory..
    (Caution: once you setup the landscape like this ..changes to any system using STMS like QAS and DEV  has to be done only on Domain controller.)
    Cheers
    Kamal

  • How to transport distribution model

    hi  i am having doubt in distributing model.
    is it possible to transport distribution model?
    if yes.
    1. in real time where distribution model is created i.e in production or development system.
    2. is it correct way to create distribution model directly in production system.
    3.if it created in development system how to transport it.

    Hi,
    You never transport the distribution model.
    Usually it is done by distributing the model (BD64) through RFC connection (let's say from DEV -> QA). It depends on your company procedures. Some company maintains in each client (DEV, SANDBOX, QA, PROD).
    For PROD distribution model, I would recommend to setup manually instead of distibuting from DEV for security of data integration and interface purposes. If you allow to distribute from DEV to PROD, you could easily make a mistake either over write/change the existing production model interface and can caue production error/issue.
    Hope this will help.
    Regards,
    Ferry Lianto

  • I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been dama

    I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been damaged.  To create a PDF document, go to the source application then print the document to .pdf"  I am going to the source application and printing the document to .pdf yet it's saving the file as a .log file.  After reinstalling the software, I initially didn't encounter this problem but on my second and third attempts to convert files to .pdf format, this error message reappeared.  How do I resolve this problem?

    I have a similar problem which i did not have before...and it exists only in some powerpoint files which i want to print as a pdf file...and i get the same message as above.
    the log says the bellow details...what's the problem and how can i resolve it? thanks.
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[Page: 2]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
      %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

  • How to create cookies in webdynpro and How to read from cookies

    Hi all
    Please let us know how to create cookies and how to store and retrieve the data from cookies in webdynpro.
    we have the following requirement in each and every webdynpro form we have dropdownbox UI element , when ever a user logins into portal then he will select his state from the dropdownbox UI element then when even again the same user logs into portal and select the state field then the previously existing value which ever used in cookies that should be selected as dropdownbox.
    can you please send sample codes how to create and read the data from cookies in webdynpro?
    if you have any useful links or documents on this cookies in webdynpro then it would be great help to us.
    Thanks in advance.
    Regards
    Kalki reddy

    Hi,
    Have a look at the following thread:
    Re: How to use Cookies in Web DynPro?
    This may help you.
    Regards.
    Rajat

  • I have to re-install acrobat standard 9 becaus of 'unable to extend license procedure (148:3)'. Where can I download? Or better to upgrade to XI (what is the price and how to do this)

    I have to re-install acrobat standard 9 becaus of 'unable to extend license procedure (148:3)'. Where can I download? Or better to upgrade to XI (what is the price and how to do this)

    Hi riffpizcy,
    Error 148:3 is a licensing error.
    Try following the steps mentioned in the KB: Error "Licensing has stopped working" | Windows
    You can download Acrobat 9 Std. from: https://files.acrobat.com/a/preview/8d640488-4a92-4f7d-b50b-d8eb7f96bff8
    You can upgrade from Acrobat 9 to Acrobat 11 Pro at $199 USD
    Please refer: Buying guide | Adobe Acrobat XI Pro  for more information.
    Regards,
    Rave

  • How to develop and Run .jsp page from Jdeveloper 10g

    Dear All,
    I need to develop one small JSP page using Jdeveloper10g. pls share information How to develop and Run .jsp page from Jdeveloper 10g.
    Thanks in Advance,
    Hanimi.

    Hi Gyan,
    Any Idea how to get DB connection for JSP Pages.
    Our Java guys developed one JSP page for Login page.
    After Log in instead of standard responsibilites page we calling custom jsp page, For getting DB connection they defined one properties file and hard coded DB details on that file and calling, but client is not accepting hard coding.
    Pls give any idea for getting DB connection directly in JSP pages.
    Hanimi.

  • I suddenly cannot download anything from the appstore I receive the following message "this is not a test user account" By sandbox.......   Any ideas about why this happened and how to remove it.?

    i got my iphone 5 week ago and i have been using it normaly till I suddenly cannot
    download anything from the app store, and I receive the following message :
    "this is not a test user account"
    "please create a new account in the Sandbox environment."
    why this happened, and how to solve this issue ?

    Looks like you got the developer edition of IOS.
    If you are not a developer, how come?

  • How to develop and deploy Spring framework app in Sun One App Server 8.1

    Hi,
    Can anyone give sample on how to develop and depoly spring framework application in J2EE 1.4 Server or Sun One App Server 8.1 .
    Its very urgently needed for my project to learn and implement spring framework i would very thankful if any one can help.
    Thanking You
    Naveen

    Pretty standard for AS8 to deploy Spring. The only thing to watch for is the security manager, which you'll probably want to turn off.

  • Why and how does Adobe Store's policy deliberately impede Least Developed Countries from developing?

    Hi there,
    My name is Dr Eric Mousset. I currently reside in Cambodia, having the privilege to serve as (international) Technical Assistant to support a Government project that is co-funded by the Royal Government of Cambodia and the World Bank, and purposed to Higher Education Capacity and Quality Improvement.
    My mission implies conducting a survey on skills demand by employers and skills supply by Higher Education Institutions, in order to better inform further policy development.
    Among the expected policy outcomes: a more effective alignment between skills supply and job market needs. 
    Among the desired policy impacts: providing the Cambodian economy with the HR skills that are required for its growth and diversification.
    I am impressed by the combined capabilities of Adobe Acrobat XI Pro and Adobe Forms Central. And until this morning it was on top of my shortlist of surveying tools.
    Unfortunatley, while attempting to upgrade to FormsCentral's "Plus" plan, I have received the following reply from Adobe:
    Unsupported Country
    Thus here is my question:
    Why and how does Adobe Store's policy deliberately impede Least Developed Countries from developing?
    Yours sincerely,
    Dr Eric Mousset

    Hi;
    I can't speak to the business decisions that lead to which countries we enable purchasing subscriptions in the store, but I can guarantee you that it is not to impede anyones development. 
    A credit card with an address in any of the supported countries can be used for purchasing the subscription, this has enabled many to get around the issue, but that is the only way to subscribe.
    Thanks,
    Josh

Maybe you are looking for

  • HT4681 What is the best most compact export to use for Youtube?

    What is the best, most compact export codec / frame size to use for Youtube?

  • How to make keynote images full screen?

    Question:  how to make keynote images full screen?  I just noticed. after many successful full screen shows with Keynote 09  5.1.1 that I am no longer seeing the show full screen, at 1280, but only using the center part of my macbook pro 13 inch scre

  • Can't extract photoshop elements files

    Je suis incapable d'extraire les fichiers de photoshop elements 13. Ils ont été installé au même endroit. J'ai désactivé le pare-feu et l'antivirus. Le fichier d'exécution demeure incapable de faire l'extraction. J,ai suffisamment d'espace sur mon di

  • Unable to dial preset numbers containing # or *

    When trying to dial up preset (or manually punched in) numbers containing # or * to auto services in order to check balances on bank or charge cards or to buy electricity online, I get an error code. Bank confirmed that my sim card is activated for t

  • Flex and large real world b2b applications

    Hi all. I am new to Flex. I am acting in an architect capacity to review the potential in Flex to become the client presentation layer for a classic ASP?SQL application. I am seeking a cross-browser, cross-platform, zero-installation, just-in-time-de