I encountered the following problem when debugging with ABAP Eclipse: When setting a break-point within a class/method that is being called within a RFC (destination NONE), the debugger does not stop. Also setting the break-point at the RFC and trying to step into (F5) does not work. The only thing which helps is to set a break-point within the remote function module itself - then both break-points (within remote function module and within called class/module) achieve the debugger to stop. Did someone else have a similar problem?
RFC debugging in ABAP Eclipse
Layout design
Translations for messages and parameters/select options
Hello,
I would like to go to the translation of a message or a parameter or a select-option. Can this be done directly in AiE somehow, or do I have to do that still in the SAP gui?
If there is no implementation in AiE, is it possible to do the translation in separate view that shows up after you right click like on the object you want to translate and in the context menu you select Show in --> Translate.
Best regards
Volker
Error: System does not support Eclipse based ABAP Development Tools
When attempting to create a new ABAP Project in ADT, I get an error at the credentials screen.
"Logon to system ERD failed (System "ERD" does not support Eclipse based ABAP Development Tools)"
Perhaps someone can help shed some light on this. Is there some additional configuration that must be done either on the client or backend?
Thanks
Luke
Connection problem using Eclipse and SSO
Hi experts,
I'm developing ABAP in eclipse for some time without facing any problems.
Recently, our basis has changed the logon from User/Password to SingleSignOn (much to my enjoy). Unfortunately, since we're using SingleSignOn we can no longer connect to the systems using eclipse.
As soon as I try to connect, the following error occurs:
Exception Stack Trace:
com.sap.adt.communication.exceptions.CommunicationException: CPIC-CALL: 'CMRCV'
null
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.handleJcoException(JCoRequestDispatcher.java:244)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.dispatch(JCoRequestDispatcher.java:169)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:168)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:52)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.sap.conn.jco.JCoException: (107) JCO_ERROR_PROTOCOL: CPIC-CALL: 'CMRCV'
null
at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:664)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1362)
at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:736)
at com.sap.conn.jco.rt.RepositoryConnection.connect(RepositoryConnection.java:48)
at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:107)
at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:316)
at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:290)
at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:885)
at com.sap.conn.jco.rt.RepositoryManager.getRepository(RepositoryManager.java:31)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:941)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:33)
at com.sap.adt.communication.internal.jco.util.JCoFunctionBuilder.createFunctionBuilder(JCoFunctionBuilder.java:58)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createFunctionBuilder(JCoRequestDispatcherRestProtocolStrategy.java:132)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createRequestFunction(JCoRequestDispatcherRestProtocolStrategy.java:87)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor$1.createServiceRequest(JCoFunctionExecutor.java:217)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor.runInternal(JCoFunctionExecutor.java:112)
... 2 more
Caused by: RfcException: [null]
message: CPIC-CALL: 'CMRCV'
null
Return code: RFC_FAILURE(1)
error group: 107
key: RFC_ERROR_PROTOCOL
at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:161)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1329)
... 17 more
Caused by:
>RfcIoException:
message: CPIC-CALL: 'CMRCV'
null
Return code: RFCIO_ERROR_NO_DATA(8)<
at com.sap.conn.rfc.engine.RfcIoOpenCntl.ab_rfclisten(RfcIoOpenCntl.java:1374)
at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:149)
... 18 more
Session Data
As soon as I change the logon method in the SAP GUI to manual connection (Username/Password), I can connect to the systems using eclipse without any problems.
My searches in the SCN does not result in any relevant topics. So I hope that you can provide me some additional information to use the combination Eclipse and SSO.
Regards
Holger
WSAEACCES: permission denied error while creating Gui session in Eclipse
Dear ADT users,
When i try to run a transaction that creates a Gui session i get the error: 127.0.0.1:3200 not reached (WSAEACCES: permission denied). At the same time i can view and edit my classes without a problem. Can someone out there help me figure this out?
Thanks a lot and best regards,
George
SAT goes Eclipse Profiler -> Do I miss something or does the Profiler miss it?
I just learned that transaction SAT is retired and should be replaced by the profiling tools in ABAP in Eclipse.
I miss two things and maybe somebody here can help me with it:
- Connect to a customer system: I want (or actually have to :-> ) to analyze performance traces on a customer system. I don´t see how I can connect my local eclipse to the customer system (STFK or something similar). I ´s it me missing the knowledge the or is it the profiler lacking this functionality?
- Smart expansion: SAT has the ability to expand the critical pathes of a call tree (everything greater than e.g. 5% is automatically opened). Actually I would like to do this for a partial tree, but I can not see this even for the complete tree like it is available in SAT.
Thanks for your help,
Bernd
ABAP Development Tools for Eclipse does not install
Hey there,
i have a problem to start ABAP in Eclipse.
Always when i want to install Abap Development Tools, Eclipse says i have to install another version. I tried now several versions of ADT but no one worked.
https://websmp101.sap-ag.de/swdc
Searching for: SAP ABAP IN ECLIPSE
Error message:
Cannot complete the install because one or more required items could not be found.
Software being installed: ABAP Development Tools 1.0.9 (com.sap.adt.core.feature.group 1.0.9)
Missing requirement: ABAP Development Tools Communication Framework 1.0.5 (com.sap.adt.fwk.ci.feature.group 1.0.5) requires 'org.eclipse.emf.databinding.edit.feature.group [1.2.0,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: ABAP Development Tools 1.0.9 (com.sap.adt.core.feature.group 1.0.9)
To: com.sap.adt.fwk.ci.feature.group [1.0.5]
Thanks for any Help
Release date of a function module?
Hello,
is there a way to see the release date of a function module ('Released on' / TFDIR-FREEDATE) in ADT?
I would have expected to see it in properties of the program, because in SE37 it is in Attributes tab.
But I do not find it there.
Can I see it in Eclipse or do I have to open the function module in SAP GUI?
Thank you.
Best regards,
Dominik
Error when adding the ABAP for Ecplipse in HANA studio
Error faced in adding ABAP for eclipse in HANA studio, I am adding ABAP for ecplpse 2.7 but facing this message:-
Cannot complete the install because one or more required items could not be found.
Software being installed: ABAP Connectivity and Integration Development Tools 1.0.4 (com.sap.adt.pitools.tlf.feature.group 1.0.4)
Missing requirement: Enterprise Service Development Tools in ABAP 1.0.4 (com.sap.adt.pitools.feature.group 1.0.4) requires 'org.eclipse.graphiti.feature.feature.group [0.9.0,1.0.0)' but it could not be found
Cannot satisfy dependency:
From: Scenario based Connectivity and Configuration Tools in ABAP 1.0.4 (com.sap.adt.pitools.npm.feature.group 1.0.4)
To: com.sap.adt.pitools.feature.group [1.0.0,2.0.0)
Cannot satisfy dependency:
From: ABAP Connectivity and Integration Development Tools 1.0.4 (com.sap.adt.pitools.tlf.feature.group 1.0.4)
To: com.sap.adt.pitools.npm.feature.group 1.0.4
I have added the graphiti tool in the SDK,
Not sure what to do next
(Lab preview) Data Preview Tools - We need your feedback
At ABAP Development Tools in Eclipse, we are developing simple and elegant data preview tools which offers functionality similar to SE16, and also an advanced free-styled open SQL editor to execute and preview results.
Here is a “lab preview” of the Modeled Data Preview editor that we are building, where the users can preview data in any Dictionary Tables, views. The video is 4 minute in length.
http://scn.sap.com/docs/DOC-44175
Here is a “lab preview” of the freestyle open-SQL Data Preview editor that we are building, where the users can write complex open-SQL queries and preview its results rapidly. The video is 2 minute in length.
http://scn.sap.com/docs/DOC-44324
__________________
Modeled Data Preview
Some highlights of the modeled data preview would be
- Users can specify the size of the previewed result-set.
- Users can add any number of filters. (Internally it would simply mean an AND condition in the WHERE clause)
- Specify any comparators, e.g. EQUALS, LIKE and also IN (as in the above snapshot)
- Sorting (results are fetched from backend up sorting)
- Local filter can be used to further filter in the previewed result set
- Graphically view all the distinct values. Table chart, bar chart and pie chart would be supported
- View the logs of all the queries executed
__________________
Open SQL Data Preview
Some highlights of the open SQL data preview editor would be
- Users need not create any report programs to execute the open SQL query
- Users need not create the ABAP types to hold the result set of the SELECT query(The tool will take care of it internally)
- Users can progressively build and test the open SQL query. Once ready, simply paste the query into your ABAP program
__________________
Could you please give us your feedback on these tools
- How often do you see yourself using these tools?
- Do you think it will help increase your productivity?
- What features do you think are currently missing?
- Overall, how do you like these tools? How would you rate these tools on a scale of 10? (10 = "excellent value")
You can be very honest about your feedback :-)
Configuration SAPGUI/Java for Eclipse
Hi,
Mac OS X (Lion), Java GUI 7.30, Eclipse Kepler with ADT. I do have a properly working entry in SAPGUI / Java for my HANA Trial but when I want to connect with Eclipse I have to choose one of the entries in my Java GUI and Eclipse does complain that there is no message server. But for HANA trial I don't need a message server (and - for good reasons - I don't have one ).
Why does that work in JAVAGUI and not in Eclipse?
connections file:
############################################################
#
# file : /Users/$HOME/Library/Preferences/SAP/connections
# created : 27.09.2013 14:23:56 MESZ
# encoding: UTF-8
#
############################################################
A4H:conn=/H/xxx.xxx.xxx.xxx/S/3200&clnt=001&user=DEVELOPER&lang=DE&expert=true
NPL:conn=/H/yyy.yyy.yyy.yyy/S/3200&clnt=001&user=DEVELOPER&lang=DE&expert=true
settings file:
############################################################
#
# file : /Users/$HOME/Library/Preferences/SAP/settings
# created : 06.11.2013 15:37:01 MEZ
# encoding: UTF-8
#
############################################################
@GLF_showDetailCol = "1"
@GLF_ColumnState = "0 / 75"
@logonFrame_2_X = "894"
@frameWidth = "632"
@frameHeight = "617"
@INCLUDE = "/Users/$HOME/Library/Preferences/SAP/connections"
Error: System does not support Eclipse based ABAP Development Tools
When attempting to create a new ABAP Project in ADT, I get an error at the credentials screen.
"Logon to system ERD failed (System "ERD" does not support Eclipse based ABAP Development Tools)"
Perhaps someone can help shed some light on this. Is there some additional configuration that must be done either on the client or backend?
Thanks
Luke
Connection problem using Eclipse and SSO
Hi experts,
I'm developing ABAP in eclipse for some time without facing any problems.
Recently, our basis has changed the logon from User/Password to SingleSignOn (much to my enjoy). Unfortunately, since we're using SingleSignOn we can no longer connect to the systems using eclipse.
As soon as I try to connect, the following error occurs:
Exception Stack Trace:
com.sap.adt.communication.exceptions.CommunicationException: CPIC-CALL: 'CMRCV'
null
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.handleJcoException(JCoRequestDispatcher.java:244)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcher.dispatch(JCoRequestDispatcher.java:169)
at com.sap.adt.communication.internal.session.SystemSession.sendRequest(SystemSession.java:168)
at com.sap.adt.communication.internal.resources.RestResource.invoke(RestResource.java:136)
at com.sap.adt.communication.internal.resources.RestResource.get(RestResource.java:61)
at com.sap.adt.compatibility.internal.graph.provider.GraphProviderFactory.getGraphProvider(GraphProviderFactory.java:52)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.processExtensionPointGraphProviders(GraphAnalyzer.java:275)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzer.isNodeAvailable(GraphAnalyzer.java:172)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.isNodeAvailable(GraphAnalyzerProxy.java:124)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.verifyIsLoaded(GraphAnalyzerProxy.java:89)
at com.sap.adt.compatibility.base.internal.graph.provider.GraphAnalyzerProxy.getGraphAnalyzer(GraphAnalyzerProxy.java:58)
at com.sap.adt.compatibility.base.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:92)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:21)
at com.sap.adt.compatibility.internal.graph.analyzer.CompatibilityGraphAnalyzer.<init>(CompatibilityGraphAnalyzer.java:17)
at com.sap.adt.compatibility.internal.Activator.getCompatibilityGraphAnalyzer(Activator.java:152)
at com.sap.adt.destinations.internal.logon.AdtLogonService$1.runInternal(AdtLogonService.java:183)
at com.sap.adt.communication.util.CancelableBlockingJob$BlockingJob.run(CancelableBlockingJob.java:195)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.sap.conn.jco.JCoException: (107) JCO_ERROR_PROTOCOL: CPIC-CALL: 'CMRCV'
null
at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:664)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1362)
at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:736)
at com.sap.conn.jco.rt.RepositoryConnection.connect(RepositoryConnection.java:48)
at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:107)
at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:316)
at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:290)
at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:885)
at com.sap.conn.jco.rt.RepositoryManager.getRepository(RepositoryManager.java:31)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:941)
at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:33)
at com.sap.adt.communication.internal.jco.util.JCoFunctionBuilder.createFunctionBuilder(JCoFunctionBuilder.java:58)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createFunctionBuilder(JCoRequestDispatcherRestProtocolStrategy.java:132)
at com.sap.adt.communication.internal.jco.dispatcher.JCoRequestDispatcherRestProtocolStrategy.createRequestFunction(JCoRequestDispatcherRestProtocolStrategy.java:87)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor$1.createServiceRequest(JCoFunctionExecutor.java:217)
at com.sap.adt.communication.internal.jco.dispatcher.JCoFunctionExecutor.runInternal(JCoFunctionExecutor.java:112)
... 2 more
Caused by: RfcException: [null]
message: CPIC-CALL: 'CMRCV'
null
Return code: RFC_FAILURE(1)
error group: 107
key: RFC_ERROR_PROTOCOL
at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:161)
at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1329)
... 17 more
Caused by:
>RfcIoException:
message: CPIC-CALL: 'CMRCV'
null
Return code: RFCIO_ERROR_NO_DATA(8)<
at com.sap.conn.rfc.engine.RfcIoOpenCntl.ab_rfclisten(RfcIoOpenCntl.java:1374)
at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:149)
... 18 more
Session Data
As soon as I change the logon method in the SAP GUI to manual connection (Username/Password), I can connect to the systems using eclipse without any problems.
My searches in the SCN does not result in any relevant topics. So I hope that you can provide me some additional information to use the combination Eclipse and SSO.
Regards
Holger
Missing authorization for new project
Hey folks,
I have a problem getting started with abap in eclipse.
When I want to start a new project I receive the following message, when trying to connect to the system:
User <user> is not authorized to access system <sid> via ABAP in Eclipse (No authorization to access the resource /sap/bc/adt/compatibility/graph.)
I have the done all the things described in the following blog:
Can someone help me?
Transaction SU53 was not helpfull.
.m developing mobile app: problem in displaying tiles in the tile container
i am building an mobile application using eclipse. i have created a menuView for displaying the menu. the menu is in form of tiles. for this i have add the tile container and inside that i have added 4 tiles. on running the html file on the browser its not displaying the tiles.
i am using chrome browser.
i have attached the jpg file of my code.
Connecting to UI5 Team Repository in Eclipse on Mac
Hi All,
Has anyone successfully checked out a ui5 application from an application server to their eclipse environment on a Mac using Eclipse and SAP Java Client.
I have gotten to a point where I can successfully connect to the target Application Servers using the SAP Java Client. The problem is that when I try to import the connection profile settings into Eclipse, not all the field are pulling through to the connection wizard..
Here is a screenshot of the working SAP Java connection setting
Here is a screenshot of the corresponding Eclipse screen when trying to access an ABAP team repository
As you can see, fields like Server, SAProuter, and instance number are not pulling through..
Download ABAP in Eclipse
Hello,
does anybody now where I can download the eclipse with integrated ABAP tools? Unfortunately I can't find anything.
Thank!
Viktor
ABAP in Eclipse Installation Error
I am trying to install ABAP in Eclipse and getting below error.
does any one any idea how to resolve it.
Cannot complete the install because one or more required items could not be found.
Software being installed: ABAP Development Tools - Core 1.0.2 (com.sap.adt.tools.feature.group 1.0.2)
Missing requirement: ABAP Development Tools Communication Framework 1.0.2 (com.sap.adt.fwk.ci.feature.group 1.0.2) requires 'org.eclipse.mylyn.commons.feature.group [3.4.3,4.0.0)' but it could not be found
Cannot satisfy dependency:
From: ABAP Development Tools - Core 1.0.2 (com.sap.adt.tools.feature.group 1.0.2)
To: com.sap.adt.fwk.ci.feature.group [1.0.0,2.0.0)
Error: System does not support Eclipse based ABAP Development Tools
When attempting to create a new ABAP Project in ADT, I get an error at the credentials screen.
"Logon to system ERD failed (System "ERD" does not support Eclipse based ABAP Development Tools)"
Perhaps someone can help shed some light on this. Is there some additional configuration that must be done either on the client or backend?
Thanks
Luke