How to connect SAP user to a webdynpro and how to pass parameters ?

Hello,
I have two technical questions :
1) How to recognize user from Portal and to get his pernr from SAP Backend (SSO to configure with SAP R/3 ?, use a bapi to get the pernr with the name and firstname of the portal user ?)
2) How to open a new window in a webdynpro application (one view and you click on a row of a table, i have to open a new window (frame in my browser))
Thanks a lot for your answers
Cheers
Aurelien

Hi
For ur Second Question if u want a popup Window this is how u do it.
IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows(<<Window Name u have defined while creating component>>);
           IWDWindow window = wdComponentAPI.getWindowManager().createWindow(windowInfo,true);
           wdContext.currentVnControllerDetailsElement().setVaWindowInst(window);
           window.setWindowPosition(WDWindowPos.CENTER);
           window.setWindowSize(700,400);
           window.open();
Here vaWindowInst is of type IWDWondow . This u can have in Java NAtive type
com.sap.tc.webdynpro.services.session.api.IWDWindow
If it is External Window Then i shall give u the code for the same.
get Back

Similar Messages

  • How to connect SAP R/3 4.6c Web AS 6.20

    how to connect SAP R/3 4.6c Web AS 6.20 with XI NW04

    Hi Tony,
    For a R/3 4.6C system you can connect using IDOC or RFC adapter.
    For a WebAS 6.20 system you can connect using IDOC or RFC adapter, or by using ABAP Proxies. To enable ABAP proxies, you will need to install the APPINT plugin on the system.
    Cheers
    Manish

  • How to connect SAP R3 system to BW system

    please give me step by step  guidance how to connect SAP R3 system to BW system with example.

    Hi,
    Check the docs below.
    Connection between Source Systems and BW
    http://help.sap.com/saphelp_nw70/helpdata/en/00/dc54384ac9a81be10000009b38f8cf/frameset.htm
    Creating SAP Source Systems
    http://help.sap.com/saphelp_nw70/helpdata/en/ac/4a4e38493e4774e10000009b38f889/frameset.htm
    BW connectivity(.doc)
    http://help.sap.com/bp_biv335/BI_EN/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc
    hope this helps
    Regards.

  • I want to be a good SAP user but please help me how and can i do the right step about SAP

    i want to be a good SAP user but please help me how and can i do the right step about SAP

    Hi,
    you can start learning SAP from an end-user/key-user perspective with the online learning portal of SAP Learning Hub, business user edition.
    Further information can be found here:
    SAP Learning Hub
    Regards,
    Arnold

  • Firefox has remberd a password to a website ... chessatwork and I get loged in to my main page and when I click on any link it takes me right back to my log in page, where it has it stored.... password and user name,,, whats up and how do I turn that off?

    Firefox has remberd a password to a website ... chessatwork and I get loged in to my main page and when I click on any link it takes me right back to my log in page, where it has it stored.... password and user name,,, whats up and how do I turn that off? chessatwork has ran great for me for many yrs, then one day I down loaded firefox and went to play chess on this site chessatwork.com, well the window popped up asking to remember the log in and pass word and so I said ok, and it did, but now when I click log in and I go to my main page (home) and click on any link, say to play game I return right back to log in

    See http://kb.mozillazine.org/Deleting_autocomplete_entries<br />
    Remove a saved password here: Tools > Options > Security: Passwords: "Saved Passwords" > "Show Passwords"
    You may also need to remove the cookies from that website.<br />
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • "Cannot get mail, connection to the service failed". why and how do I repair it?

    "Cannot get mail, connection to the service failed". why and how do I repair it?

    Thanks. However...these links are to basic troubleshooting.  Good stuff, except I -- like it seems others -- have multiple email accounts coming into their iPhones (my case, iPhone 5 running latest version of iOS) that until this past Friday evening (September 12, 2014).... worked perfectly, then just all stopped.
    In my case, I also lost access to an internet forum I frequent multiple times daily.  All worked fine, until things abruptly stopped working the evening of September 12.
    Seems like anything with a stored login/password got hosed.
    I went into the profiles to make sure my passwords were still there (thought they may have somehow gotten wiped out), but they were there.  I re-entered them just in case, no change.
    Now just this morning, Sunday September 14, two emails from the same (employer) email account have trickled in.  But nothing from the others (gmail, yahoo mail).
    Spouse is having same issue on an iPhone 5.

  • How does the URL of DataSocket constitute?And how to use it in LabWindows/CVI ?

    Hi !
    There's a problem puzzled me some days.How does the URL of DataSocket constitute ? And how to use it in LabWindow/CVI ?
    For example.I have downloaded a code in http://zone.ni.com/devzone/cda/epd/p/id/3787.I want to make it work properly.So I configure my DataSocket Server Manger according to the URL of this statement.
    DS_Open ("dstp://weather.natinst.com/weather/current",
    DSConst_ReadAutoUpdate, DSCurrentCallback, NULL,
    &dsCurrentHandle);
     My DateSockket Server Manger is configured as:
    However,it could not work properly when I debug it.
    There's a introduction at the top of the code."You may need to replace the references to weather.natinst.com to 130.164.140.10 if the DNS isn't working properly."So,I modified the statement into
    DS_Open ("dstp://130.164.140.10/weather/current",
    DSConst_ReadAutoUpdate, DSCurrentCallback, NULL,
    &dsCurrentHandle);
    but,it did work properly.
    We want to communicate with other computers via the URL of  DataSocket in LabWindows/CVI.Whereas,how could we make it ia the URL ?
    If anyone could help me solve this problem,I would appreciate it very much !
    Best regards.
                     xiepei
    I wouldn't care success or failure,for I will only struggle ahead as long as I have been destined to the distance.

    Hi !
    Thank you very much for your reply! I will accept your advice.
    Besides,I have another question.If I want to visit other computers or other websites,how does the URL of DataSocket  I constitute ? Does the URL has any relation with the DataSocket Server Manger ?If does,how to configure the DataSocket Server Manager to let them connected.If they have no relation,how to use the DataSocket Server Manger ?
    After all,I want to know how to use it in LabWinows/CVI ?
    Thank you very much !
    Best regards!
    I wouldn't care success or failure,for I will only struggle ahead as long as I have been destined to the distance.

  • How to start weblogic in debug mode ? and how to set the eclipse in the deb

    how to start weblogic in debug mode ? and how to set the eclipse in the debug

    Put this in JAVA_OPTIONS :
    Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=3999,suspend=y,server=y
    After restarted weblogic, in eclipse set your breakpoint , open debug perspective then choose Remote Java Appliction and configure Connection Properties (host=localhost and port=3999)

  • Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    Hi my name Abukar I had an old apple ID and I had problem with signing it so I decided to make a new apple ID with a new email address, so how can I link with two apple IDs and how can I get back all my previous apps that I purchased before, I cloud stuff

    It is not possible to do that.
    Allan

  • Ok somehow my sister deleted all my photos off my photo booth and now all my pictures in my iphoto i cant view them i just see white dots and boxes can anyone tell me how i can get my deleted photos back and how can view my photos again please !!!

    ok so somehow my sister deleted all my photos off photo booth and now all my photos on iphoto i cant view them i want to know how i can get my deleted photos back and how to view the rest of my photos please help !!!!

    Phonebooth is in your home folder under pictures with Iphoto and Ichat. Deleting pigtures from phonebooth should not remove any from Iphoto library. Something else had to happen.

  • How to write select statement before the loop and how to use read statemnt

    Hi,
    Recently our system has changed from 4.6 to ECC6.
    As its migrated its showing lots of errors like in between loop and endloop there should be no select statemnt........
    Can any one please tell how to write that coding in ECC6 , how can i change the code......
    In between loop and endloop i am having lots of select statemnts.....ple tell thye coding how can i select before the loop starts and
    how to read that internal table in loop.

    Hi Deepthi,
    You can do as per below:
    1) Select the required entries from the tables you need (VBAK, VBAP, KNA1, etc)
    SELECT VBELN ERDAT KUNNR
        into table it_vbak
        from VBAK
    where VBELN = S_VBELN. "Selection criteria
    If sy-subrc = 0.
    SELECT VBELN POSNR MATNR
        into table it_vbap
        from VBAP
    for all entries in it_vbak
    where VBELN = it_vbak-vbeln
    SELECT KUNNR NAME1
        into table it_vbak
        from VBAK
    where VBELN = it_vbak-vbeln.
    endif.
    2) Loop at the entries, and read internal table it-kna1 for customer info.
    Loop at it_vbak into wa_vbak.
    read table it_kna1 into wa_kna1 with key kunnr = wa_vbak-kunnr.
    if sy-subrc = 0.
    endif.
    loop at it_vbap into wa_vbap where vbeln = wa_vbak-vbeln.
    endloop.
    endloop.
    This is the basic idea and short example of how to extract entries and read internal table.
    Hope this helps.
    Regards,
    Patrick

  • I downloaded Mac OS X Lion and when I go to install, it says file cannot be verified, may have been corrupted during download.  How do I determine if it is corrupt and how do I get a clean copy of Lion, since I have already paid for it?

    I downloaded Mac OS X Lion and when I go to install, it says file cannot be verified, may have been corrupted during download.  How do I determine if it is corrupt and how do I get a clean copy of Lion, since I have already paid for it?

    Download again, move the existing file out of the applications folder first.

  • How to create a hierarchy in Regional Structure and how to use it

    Hi,
    Please guide me how to create a Political Region Structure hierarchy and how to use it.
    Thanks and Regards

    Hi,
    Thanks for reply please.
    I request you to please copy paste all the possible information here. It will be a great help.
    I hope you understand why we can not provide our id on this forum.
    Please guide.
    Thanks and Regards
    Edited by: MP Vashishth on May 18, 2009 7:14 AM

  • Hello! My name is Vadim. I'm from Russia. I'd like to buy two iPhones 5, 64 GB: for my wife and myself. But I have a question to you. Will it work in Russia? How much will it cost for me? And how much will delivery cost to Russia? Thank you very much.

    Dear Sir or Madame,
    My name is Vadim. I'm from Russia. I'd like to buy two iPhones 5, 64 GB online, from your official website Apple: for my wife and myself. But I've a question to you. Will it (iPhone 5, 64 GB) work in Russia? How much will they cost for me? And how much will the delivery from America to Russia cost?
    Yours sincerely,
    Vadim Fedotov.

    iPhone 5 is not available unlocked in US  and
    Apple Store online does not ship outside the Country it operates
    You are best served waiting for the iPhone 5 to be announced in Russia
    through your Apple Approved carriers

  • Upon start up I get a start up disk full message and to delete files, now I only get a a blue screen on start up. How to I get past the blue screen and how do I delete files?

    Upon start up I get a "start up disk full message, delete files". Now on startup I only get a blue screen. How do I get past the blue screen and how do I delete files.

    That;s really not enough free space... you can use a tools such as OmniDiskSweeper to find out where your large files reside and begin pruning (or copying to an external if they're files that you want to keep).
    One thing is certain - if you're going to continue your current usage you're certainly going to need to install a larger boot drive.
    Clinton

Maybe you are looking for

  • TS3716 mi iPod is not recognized by itunes. I keep getting" do not diconnect " and a battery icon. Using windows 7

    My ipod nano cannot be reinstalled by itunes. I get "do not dissconect" and a battery icon. using windows 7. Any suggestions ?

  • Touch pad is not working

    [help] T440p Windows 7 bought it in this March. touch pad is not working. "ThinkPad UltraNav Pointing Device  is unenabled " is said by  "Lenovo Solution Center" when open the device manager, Ultranav device can not be found in "Mouse" the driver of

  • How can I reinstall PSE 10 Editor only?

    I installed Elements 10 yesterday on my iMac (Lion v.10.6.8) and put the PSE icons on both my desktop and the dock.  I then spent a couple of hours using the Organizer (i.e., moving and deleting photos).  Unfortunately, I then moved the desktop icon

  • I am trying to sync my yahoo contacts with my Macbook Pro

    Hi I am running OS X Mavericks and I am trying to sync my Yahoo address book with my MacBook Pro. I keep getting this error message...... "The operation couldn't be completed. (CoreDAVErrorDomain error 3.)" I could do it before I upgraded to Maverick

  • Aironet 1142 Keeps Rebooting

    About every 20 minutes 12 of 300 APs keep rebooting.  I have tried moving them to different controllers.  I have tried downgrading the code and then upgrading the code.  I ahve tried replacing the AP.  I have tried swaping out cables.  They are all c