‎2013 Dec 19 12:45 PM
I've installed Eclipse and ADT on my system, but have no clue to connect my SAP server to the IDE so that I could work on my programs. Could someone help me on this please?
‎2013 Dec 19 12:57 PM
Hi Kiran,
First Change perpective to ABAP. Menu->Window->Open perspective->ABAP
Then, create New ABAP project from menu,
A popup will appear, asking for Connection, here you browse for existing entries on
sap logon pad , select system in which you want to login.
After clicking next, it will ask for username and password, once authenticated you will see system under project explorer.
(Note: logging user should have proper roles & authorizations )
Cheers,
Kherwa
‎2013 Dec 19 12:57 PM
Hi Kiran,
First Change perpective to ABAP. Menu->Window->Open perspective->ABAP
Then, create New ABAP project from menu,
A popup will appear, asking for Connection, here you browse for existing entries on
sap logon pad , select system in which you want to login.
After clicking next, it will ask for username and password, once authenticated you will see system under project explorer.
(Note: logging user should have proper roles & authorizations )
Cheers,
Kherwa
‎2013 Dec 19 1:26 PM
Thanks for your inputs, I followed your instruction. I got an error while trying to connect which asks me to activate SNC, which I did using my SAP Logon.
Now I am getting another error which says:
Logon to system ECC failed (SNC Library not found; environment variable "SNC_LIB" not defined, fallback location does not exist: "C:\\Program Files (x86)\SAP\FrontEnd
Kindly help me out with more inputs.
Thanks & Regards,
Kiran Somaroutu
‎2013 Dec 19 1:29 PM
Hello Kiran,
Check this entry: http://scn.sap.com/community/netweaver-sso/blog/2012/08/17/how-to-configure-sap-netweaver-single-sig...
It has because an environment variable not defined properly.
‎2013 Dec 19 1:56 PM
Is it mandatory to activate SNC and Single Sign on in order to use Eclipse IDE ? Is there no other way around?
‎2013 Dec 19 2:01 PM
No, it's not mandatory. You can connect without SNC. But the environment variables needs to be correctly.
‎2013 Dec 20 4:52 AM
Hi,
It is not mandatory to activate SNC or single sign on, but recommended.so, try without activating SNC in system properties in SAP Logon pad.
Secondly, it will check for proper authorization also, ( for example check standard SAP role is: SAP_BC_DWB_ABAPDEVELOPER )
Kherwa