Display R/3 Screen Transaction in Webdynpro

Hi,
I want to display R/3 Transaction Screen ex: se38 in webdynpro when i click a button. also is it possible to set parameters for such transaction.
regards,
Ganesh.D

Hi Ganesh,
You can achieve this by creating a sap transaction iview on the portal and calling the url of the iview from web dynpro - either using the linkToUrl element - which is the simplest way  or by opening a new window with this url if you need to open it at the click of a button.
To pass parameters to this transaction, you can create a parameter transaction in R/3(if that suits your requirements) and creating the iview for that parameter transaction.See help for this <a href="http://help.sap.com/saphelp_webas620/helpdata/en/eb/5fab44d79b11d296190000e82de14a/content.htm">here</a>
Regards,
LM

Similar Messages

  • Include SAP standard transaction screen in ABAP webdynpro view?

    Hi all,
    Any body have idea on how to create SAP transaction screen in WebDynpro view?
    ex : i have requirement like i need IB52 transaction in webdynpro view, so that it will be called this view from EP iview to do some process.
    Regards,
    Rajesh Yadla

    Hi,
    you can use a IFRAME and run a Portal transaction Iview for IB52 inside the WD-IFRAME.
    For that you first have to create an iview for the Transaktion IB52 inside your Portal.Then call the preview of the Iview. This Preview-URL(or the PCD) you can call as source inside the WD-IFRAME. For me this works fine.
    Regards
    Frank

  • Transaction solman_workcenter displays a blank screen

    Hi,
    When I execute transaction solman_workcenter it displays a blank screen. There is no error message.
    Is there some setting that is missing.  Please advice.
    Regards
    Phanidhar

    Hello,
    has your user the acording workcenter roles (SAP_SMWORK*)?
    regards
    Christian

  • How to display the output screen when I use bdc.

    hey expert,
    I want to display the output screen when i use bdc without using mode 'A'.
    thank you.

    Hi,
    You can go for mode 'E'.. it will display the output screen directly and if there is any error in the transaction you would get that particular screen and you can correct and continue after which you will get the final screen if anything goes fine...
    check this sample code....
    I had a program if you execute below program it automatically creates a new zprogram.
    REPORT  zprogram_create_recording.
    PARAMETER:
      p_prog    TYPE sy-repid OBLIGATORY,
      p_shtxt TYPE repti OBLIGATORY,
      p_pack  TYPE devclass DEFAULT '$tmp'.
    DATA:
      t_bdcdata LIKE
       STANDARD TABLE
             OF bdcdata.
    DATA:
      wa_bdcdata LIKE LINE OF t_bdcdata.
    REFRESH t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-program    =  'SAPLWBABAP'.
    wa_bdcdata-dynpro     =  '0100'.
    wa_bdcdata-dynbegin   =  'X'.
    wa_bdcdata-fnam       =  'RS38M-PROGRAMM'.
    wa_bdcdata-fval       =  p_prog.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam       =  'BDC_OKCODE'.
    wa_bdcdata-fval       =  'NEW'.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-program    =  'SAPLSEDTATTR'.
    wa_bdcdata-dynpro     =  '0200'.
    wa_bdcdata-dynbegin   =  'X'.
    wa_bdcdata-fnam       =  'RS38M-REPTI'.
    wa_bdcdata-fval       =  p_shtxt.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam       =  'TRDIR-SUBC'.
    wa_bdcdata-fval       =  '1'.
    APPEND wa_bdcdata TO t_bdcdata.
    CLEAR wa_bdcdata.
    wa_bdcdata-fnam       =  'BDC_OKCODE'.
    wa_bdcdata-fval       =  'CONT'.
    APPEND wa_bdcdata TO t_bdcdata.
    IF p_pack EQ '$TMP'.
    *local object
      CLEAR wa_bdcdata.
      wa_bdcdata-program    =  'SAPLSTRD'.
      wa_bdcdata-dynpro     =  '0100'.
      wa_bdcdata-dynbegin   =  'X'.
      wa_bdcdata-fnam       =  'KO007-L_DEVCLASS'.
      wa_bdcdata-fval       =  ' '.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'BDC_OKCODE'.
      wa_bdcdata-fval       =  'TEMP'.
      APPEND wa_bdcdata TO t_bdcdata.
    ELSE.
    *package assignment with request
      CLEAR wa_bdcdata.
      wa_bdcdata-program    =  'SAPLSTRD'.
      wa_bdcdata-dynpro     =  '0100'.
      wa_bdcdata-dynbegin   =  'X'.
      wa_bdcdata-fnam       =  'KO007-L_DEVCLASS'.
      wa_bdcdata-fval       =  p_pack.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'BDC_OKCODE'.
      wa_bdcdata-fval       =  'ADD'.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-program    =  'SAPLSTRD'.
      wa_bdcdata-dynpro     =  '0300'.
      wa_bdcdata-dynbegin   =  'X'.
      wa_bdcdata-fnam       =  'KO008-TRKORR'.
      wa_bdcdata-fval       =  ' '.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'KO008-AS4TEXT'.
      wa_bdcdata-fval       =  ' '.
      APPEND wa_bdcdata TO t_bdcdata.
      CLEAR wa_bdcdata.
      wa_bdcdata-fnam       =  'BDC_OKCODE'.
      wa_bdcdata-fval       =  'LOCK'.
      APPEND wa_bdcdata TO t_bdcdata.
    ENDIF.                                 " IF P_PACK EQ '$TMP'
    CALL TRANSACTION 'SE38' USING t_bdcdata MODE 'E'.
    Hope this would help you..
    Regards
    Narin Nandivada

  • Calling sap transaction in webdynpro

    hi friends,
    can any body provide the solution how to call the standard transaction like va02 or .any . in Web dynpro abap.
    thanks in advance.
    sai.

    Hi,
    It can be posible to display a standard transaction into Webdynpro.for that no coding required.you need to use webgui for that. ( pls refer transaction SICF ). in that case u can specify the Tcode u want use in URL.
    like
    http://<server-name>:8000/sap/bc/gui/sap/its/webgui?~TRANSACTION=va02
    Call this url from linktourl or linktoaction
    Tell me if you find any problem in doing this
    Regards,
    Edited by: Raju.. on Jun 30, 2009 5:51 PM

  • Standard Transaction Vs Webdynpro ABAP development in Portal ?

    Hi All ,
    I just need to know that if we do some kind of enhancement/modification in sap standard screen using the classical tools like screen painter etc. when we deploy these transaction on portal we will have those changes on the web based GUI or we need to developed the whole new development for that transaction to show on the portal ?. I know webdynpro for ABAP can be used for new developments but what if we just need a simple change on screen and we can achieve the goal using simple screen enhancement ? do we need to develop the screen again in webdynpro ?  Kindly can anybody explain this ?
    Thanks a lot in advance.
    Laeeq.

    SAP ABAP screens are used by SAPGUI for Windows and SAPGUI for HTML and are presented exactly as the screen designer lays them out.  The portal can start either SAPGUI variant.
    WebDynpro has nothing to do with existing SAP ABAP screens. You build new screens and then call BAPIs etc to populate the fields.
    The portal can start a Web Dynpro application.
    To change the look of an existing SAP ABAP screen you need to change the screen. If you want to completely change the screen, start building Web Dynpro programs.
    Cheers

  • Payment terms field display at MIRO screen

    Hi,
    How can I make Payment terms field "Display" at MIRO screen??
    Regards,
    Sattuj

    Hi,
    The fields on MIRO are not configurable as with other transactions.
    You have no config control of these fields.
    You should not really block the field, because what happens if you ever need to change it (believe me this WILL happen).
    Steve B

  • Query regarding screen capture in webdynpro

    Hi
    i needed to use the java.awt.Robot class to perform a screen capture. This is basically used to capture signature which is done on a applet. But hwile i am using it gives me java.awt.headless exception which basically means that i cannot use display devices or certain other features. is there any way get past this.
    Is there any way i can do a screen capture using webdynpro.
    I have few more doubts regarding a application that i need to make. If i am not able to get a solution for this problem i would explain the scenario and probably someone could help me with solution for the same
    thanks
    regards
    Srikumar V

    The problem is that the iframe control is not really supported and should not be used anymore i think.
    But anyways: Since there is actually no out of the box solution, the steps you would hav to go are as follows:
    1. Get Access to the image data (client side)
    I suppose the paint method of one of the AWT/Swing components is overwritten to draw the signature with a pointig device (eg mouse/touch screen)
    in the method public void paint(Graphics g) you have access to the component's Graphics object.
    When the user presses a button in that applet you need to get the latest graphics object of the component and get the bitmap data out of it.
    This is basically the same as using the java robot screenshot, just more elegant.
    But it is important of course, that the navigation to the new view is somehow triggered by the applet so that it can send the request to the servlet before the applet is destroyed.
    2. Send the data to the Server
    I think the best would be to write a servlet to accept the bitmap data from the applet and store it to a database. When the File is uploaded you have to navigate to the next view (using portal navigation or javascript to reload the parent frame)
    Then you need to query that database from Webdynpro to get the file.
    3. Now you would have to use a library like iText to create a PDF file with your image in it.
    This is all not really easy and I can only describe some rough ideas. I cannot think of an easier way to do it right now since client side coding is not supported by webdynpro.

  • The display of sub screen exceeds the sub screen area

    Hi Experts,
      I have a requirement, that i need to make changes to one of the screens in the standard transaction. I found there is a screen exit exist for this. This screen is called in the tab strip(In the standard transaction). I have done the screen changes in the sub screen. When calling the standard transaction this sub screen exceeds the sub screen area of the standard transaction tab strip. I know if the sub screen size is more than the sub screen area then scroll bars will be displayed automatically. But i am facing a strange problem that the display of sub screen exceeds the sub screen area. I need scrol bar instead of exceeding the sub screen.
      Please help me to solve this problem
    Regards,
    Bujji

    Anyone has any suggestions for my question. Any help is much appreciated. Thanks.

  • Vf01 screen transaction variant

    Hi,
    We created Screen transaction variant for VF01 transaction to make
    Billing date field of intial screen in display mode through the
    transaction code SHD0.
    It working fine in Development,Testing servers.  But when we transport
    it to production it is not working.
    But when i go to the test mode it is working fine.  When i go directly
    to the transaction VF01 it is not displaying the Billing Date field in
    display mode.

    Please check if all relevant Customizing Request & Workbench Request have been inported to production server. Probably some request is skiped by oversight.
    Regards,
    Rajesh Banka

  • Not standard partner functions in general data screen transaction

    Hello,
    I have the following problem. I would like to use new partner functions in a transaction in the general data tab. I do not want to use 'parties involved'. It looks like it is only possible to use the standard partner functions. It's the same problem as in the PCUI.
    Thanks in advance.
    A.

    Annelies,
    It is possible to do this actually for a business transaction, but you need to enhance the context.
    1.  In GENIL_MODEL_BROWSER For component set BT, look at dependent objects BTPartnerSet and see if there is a relationship for your partner function.  If not you will need to add a relationship for your partner function.
    2.  For the context of the screen you will create a new context node called BTPARTNER<ZFUNC> where <ZFUNC> is the name of the partner function.  It will be of type BTPartner and be related to the BTPARTNERSET node with a relationship corresponding to the relationship name found in the GENIL_MODEL_BROWSER
    3.  Add the PARTNER_DYN field under the new context node to be displayed on the screen in your configuration.
    For more details on these steps please do a quick search, as I think I have posted at least on step 2 & step 3 in this forum before.
    One of my answers is here:
    Re: how to add New partner function to the gui (BOL Model)
    Thank you,
    Stephen
    Edited by: Stephen Johannes on Sep 9, 2008 11:40 AM

  • Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Battery , time , signal strength bar is not getting displayed in home screen , these will be displayed only when i click on any app. Can u let me know the setting change ?

    Did you check the Zoom setting?
    Have you tried a reset (reboot)? Hold HOME and SLEEP until an Apple logo appears.
    If it isn't Zoom and a reboot doesn't help try Settings/General/Reset - Reset all settings

  • Satellite A300 PSAG0A - Games Will Not Display in Full Screen Size

    I have a large number of games installed on my computer. At least 90% of them will not display in full screen size but display in a small window with a large amount of black screen surrounding the window. I am running Windows Vista Home Premium 32 bit. However, I do not think it has anything to do with Windows as my husband runs the same games on his Toshiba Satellite L300, running exactly the same version of windows, and they all display in full screen size.
    Altering the screen resolution makes no difference. And, of course, I do select the full screen option in the games.
    Also, sometimes when I have been playing a game and then closed it I find that my desktop picture has shrunk to the smaller size - the same size as the window in which the game was displayed when I was playing it.
    The games work fine in every other way, it is only this small screen size which is driving me nuts.
    I hope that someone can help me with this!!

    Yes, as far as I can tell I have the latest driver. But, even this is confusing to me because....
    My graphics media accelerator is Mobile Intel(R) 965 Express Chipset Family. The installed driver version is 7.14.10.1329. The release date for this is 2007-09-13, as far as I can tell from web searches.
    However, on the Toshiba website for driver downloads, the available driver version is 8.2.0.1012 PV. The date is 2006-12-28. I have downloaded this driver and attempted to install it. I get the message that it has been installed but, after rebooting and checking the installed driver version is still 7.14.10.1329.
    Perhaps, the 8.2.0.1012 PV version does not actually install because it is older than the currently installed version. I would have thought that the driver version with the higher number would be the newer one, but perhaps this is not the case as the dates do not seem to support this theory.
    So now I ask myself, firstly, if the driver available for download on the Toshiba website is not the newest one, then why is it there?
    Secondly, if it is the newest one then why will it not install on my computer?

  • Adobe reader xi i am running 2 display screens and when i have a file open and go to print the print page opens on my second screen.  How can I get adobe reader to just display on one screen?

    adobe reader xi i am running 2 display screens and when i have a file open and go to print the print page opens on my second screen.  How can I get adobe reader to just display on one screen?
    I want the capability of adobe reader to just run on one screen.

    I had the same problem.
    Try this.
    https://igppwiki.ucsd.edu/groups/publichelpwiki/wiki/a1538/Howto_Disable_Acrobat _as_the_Safari_PDF_Viewer.html

  • Moving from Cinema Display to MBP screen.

    The iTunes window when I hook up my MBP to my Cinema Display is full screen. When I use my MBP out and about the iTunes window is bigger then the screen and i can't get down to the resize handle and other items sited at the bottom of the screen.
    How can I stop this happening an/or resize the iTunes window other than by using the resize handle?

    Emceejay wrote:
    How can I ... resize the iTunes window other than by using the resize handle?
    option-click on the little green button in the upper left corner of the iTunes window.
    JGG

Maybe you are looking for

  • Diff b/w lookup and join in odi

    Hi friends, I am new to ODI ,                Please can anyone explain the difference between "join" and "lookup" ? Thanks in advance ! Cnu

  • Footer for ALV

    Hi, how we can create and display Footer for ALV Grid , pls give me with some example

  • N70 should sync - "can't connect" HELP

    I have the latest Mac OS X and the latest iSync 2.3. It should be able to sync with Nokia N70, Apple's website confirms this. However, after I've paired the phone with my iMac, and try to add device to iSync, it finds it but says: "iSync cannot conne

  • Soasuite security policy that is equivalent of client-cert in web.xml

    Can somebody suggect soasuite security policy that is equivalent of "client-cert in web.xml.? We have authentication providers in weblogic to authenticate when "client-cert" is specified in web.xml. I am trying to find out is there a security policy

  • 1 computer, 2 I phones, and an I Pod Nano!

    Myself and husband only have 1 home PC, i currently have an I phone and I tunes account that i sync together. My partner is now looking to purchase an I phone as well, and we also have been given a new I pod nano that we wish to run a home sound syst