Webdyn pro abap

hi all,
I am having a doubt in web dynpro.
As far as netweaver 2004 sr2 as concern , is there anything(basis) have to configure for web dynpro environment.If it so , please clear it to me.
please send the steps also
regards
senthil

Hi,
see the <a href="http://help.sap.com/saphelp_nw70/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm">documentation</a> and note especially the active services in SICF and FQHN.
Regards, Heidi

Similar Messages

  • 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

  • Locking Mechanism in Webdyn Pro Abap

    Hi Experts,
    In our scenario, we are sharing one person approval records to other users. The approver overview screen is of FPM GAF. Here we are getting the problem as both the approvers are able to access the same records at same time. Can we restrict the apporver before accessing the record when it is already in process(any kind of locks will be available)? Any suggestions on how to do?

    Hi Reyaz
    If you are going with Custom then create a lock object for your custom table, and provide the primary table details as Name: Table name & Lock mode: write lock (Exclusive lock mode). This will allow only one user to manipulate the data and block the rest of the users.
    Cheers
    Pradyp

  • 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

  • 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

  • How to reschedule a Back ground job in Normal ABAP from Web Dyn Pro abap application??

    Hi Experts,
    How to reschedule a Back ground job in Normal ABAP from Web Dyn Pro abap application??

    Can you give us some more information? Background jobs primarily don't have anything to do with Webdynpro.

  • 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

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

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

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

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

  • Calling ABAP WebDyn Pro from Workflow task

    Hi All;
    Is there a way to call WebdynPro view from Workflow task?
    Regards
    Devraj

    hi,
    In the workitem text, you can provide HTTP link of your adobe interactive form, so this workitem will go to user with the hyperlink and when he will click, it will redirect it to your interactive form .
    regards,
    sirisha

Maybe you are looking for