Quantcast
Channel: SCN : Popular Discussions - ABAP in Eclipse
Viewing all 1215 articles
Browse latest View live

Forward Navigation in Eclipse

$
0
0

Hi,

I am new to SAP and ABAP in Eclipse. So far we were using SAP GUI for ABAP , but now we are moving towards Eclipse for ABAP.

I want to know, is forward navigation possible in Eclipse?

I mean in SAP GUI when we want to create a subroutine using Form and call using Perform,

We first write Perform sub_routine_name parameters and double clicking on sub_routine_name it automatically generates Form code for us.

Is it Possible in Eclipse Editor?

 

Here are screenshots for SAP GUI forward navigation.

Double Clicking on the 'get_mard' subroutine a pop up window opens which ask to create new object and then it creates a form for this perform.

 

i2.PNG

 

The following perform is generated automatically.

i3.PNG

In Eclipse it says Form 'get_mard' does not exist. We need to create it manually.

 

Thanks in advance.


SAP System connection to Eclipse IDE

$
0
0

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?

ABAP in Eclipse - network configuration - ports

$
0
0

Hi,

 

I want to connect to my Netweaver 7.5 CRM EHP 4 system with ABAP in Eclipse.

 

The following error occurs:

     Logon to system XXX failed (partner 'YYYYYY.wdf.sap.corp:3390' not reached)

 

Ok, actually this is no surprise to me as the port 3390 on the machine YYYYYY.wdf.sap.corp is closed.

 

 

Where can I configure the port used by ABAP in Eclipse ?


How to configure the port Netweaver is listening to for a connection from ABAP in Eclipse ?

 

 

Where can I find general information of how to set up a system for development with ABAP in Eclipse?

 

 

 

Thanks in advance and kind regards

 

Philipp

How to jump to a code line during debugging

$
0
0

In SE80 I can jump to a code line (for example to execute something once again without restarting the program).

How can I jump to specific line during debugging in eclipse?

Rename program in eclipse not possible

$
0
0

Hello

 

I want to rename a program in eclipse, but the option of renaming is not available for a program.

While renaming a class is possible.

 

Does anyone know the reason for this ?

 

Thank you

 

Koen

Problem when connecting to a system (logon to system failed)

$
0
0

Hi all,

 

I'm having no problems while connecting with several of our customers. However, there is one customer for which the connection doesn't work.

The message is " Logon to system xxx failed (Connection to system "xxx" is currently not available) "

As far as I know, the system meets all the technical requirements

  • WAS731 / 0004
  • The SICF services are correct
  • My SAP user has profile SAP_ALL and SAP_NEW
  • I don't use SNC.
  • Is it perhaps an issue of the port 3310? Because if that is the case, I can try to ask our customer to open this port.
  • (note: I don't know if it has anything to do with this problem, but the graphical screen painter also doesn't work. Maybe also because a specific port that is closed on the filewall?)

 

The Eclipse Log contains the following errors (I have changed the IP addresses here to protect the innocent )

 

Caused by: com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect to SAP gateway failed

Connection parameters: TYPE=A DEST=adt.tmp_1395321753698 ASHOST=nn.nnn.nn.nn SYSNR=10 PCS=1

 

 

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR       partner 'nn.nnn.nn.nn:3310' not reached

TIME        Thu Mar 20 14:24:21 2014

RELEASE     721

COMPONENT   NI (network interface)

VERSION     40

RC          -10

MODULE      nixxi.cpp

LINE        3286

DETAIL      NiPConnect2: nn.nnn.nn.nn:3310

SYSTEM CALL connect

ERRNO       10060

ERRNO TEXT  WSAETIMEDOUT: Connection timed out

COUNTER     2

 

Caused by: RfcException: [null]

    message: Connect to SAP gateway failed

Connection parameters: TYPE=A DEST=adt.tmp_1395321753698 ASHOST=nn.nnn.nn.nn SYSNR=10 PCS=1

 

 

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR       partner 'nn.nnn.nn.nn:3310' not reached

TIME        Thu Mar 20 14:24:21 2014

RELEASE     721

COMPONENT   NI (network interface)

VERSION     40

RC          -10

MODULE      nixxi.cpp

LINE        3286

DETAIL      NiPConnect2: nn.nnn.nn.nn:3310

SYSTEM CALL connect

ERRNO       10060

ERRNO TEXT  WSAETIMEDOUT: Connection timed out

COUNTER     2

 

 

    Return code: RFC_FAILURE(1)

    error group: 102

    key: RFC_ERROR_COMMUNICATION

Opening debug Perspective Issue

$
0
0

Hi

we are moving towards the use of Eclipse in ABAP Development.

Now for testing and developing we have two different client. Say(X for developing and Y for testing)

now for X client we all developer have different credential. but for Y client we have one common username and password.

so now problem is if i put breakpoint and run the program (from Eclipse )and if other developer is also login in Y client(with same credential in eclipse) then my debug perspective is getting opened in his/her Computer. and at ant time 4-5 person are there in Y client with same login .

and we can not have different credential for Y client.

 

Though this is not happening in SAP  GUI

 

Any solution?

 

Thanks in advance

Text Symbol in Eclipse Editor

$
0
0

Hi,

 

We are now using eclipse for ABAP.

How can I create text-symbols in eclipse i.e. text-xxx.

In SAP GUI we need to double click and then it gets created from the window it opens, but in eclipse I am not getting any option.

I saw that using Quick fix we can do, but I am not getting that feature in mine. Is this not supported in Netweaver 7.3?

 

Regards,

Hemika


Failed to create the part's controls

$
0
0

Hi folks,

 

I have SAP HANA Studio - Revision installed (Failed to create the part's controls), I have SAP GUI 7.30 patch 10 installed. Yet when I try to debug an ABAP program or open SAP GUI window from SAP HANA studio, I get 'Failed to create the part's controls' error in SAP HANA studio. I have repeatedly reinstalled SAP HANA studio, did not help.

 

Do you have any idea, what could be the reason and how to fix it?

Thank you.

Best Regards,

Jan

Abap in Eclipse Logon to system fail

$
0
0

Hello,


i am new user of abap in eclipse.

i already installed abap in eclipse plugin.

When i want to create a new project , i have an error


Logon to system XXX failed (Connection to system "XXX" is currently not available)


so i dont know exactly why this error occurs , the user specified is already existing .


so if there is someone who can help me ,i will be thankfull.


thanks for help

Use Select Options for CDS views in ABAP (Open SQL)

$
0
0

Hello,

 

I am new to CDS views in ABAP Dictionary so not sure whether my question is basic or complicated.

 

 

I want to create a CDS view in ABAP by joining 5-6 tables based on certain conditions and then retrieve the information from this view in my Report by passing the Select Options defined in the Report selection screen.

 

My Queries

 

a. Is the CDS view similar to a Normal Database view ?

 

b. Can I use IN select-option in my Open SQL statement to fetch information from CDS view ... e.g

 

   SELECT f1 f2 f3 from CDS-View into Internal-Table where f1 in so_f1

 

c. Is it possible to have a CDS view and code it similar to Procedure in HANA where I can make join on 2 tables and get the results in a Temp table and then again join the Temp table and a third table and fetch the results in Temp2 table?

 

 

d. If point c. is not possible in CDS view then my question is How can I pass a Select option (multiple options) to a AMDP Procedure and use that in my query to fetch the information from database

 

 

 

Regards,

Abhishek

no authorization to access resource /sap/bc/adt/activation

$
0
0

Hi,

 

Our developer is facing an authorization while activation 'No authorization to access resource /sap/bc/adt/activation. I have assigned below 2 roles to the user.

 

SAP_BC_DWB_ABAPDEVELOPER

SAP_BC_DWB_WBDISPLAY

 

This has access to /sap/bc/adt/abapsource/* /sap/bc/adt/activation, /sap/bc/adt/activation/*. To debug further, I ran a trace and got 2 missing authorizations

 

URI       : /sap/bc/adt/abapsource/occurencemarkers

type      : RF

name      : SADT_REST_RFC_ENDPOINT

Authorization Obj.

Authorization Obj.          : S_ADT_RES

 

URI       : /sap/bc/adt/activation

type      : RF

name      : SADT_REST_RFC_ENDPOINT

Authorization Obj.

Authorization Obj.          : S_ADT_RES

 

I'm confused as I see these values in the roles assigned. Is there anything I'm missing ?

 

Any suggestion will be of great help.

 

Regards,

Anil

(GSS-API(maj): 000D0000) when connecting to SAP from Eclipse - MARS

$
0
0

Hello Experts,

I installed Eclipse without any errors and created a lib folder  for the secgss.DLL file that should allow me to connect to SAP.  (I am using SAPGUI 740).  When I attempt to  create an ABAP project,  I get the expected system connection popup where I can select my connection from the existing list of systems used in my SAP Logon Pad.

 

We have implemented single sign-on and I have two environment variables SNC_LIB containing the gsskrb5.dll and SNC_LIB_64 containing the secgss.dll.

 

I looked through all the documentation I can find but found nothing to help me get rid of the error message: 'Log onto system XXX failed (GSS-API(maj): 000D0000).

 

Can anyone guide me to a solution to this issue.

 

Thanks,

 

Jennifer

ADT in Ubuntu

$
0
0

Hi Experts!

 

I'm new to Linux. So far I've been working with Eclipse / SAPGUI for JAVA on Mac and everything worked fine. Since last week, I'm trying Ubuntu, so I installed Eclipse Mars (same as Mac), SAPGUI for JAVA 740 rev6 (same as Mac), and ADT. I can create the ABAP project, but when I try to open a DDIC table or Data Type, anything that should open on SAPGUI inside Eclipse, I get a NullPointer error.

 

Any idea why this may be?

 

Thanx.

 

Jesus

Abap in Eclipse Logon to system fail

$
0
0

Hello,


i am new user of abap in eclipse.

i already installed abap in eclipse plugin.

When i want to create a new project , i have an error


Logon to system XXX failed (Connection to system "XXX" is currently not available)


so i dont know exactly why this error occurs , the user specified is already existing .


so if there is someone who can help me ,i will be thankfull.


thanks for help


Code information is not available ( for some classes)

$
0
0

Hi gurus,

 

Did anybody have the problem with ABAP element info view in Eclipse?

 

When I open it some classes show correct documentation, but in most cases I have message like: Code information is not available

 

This thing happened after ADT update so it's probably just a bug.

 

Importing ABAP doc from description doesn't help in this case. Documentation is not generated.

 

I also noticed It happens only in the case when i choose class decalration as source element.

 

Thanks!

Enterprise Services REST Application

$
0
0

Hello,

 

while going through the steps details in the ADT SDK tutorial, I noticed some unexpected workspace entries in the results returned by my own discovery application (/mycompany/discovery in the tutorial):

 

  <app:workspace>

    <atom:title>Enterprise Services</atom:title>

    <app:collection href="/sap/bc/esproxy/semanticcontracts">

      <atom:title>Semantic Contract</atom:title>

      <atom:category term="SemanticContract" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/contracts">

      <atom:title>Contract</atom:title>

      <atom:category term="Contract" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/contractimplementations">

      <atom:title>Contract Implementation</atom:title>

      <atom:category term="ContractImplementation" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/integrationscenariodefns">

      <atom:title>Integration Scenario Definition</atom:title>

      <atom:category term="IntegrationScenarioDefinition" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/datatypes">

      <atom:title>Proxy Data Type</atom:title>

      <atom:category term="ProxyDataType" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/messagetypes">

      <atom:title>Proxy Message Type</atom:title>

      <atom:category term="ProxyMessageType" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/serviceconsumers">

      <atom:title>Service Consumer</atom:title>

      <atom:category term="ServiceConsumer" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/serviceproviders">

      <atom:title>Service Provider</atom:title>

      <atom:category term="ServiceProvider" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/operationmappings">

      <atom:title>Operation Mapping</atom:title>

      <atom:category term="OperationMapping" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/consumermappings">

      <atom:title>Consumer Mapping</atom:title>

      <atom:category term="ConsumerMapping" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/consumerfactories">

      <atom:title>Consumer Factory</atom:title>

      <atom:category term="ConsumerFactory" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/search">

      <atom:title>Proxy Generic Search</atom:title>

      <atom:category term="ProxyGenericSearch" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/proxysearch">

      <atom:title>Proxy Specific Browse Search</atom:title>

      <atom:category term="ProxySpecificBrowseSearch" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/validate">

      <atom:title>Validate Proxy Name</atom:title>

      <atom:category term="ValidateProxyName" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/soamanager">

      <atom:title>SOA Manager</atom:title>

      <atom:category term="SoaManager" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/esrsearch">

      <atom:title>Enterprise Services Repository Search</atom:title>

      <atom:category term="EsrSearch" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/esrscv">

      <atom:title>ESR SCV Search</atom:title>

      <atom:category term="EsrScvSearch" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/srsearch">

      <atom:title>Services Registry Search</atom:title>

      <atom:category term="SrSearch" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

    <app:collection href="/sap/bc/esproxy/activation">

      <atom:title>Proxy Activation</atom:title>

      <atom:category term="ProxyActivation" scheme="http://www.sap.com/adt/categories/enterpriseservices"/>

    </app:collection>

  </app:workspace>

  <app:workspace>

    <atom:title>InfoProvider</atom:title>

  </app:workspace>

  <app:workspace>

    <atom:title>Composite Provider</atom:title>

  </app:workspace>

 

I suppose these entries appear because in the following Enhancement Implementations, the BAdI implementation does not have a filter value assigned:

 

Enhancement ImplementationBAdI Implementation
EI_MTS_PROXY_RES_APPLICATIONSMTS_ADT_REST_REF_APP_DISCOVER
RSO_RES_IPROV_DISCOVERYRSO_RES_IPROV_DISCOVERY
RS_RSO_RES_HCPR_RESOURCE_APPRS_RSO_RES_HCPR_DISCOVERY

 

Is my assumption correct, and if so, will this be corrected or will I just have to filter out these values on the client side?

 

Thanks

  Volker Wegert

SAP HANA ABAP trial Eclipse: Creating "new ABAP project" error: Logon on system "A4H" unsuccessfull..

$
0
0

Hello dear community member,

 

By creating new ABAP project in SAP HANA ABAP trial Eclipse, i obtain the error "Anmeldung (engl. logon) an System A4H fehlgeschlagen (engl. unsuccessfull) (partner '155.56.219.22:3300' not reached)".

 

I define manually the system connection and enter the following data:

system ID A4H

Instanz 00

Application server 155.56.219.22

    Application server obtained by pinging the web site address "https://account.hanatrial.ondemand.com/"

 

Client (mandant) 001:

user DEVELOPER

pswd   my s-number password, or used to log on the on demand cloud

 

I create in the cloud the hana instance, install the hana studio in eclipse, create some tables and others, and want now to install hana abap, to endly install HANA NW BW trial -> But as said, i obtain the above error, where "partner '155.56.219.22:3300' not reached"

 

Are the system connections data i entered correct or not. -> May be you can help me on that point?

I also install sap gui windows 7.30, but the created entry do not work correctly.

 

Hope you can please help with the above informations.

 

Kind regards,

 

Bruno

Short text in ABAP Doc Comments

$
0
0

Hi Everybody,

 

Is there any change to create and change method parameter short texts from eclipse adt (7.4. SP8) or is that a feature we've to wait for?

 

Regards,

Franz

(GSS-API(maj): 000D0000) when connecting to SAP from Eclipse - MARS

$
0
0

Hello Experts,

I installed Eclipse without any errors and created a lib folder  for the secgss.DLL file that should allow me to connect to SAP.  (I am using SAPGUI 740).  When I attempt to  create an ABAP project,  I get the expected system connection popup where I can select my connection from the existing list of systems used in my SAP Logon Pad.

 

We have implemented single sign-on and I have two environment variables SNC_LIB containing the gsskrb5.dll and SNC_LIB_64 containing the secgss.dll.

 

I looked through all the documentation I can find but found nothing to help me get rid of the error message: 'Log onto system XXX failed (GSS-API(maj): 000D0000).

 

Can anyone guide me to a solution to this issue.

 

Thanks,

 

Jennifer

Viewing all 1215 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>