Is it possible ? : Webdynpro java without SAP EP

Hi,
I have an unique requirement.
My customer is new to SAP EP / Java Webdynpro.
He requires Webdynpro components to run without SAP EP.
In other words, he wants create an ALIAS for Webdynpro component URL which is displayed when we run the component from NWDS and to publish the url in web page.
Even I am not sure whether Webdynpro will work without SAP EP?
He don't want any SAP EP features such as authentication / role assignment etc.
Kindly let me know is it possible to run Webdynpro java without SAP EP? how?
Thanks
Prabhu.M...

Hi Prabu,
  You will get answer for all your question, see through link.
http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00f7103-6790-2a10-ac9c-fcac7c5b18a3
Also this might be helpful,
/docs/DOC-8661#section10 [original link is broken]
Thanks,
Arun

Similar Messages

  • Is it possible to un Webdynpro java without SAP EP?

    Hi,
    I have a unique requirement.
    My customer is new to SAP EP / Java Webdynpro.
    He requires Webdynpro components to run without SAP EP.
    In other words, he wants create an ALIAS for Webdynpro component URL which is displayed when we run the component from NWDS and publish the url in web page.
    Even I am not sure whether Webdynpro will work without SAP EP?
    He down't want any SAP EP features such as authentication / role assignment etc.
    Kindly let me know is it possible to un Webdynpro java without SAP EP? how?
    Thanks
    Prabhu.M...

    Hi,
    yes, this should be possible. Nevertheless you need to install WebAs Java. I'll move your thread to WebDynpro Forum.
    Anja

  • How to move files from one folder to another folder in webdynpro java for sap portal

    Dear Experts,
    I wan to move files from one folder to another folder in SAP portal 7.3 programmatically in webdynpro java.
    My requirement is in my portal 1000 transport packages is their. Now i want to move 1 to 200 TP's into Archive folder.
    Can you please help me how to do in through portal or wd java ...
    Regards
    Chakri

    Hello,
    Do you know what the difference between copying a file this way :
    ** Fast & simple file copy. */
    public static void copy(File source, File dest) throws IOException {
    FileChannel in = null, out = null;
    try {         
    in = new FileInputStream(source).getChannel();
    out = new FileOutputStream(dest).getChannel();
    long size = in.size();
    MappedByteBuffer buf = in.map(FileChannel.MapMode.READ_ONLY, 0, size);
    out.write(buf);
    } finally {
    if (in != null) in.close();
    if (out != null) out.close();
    ================SECOND WAY============
    AND THIS WAY:
    // Move file (src) to File/directory dest.
    public static synchronized void move(File src, File dest) throws FileNotFoundException, IOException {
    copy(src, dest);
    src.delete();
    // Copy file (src) to File/directory dest.
    public static synchronized void copy(File src, File dest) throws IOException {
    InputStream in = new FileInputStream(src);
    OutputStream out = new FileOutputStream(dest);
    // Transfer bytes from in to out
    byte[] buf = new byte[1024];
    int len;
    while ((len = in.read(buf)) > 0) {
    out.write(buf, 0, len);
    in.close();
    out.close();
    And which is better? I read up on what each kind of does but still a bit unclear as to when it is good to use which.
    Thanks in advance,
    JavaGirl

  • Passing Value from PDK Java to Webdynpro Java in SAP EP SP18

    Dear Experts
    Please tell me how to call a webdynpro java ivew form a PDK java application and I need to pass a value to webdynpro form my PDK application.
    I am using SP18
    Please help me in this issue
    Regards
    Noel

    Noel,
    From your PDK aplication you will be providing the WD URL along with the parameter.
    Say in your PDK application you redirect to http://portalserver:50000/irj/local/webdynpro/sap.com/test?mypram=1
    In WD you fetch this parameter using WDProtocolAdapter class.
    Check below links for more information.
    [Access WebDynpro URL parameters programaticaly |https://wiki.sdn.sap.com/wiki/display/WDJava/Access%20WebDynpro%20URL%20parameters%20programaticly]
    Page 23 of this [document|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/ba641aa6-0c01-0010-57ac-c21a4ca7b542&overridelayout=true]
    Chintan

  • Break Point in Webdynpro JAVA and SAP

    Good Morning.
    I am creating a development for web dynpro Java using Function Module RFC in ABAP.
    I want know how can put a break point in the system SAP ERP (Backend) and run an application in web dynpro java?
    I did this steps:
    1.) SE37--->name RFC
    2) button Display
    3) Set/Delete external Break point.
    4) In the SAP Netweaver Developer Studio >Name of project>Webdynpro>Applications>Name Appplication-->deploy new archive and run.
    But this not stop.
    The question is :
    How can do this?
    Kind Regards

    Hi,
    Refer this article: [Debugging ABAP Code from within Web Dynpro Application|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/0e9a9d90-0201-0010-478e-991dbea73a30&overridelayout=true].
    I hope it helps.
    Regards
    Arjun

  • Accessing SAP DB(Oracle/Max DB) without using RFC in webdynpro java

    Dear Friends,
    I'm developing an application in Adobe interactive Forms using webdynpro java. To retrive the data from R/3 generally we use RFC / BAPI's.
    But i dont want to use RFC / BAPI's which is written in ABAP.
    I want to write one RFC /BAPI using java to store  / retreive the data from R/3. or how to access the data / store the data using JAVA from R/3.
    Can any one guide me on the same.
    Thanks in Advance.
    Regards,
    Gowripathirao.
    Edited by: Gowripathirao on Nov 30, 2009 7:58 AM

    don't do that ( I always wanted to write this since joining SDN )
    If you want to access database tables in general, check the EJB3 tutorial in SAP Help
    http://help.sap.com/saphelp_nwce10/helpdata/en/45/f72761af4020fde10000000a1553f6/frameset.htm

  • How to add table in SAP Non interactive forms in webdynpro java

    Hi Experts,
    I have a requirement in webdynpro java.I have a print button.On clicking print button a pdf will be opened.
    This pdf will have data from the webdynpro view.I want to know how to add table in the adobe pdf.The webdynpro view will have many rows of table(rows will keep changing as per the size of the data output).How to send this data to adobe.How do we bind the node to the table in the adobe.How to automatically
    Please suggest.
    Thanks,
    Rajani
    Edited by: Rajani Nandagiri on Dec 26, 2008 8:58 AM

    Rajani,
    Take a look at below links, it will help you.
    [Handling Dynamic Length Tables in Adobe Forms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0859ad1-53aa-2a10-78ae-99e41c407669]
    [Integrate tables & Images in Adobe Web Dynpro|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/dynamic%20non-interactive%20pdf%20form.pdf]
    [How to Handle Table Input and Output|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/7.0/adobe/how%20to%20handle%20table%20input%20and%20output.pdf]
    [How Tou2026deal with Table input and display in Interactive Forms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00c4041d-188d-2910-6ea2-b4d5155f56e0]
    Chintan

  • ALE-IDoc in WebDynPro Java - Is it possible?

    Hi All,
    As we know we can create RFC function module to access R/3 data from WebDynpro Java, but I would like to know, is there any other way to access R/3 without RFC function module? Because I would like to get data from IDoc directly without using function module, which present in R/3 side.
    Could you please explain me?
    Thanks & Regards,
    Sheik

    Hello
    No need to create a new one.
    There are already lots of standard FM present on the abap side which you can use to read the data of an idoc
    e.g.
    IDOCTYPE_READ_COMPLETE
    IDOCTYPES_LIST_WITH_MESSAGES
    IDOCTYPES_FOR_MESTYPE_READ
    SEGMENT_READ_COMPLETE
    IDOC_RECORD_READ
    Use these standard FMs as RFCs for reading data from afuntion module.
    Thanks
    Sarbjeet Singh

  • Opening sap transaction in uwl to webdynpro java screen

    Hi Poral Gurus
    I am new  to uwl concept . we are in  the process of the Leave apply and approval . the work items are displayed in the sbwp
    which comes in uwl . when we click on the item in work list it is opening the sap transaction, but the requirement is there any way to convert the sap transaction view to the webdypro java screen  . the screen should not no way look like the sap transaction but it should look like which is developed in webdynpro java using nwds
    The problem here is the work item is opening the sap logon when an work item is being clicked and the screen also is not exactly what we look in sbwp. it is having a different look. the screen is becomming small where the user has to use scroll bars to navigate to particular input element,but in sbwp it is showing the full screen.
    Please help on this is there any way to solve this problem.
    Thanks
    prasad

    Hi,
    Let us know whether you are using the standard Leave request application with standard workflow or customized screen.
    If you are using Custom development for the approval screen, then Make sure that you have mapped your custom development screen to the workflow task in SWFVISU.
    Then Re-register the UWL system in portal which is available in the below location.
    System administration - system configuration - universal worklist and workflow u2013 universal worklist administration - Universal worklist systems - re-register the workflow system.
    Thanks,
    Nandhadevi.T

  • Is it possible to use the JS coding in webdynpro java application!!!

    Hi Experts,
    Is it possible to use the JS coding in webdynpro java application by any means?
    If yes, kindly suggest the procedure or any pointers for the same.
    Thanks in advance.
    Regards,
    Anurag

    Hi,
    I'm not an expert in this matter, but I will post here what I know:
    In NW7 releases (at least 7.01.05) it is possible to run JS, also to capture any WD Event and run your own JS code after that, using IFRAME. I have jQuery running here, it would take some time till you create a "framework" to enable some easy usage. I just want to highlight that is possible, thou I think it's a lot of effort.
    Not sure about CE7.1 it seems iFrame is deprecated. Still, being deprecated should not "block" the usage, thou it's not recommended since this functionality can be removed in next releases.
    I've read that CE7.2 has JS support, and I think you should try having a word with Armin maybe..
    Hope it helps,
    Daniel

  • Is it possible to Disable Right Mouse click In WebDynpro Java Application??

    Dear Experts,
    Is it possible to Disable Right Mouse click In WebDynpro Java Application??
    If yes then kindly suggest how.
    Warm Regards,
    Upendra Agrawal

    What is the use-case?
    Armin

  • Webdynpro JAVA, EP Admin or SAP-HR?

    Hello Experts,
    Although I am not sure if this is the correct forum to ask this question but still I am hopeful that you might guide me.
    I have worked on Webdynpro JAVA for around 2 years. There after i got the chance to work on SAP-HR (has been around 8 months on it). I find both of them interesting as well as challenging. I would like to know what would be the best choice at the moment among them keeping in view the future market? I also have the option to move into EP-Admin, but i am very confused as to in which of these areas should i pursue my career in?
    Somebody please help!!

    Again... this is always about people trying to be where "the money is" instead of following the path they are more confortable with... whats the point in getting a lot of money for something you hate.
    If you feel happy doing HR then that the best place for you, beside the fact that theres good market for it.
    Thats my advice.
    Regards
    Juan
    PS: It was the wrong forum by the way.... hehehe

  • Is this possible in Webdynpro JAVA

    Hi All,
    I am wondering if any of the the following are possible to do using webdynpro JAVA.
    The portal version here is EP6.0
    1) To change the headers of standard Search Help Window.
        By default the header at the top is shown as Display Text for value and the header for key is empty.
       Can we change this? I know we can create a Pop up window which contains the custom table  
       accordingly. But is it possible to change in Standard F4 search help
    2) For Dropdown by key,OnSelect event is fired when a user selects any of the item in the dropdown.
       But is it possible to fire an event if the user does selects the item with out using drodown
       Lets say we have dropdown box with the list of countries. User can press letter U on dropdown which
       takes to USA.This time the event does not fire. The event is fired only when USA is selected with the
       mouse
    Could anyone give some ideas on this?
    Thanks
    Santhosh

    Related to the second query,I also would like to share one more thing.
    When the user selects by pressing the Key,that value is not updated in the context and hence when I try to submit to Fucntion module the old value(which is last selected by mouse) is being passed.
    This seems to be weird....
    Please give me some info if any one has an idea on this.

  • Connecting Non sap to webdynpro java

    Hi All
    My requirement is to connect a non sap (like mysql) to webdynpro java ..please  can anyone  provide me some document on this ..please help me
    Thanks
    Parameshwari

    Hi,
    If you are using NWDS 7.0 version, you have to create a Datasource in visual admin.
    If you are using CE 7.1 version, you have to create a Datasource in NWA--Configuration Management->Infrastructure->Application Resources.
    Step by step procedure how to create a Datasource in NWDS 7.0 and CE7.1 is given in this [PDF link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40db1ed9-b7c2-2b10-66b8-84f6954b6d2d?QuickLink=index&overridelayout=true]
    MYSQL Server 2005
    Driver/jar which you have to use --> sqljdbc.jar
    Driver class --> com.microsoft.sqlserver.jdbc.SQLServerDriver
    Connection URL --> jdbc:sqlserver://<host_name>:<port>;database=<db_name>
    Hope this helps you..
    Best Regards
    Vijay K

  • SAP MDM Connection with WebDynpro Java

    Hi,
    I am working with SAP WebDynpro Java (UI) and SAP MDM (Database). I had added the respective jars-
    a) I want to test whether I am able to make a connection to the MDM server. Let me know input parameters (sample source code required) which I need to pass from SAP WebDynpro Java (UI) to make a successful connection to MDM (DB). Please let me know this in details.
    b) After making connection to MDM, I need to write a query where I need to pass Lot No1 & Lot No2 from WebDynpro Java (UI) & check in a MDM table numbers of records existing and later display  the corresponding records details  (sample source code required) in the screen.
    Your inputs will be highly appreciated.
    Thanks.

    Anmol,
    Depending on what version of WAS you are on...you might have WDJ components available that you can use. Just to offer a different view on your question.
    Otherwise follow the links above or the following link to get sample code.
    Read MDM ItemDetail Record in WDJ
    You should get lots of sample code on SDN.
    Thanks,
    Praveen.

Maybe you are looking for

  • How the heck do I back up my hard drive?!

    Sorry if this question gets asked every week, but I searched the "Tiger" forums and still can't figure this out. I've owned an iMac since last August but haven't used it much, so I have no after-market software and very little data on it. Unfortunate

  • Outgoing payment error: invalid payment to name

    Hello, We are trying to do a outgoing payment error. Everything seems to be allright (dates, amounts...), but when adding the payment the following error is appearing in red in the status bar: "Invalid payment to name" Do you know why? Version is 200

  • Camera roll how to operate

    I can not figure out (1) how to access my camera roll on my IPhone 4.  Try to scroll up to it but will not open.  Where is it?  (2)  How do you add new albums?  Sorry a beginner

  • Oracle: Fix download link to sample/demo application

    http://otn.oracle.com/sample_code/tech/java/oc4j/htdocs/oc4jsamplecode/messagelogger.ear This URL prints out garbage when you try to download it.

  • Usp port problem

    when i tried to plug my flash drive into my laptop i accendently pushed the two side ports inside:smiley sad: how can i fix this? of will i have to send it some where to get it repaired