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

Similar Messages

  • How to make all the rows editable in webdynpro alv output

    Hi,
    How to make all the rows editable in webdynpro alv output.
    Thanks
    Rakshar

    Hi Rakshar,
    Check this wiki:
    http://wiki.sdn.sap.com/wiki/display/WDABAP/HowtoeditconditionallyrowofaALVtableinWebDynprofor+ABAP
    Regards

  • 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.

  • How to make use of asynchronous service in CAF development

    Hello SDNs,
    How can we make use of asynchronous service in CAF development;
    Actually i am new to CAF development; my business requirement suites for the service provided by SAP. But the service provided is asynchronous; is it not possible to use the asynchronous service in my CAF application? if it is possible, can any one please tell me the drawbacks of using it!
    You help would be highly appreciated.
    Thanks,
    Sireesha.B

    Hi,
    >> I have some portal service and how to use that in the web dynpro application.
    Yes. U can use Portal service in webdynpro. Check the link given by subathra.
    >> and also what is the main diff between Portal Component and web dynpro application
    Portal Components are components designed to run in portal server while webdynpro application can run in J2EE WebAS.
    >> do we required portal to run web dynpro application.
    No for general cases. Just WebAS is sufficient to run webdynpro appl. But if u use portal service in ur webdynpro appl, then make sure both (portal service and webdynpro appl) run on same J2EE engine. That is mandatory.
    Regards,
    Vijai

  • How to make a text formatting tools in oracle developer suite 10G R2

    Dear Oracle Expert,
    This is my configurations:
    ===============
    1) OS-> windows 7 (Ultimate-32bit)
    2) Oracle Developer Suite 10G R2
    3) Oracle Database 10G
    I create this form but i want it in that way. So, i can format the text written in text box, such as BOLD, Italic, make a url link etc.
    How can i do that using Oracle Developer suite 10G R2.
    Best regards,
    Shimul

    Mr.François Degrelle ,
    Is this the proper command for sign-in the jar file
    set PATH=C:\DevSuiteHome_1\jdk\bin;%PATH%
    C:\DevSuiteHome_1\forms\webutil\sign_webutil     C:\DevSuiteHome_1\forms\java\frite.jar
    I am bit of confusing for this command C:\DevSuiteHome_1\forms\webutil\sign_webutil cuz here sign_webutil is used for webutil configuration. Just let me assure, that this is the right command or not. And if your answer is no, then what it will be.
    Thanks in Advance

  • How to make the change code result available on development system

    Dear Friends,
    I have done the source code changes after check out code from the SLD.
    In our SLD, the NWDI is installed on Development system and configured other systems are Training, Quality and Production.
    I would like to view the result of changes on development system.
    How can I do that?
    Do I need to activate the code? or Check in the code?
    I do not want to check in the code unless it is confirmed.
    Please help me.
    Early reply appreciated.
    Thanks in advance.
    Lakshmikanthaiah

    Hi Pascal,
    Thanks for ur prompt update.
    Well, in my practice I gone ahead with on more step.
    I check-in the code and asked for activation.
    Meanwhile generated Activation Request Number displayed.
    But even after that there is no changes resulting while executing the page.
    Can you help me further on this.
    Thanks in advance.
    Thanks and regards,
    Lakshmikanthaiah

  • How to make the HR Renewal links readonly (webDynpro hrpao_paom_masterdata)

    Hi
    We are using HR Renewal FP3.
    There are useful links in portal that allows the HR Professional to create and edit employees, positions and org units.
    But we wanted to make these functionalities read-only from portal (while they have edit access in backend).
    is it possible ?
    Thanks
    Raghu

    I found the solution by myself ....
    Problem: hr_maintain_masterdata crashes with shortdump while writing an hiring action.
    Cause: we implemented infotype enhancements via userexit where parameter VIEKN is queried. The parameter VIEKN is saved in infotype 3.  In LUW-mode 3 theres no existent IT0003 when hiring a person (because nothing is written to database) that causes the shortdump ...
    solution (workaround): First I have to call maintain_masterdate just with infotype 0000 (without reference pernr!) ... that triggers the creation of it0003 by the system itself ... then I have to call a second maintain_masterdata with all the other infotypes of the action and everything works fine! Now the new person is in the system and while creating the person, the system also created a new central person and a link between the new CP and the new person.
    after doing this (and did'nt get any failure!) I have to determine the central person (CP) of the referenced person, making a new link between the new person and the referenced persons CP, deleting the link between the new person an d the new CP, deleting the new cp and every thing works fine!!!! the reason for this is: infotype 31 just shows the "links" that are defined in OM
    if anybody is interested in more details, just contact me
    Edited by: Raabiat on Apr 4, 2011 11:35 AM

  • How to make radio button by key in webdynpro

    Hi,
      I am new to dynpro. I created a UI element RADIOBUTTON GROUP BY KEY. I bound the SELECTEDKEY property of it to the attribute of string type. Now in my WDDOINIT , i need to fill the values in the attribute right??? . So shall i use SET_ATTRIBUTE or BIND_TABLE  or any other function to fill the values in the attrbiute???
    I tried but am not successfull.
    THANKS

    Hi,
    method WDDOINIT.
      data: lr_node_info type REF TO if_wd_context_node_info.
      data: lo_nd_search type REF TO if_wd_context_node.
      data: ls_valueset type wdr_context_attr_value.
      data: lt_valueset type TABLE OF wdr_context_attr_value.
      lo_nd_search = wd_context->get_child_node( name = 'SEARCH_CRITERIA' ).  "Node Name
      CALL METHOD lo_nd_search->get_node_info
        receiving
          node_info = lr_node_info .
      ls_valueset-value = 'All'.
      ls_valueset-text = 'Display All'.
      append ls_valueset to lt_valueset.
      ls_valueset-value = 'Limit'.
      ls_valueset-text = 'Limit'.
      append ls_valueset to lt_valueset.
      ls_valueset-value = 'Add'.
      ls_valueset-text = 'Add'.
      append ls_valueset to lt_valueset.
      CALL METHOD lr_node_info->set_attribute_value_set
        EXPORTING
          name      = 'SEARCH'   "Attribute Name binded to selected key property of Radiobuttongroupbykey
          value_set = lt_valueset.
    endmethod.
    To make a radiobutton selected by default, set the property of the context attribute to key value
    Default Value - 'All' (Key value)
    Regards,
    Bala Baskaran.S

  • How can I send a e-mail by webdynpro develop?

    Hi everybody.
    The problem is : How can I send an e-mail some user, when some process of my webdynpro could be occur?
    1. I know that the BASIS consultant, can help me to active and configurate SMTP, to send e-mails to user of the UME.
    My Webdynpro has the function to create financials documents, when a document are created I need to send a e-mail to notify this action

    Hi Jesus,
    There are quite somes examples on SDN, but this document should get you kickstarted: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2678e05a-0701-0010-fa86-ddfbec5a2b94?QuickLink=index&overridelayout=true
    Cheers,
    Robin

  • Project Technical Documentation Creation - FoReDoclet

    Hello All,
    I'm using the FoReDoclet (version 1.1) application for creating technical documentation for my project developed in Oracle Forms 10g. When I run the batch file after making the necessary changes and as per the instructions I get a following error
    - parsing: .\SLOT_PLANNER.fmb
    ERROR nostran.foredoclet.util.TemplateHelper
    - ERROR: Unknown property (ShowPalette)
    I've checked and rechecked the particular fmb using the forms builder...but it working fine.... only when I run the batch file for creating technical documentation. Can anyone please tell me whats causing the problem and how to overcome it.
    thanks & regards,
    Arun

    I'm not sure there is "best practices" but some of the things that can help people understand are:
    An ADF BC diagram - this will describe all your ADF BC objects - just drag your components into a new empty diagram
    A JSF page flow - to show how pages are called.
    Java class diagram - for Java code that is not in the above two
    One more thing to consider - since ADF BC, JSF page flow and JSPX pages are all XML based - you could write XSL files that will actually transform them into any type of documentation you want.

  • Technical documentation of transaction FMMPCOVR

    Dear Sir,
    We need to read  the technical documentation for transaction FMMPCOVR . Kindly guide us  about how to see the technical documentation for this transaction .
    With Thanks and Regards
    Sonia Agarwal

    Refer this link
    http://www.broward.k12.fl.us/erp/infopak/nav/transaction/fmmpcovr/index.htm

  • How to make new RPD online

    Hi All,
    Please tell me how to make an rpd online.
    In my development environment, there is already one RPD online.
    Now I am creating another RPD and want to make it online and create a answers report based on my RPD.
    Please tell me hw to replce existing online rpd with my newly created rpd.
    I would like to know the steps..
    Environment details in my development are as below;
    I have BI server on separate server machine. The current BI server is pointing to an RPD pointing to oracle EBS datasource
    On my own laptop I have BI Admin tool installed. I am creating another rpd based on planning database (Essbase DB). I want to replace current online rpd (pointing to EBS) with my new Rpd (pointing to Essbase DB). and then create a report on Essbase datasource.
    Thanks and Regards
    Santosh

    Hi Santhosh,
    1. Intially, stop your services -> Oracle bi server, Oracle bi presentation server.
    2. Open BI Administration tool -> File -> Create new rpd -> give some name say 'test' with no physical, bmm, pres. layers.
    3. Niow - Open C:\oraclebi\server\repository ----- Here you can view your rpd (to confirm)
    4. Now - Open C:\Oraclebi\server\config ---- Here you can view 3 files
    5. Right click on Nqs Config file and open it.
    6. You will find a section called [Repository] under which by default it has Star     = samplesales.rpd, DEFAULT;
    7. Now, Comment the above one by adding '#' symbol in front of it.
    8. Within the same section write the following Star=test.rpd,DEFAULT; Save the Nqs File.
    9. Now - open C:\oraclebidata\web\catalog and create a new folder 'test' - this is catalog folder where your reports gets stored.
    10. Open C:\oraclebidata\web\config --- Open Instanceconfig file.
    By Default you can view that catalog path --- pointing to Samplesales
    <CatalogPath>C:/OracleBIData/web/catalog/samplesales</CatalogPath>
    Change it to: <CatalogPath>C:/OracleBIData/web/catalog/test</CatalogPath>
    11. Save instance config file.
    12. Restart your services - oracle bi, oracle bi presntation server and now you can also open rpd in online or offline mode (i.e. your rpd 'test')
    Thank you....

  • Hello! The scrollbars in Windows iTunes are too narrow for touch screen. How to make it wider?

    Hello! The scrollbars in Windows iTunes are too narrow for touch screen. How to make it wider?
    Jan

    Dear Experts,
    I Developed Screen-exit For IW51 t.codeTypically the custom fields are displayed in the notification on a separate tab, or at the bottom of the u201CGeneralu201D or u201CMainu201D tab.  These are configuration decisions that could be made in the build phase.
    Sets of custom fields need to be added based on the notification type.  The following table provides a list and details of the custom fields required.  The table to be extended is the VIQMEL table (to be verified by developer).
    Also to extend header fields on the notification you need to include them in the include CI_QMEL where OPEX M&I has already fields in.
    All fields should go on the notification header.  There are no custom fields on the task or activity level.
    All fields should be reviewed for consistency with the M&I design, specifically, Thomas Brothers, Atlas Sheet, district code. See Dale Alano.
    Please any Body Helped Coding For this, Already i Created Customfields , I design Subscreen also using Enhancement QQMA0001. Using Exit name EXIT_SAPMIWO0_008 USIN SUBSCREEN 0104 PLEASE ANY BODY help me Coding for this IW52
    Regards,
    Santosh Ballyapelli

  • Add-on Technical documentation

    Hi,
    Does SAP have a recommended format for technical documentation for Add-on development?  If so, can we download it's template from this site?
    Thanks.

    Hi Axel,
    Check the follwing links
    http://help.sap.com/saphelp_nw04/helpdata/en/84/497e4ec079584ca36b8edba0ea9495/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/6bf2d90e533f409ee56d3f586c325a/content.htm
    hope it helps,
    regards,
    Parth.

  • Technical documentation for ADF projects - how to and best practices

    Hi,
    I have a question how to create technical documentation for ADF project expecialy ADF BC and ADF Faces. Is there any tool or JDev plugin for that purpose? What informations should contains documentation for that project, any principles ?Has anybody any experienece. Are there something like documentation best practices for ADF projects? E.g. how to create documentation for bussiness components.
    Kuba

    I'm not sure there is "best practices" but some of the things that can help people understand are:
    An ADF BC diagram - this will describe all your ADF BC objects - just drag your components into a new empty diagram
    A JSF page flow - to show how pages are called.
    Java class diagram - for Java code that is not in the above two
    One more thing to consider - since ADF BC, JSF page flow and JSPX pages are all XML based - you could write XSL files that will actually transform them into any type of documentation you want.

Maybe you are looking for