Questions tagged [abap-adt]

ADT is toolset provided by SAP for developers getting used to Eclipse-based development tools, and also it is recommended tool for ABAP CDS and RAP development. This tag aims all question related to configuration of ADT, developing ABAP programming objects with ADT and developer techniques within ADT

ABAP Development Tools (ADT) is programming toolset distributed like Eclipse plugin and freely provided by SAP for downloading.

Key Features

  • Highly flexible, customizable Eclipse UI for ABAP development tools
  • High-performance, failover-safe online development in several ABAP systems simultaneously
  • Display and edit functionality for multiple ABAP objects in parallel Advanced and efficient source code editing including refactoring support
  • Fast search and navigation capabilities
  • Cross-system version management
  • Ideal support of task-oriented and test-driven development
  • Built-in extensibility of the IDE through the established Eclipse plug-in technology
  • Powerful SDK for building and integrating custom ABAP development and testing tools

Typical scenarios for ADT: creating, editing, testing, debugging, and profiling development objects

Prerequisites for using ADT:

721 Kernel version
SAP NetWeaver 7.31 SP04 for ABAP back-end.

Configuration guide: https://help.sap.com/doc/2e65ad9a26c84878b1413009f8ac07c3/201909.001/en-US/config_guide_system_backend_abap_development_tools.pdf

Development guide: https://help.sap.com/doc/saphelp_nw75/7.5.5/en-US/4e/c0ca886e391014adc9fffe4e204223/frameset.htm

29 questions
0
votes
1 answer

Eclipse ADT SAP system connection source

when I create a new ABAP project in Eclipse ADT, Eclipse showing a popup with all known SAP system connections. Can anyone tell me from which source Eclipse ADT retrieves these connection information?
Steve Murdock
  • 709
  • 1
  • 10
  • 20
0
votes
0 answers

How to get eclipse console output into a txt file in abap

i need to create a json file for the variable lv_json in eclipse-adt lv_json = {"CUSTOMER_ID":"0000010001","CUSTOMER":"IDADMIN","ADDRESS":"Chennai"} {"CUSTOMER_ID":"0000010004","CUSTOMER":"IDADMIN","ADDRESS":"Bangalore"} i am using the…
0
votes
0 answers

How to save the output of Eclipse in a different file in every run for sap abap

i have a run a program and i got some output on the console as {"CUSTOMER_ID":"0000010001","CUSTOMER":"IDADMIN","ADDRESS":"Chennai"} {"CUSTOMER_ID":"0000010004","CUSTOMER":"IDADMIN","ADDRESS":"Bangalore"} now i need to save the output of Eclipse in…
0
votes
0 answers

create a text file for json output in abap-adt (sap btp)

In abap-adt I have serialized a data and the output is in json printed on console. {"S_ID":"10001","STUDENT":"IDADMIN","ADDRESS":"Chennai"} {"S_ID":"10004","STUDENT":"IDADMIN","ADDRESS":"Bangalore"} Now I need to save/convert the Json data into…
revanth
  • 1
  • 4
0
votes
1 answer

convert JSON to CSV in abap

I need to the following JSON to csv in abap adt. data(rep) = { "name": "John", "age": "22", "gender": "male", } { "name": "ram", "age": "21", "gender": "male", } { …
revanth
  • 1
  • 4
0
votes
0 answers

How to send custom message to abap program by using Groovy

I am new to groovy. In groovy I need to send an acknowledgement message(successful) to another program (abap program).
0
votes
0 answers

ABAP communication layer is not configured properly Error while installing ADT in Eclipse

I am trying to install ADT in eclipse. followed the steps exactly present in the below link https://developers.sap.com/tutorials/abap-install-adt.html. However getting the below error each time. Please help. Note: Installed eclipse from…
rs9
  • 127
  • 1
  • 6
  • 23
0
votes
0 answers

Eclipse: Where are the templates stored?

I am using Eclipse in combination with the ABAP Development Tools (ADT) as main plugin for SAP-development. Now I created some additional templates (View: Templates) and I just want to know where they are stored as I lost some of the templates and I…
Jens
  • 1
0
votes
1 answer

Custom ABAP Code Folding in ABAP for Eclipse

I'm trying to find out if Code Folding in Eclipse is possible. (I dont mean the automated Folding for Source Code by the way) Is there something like the equivalent in Visual Studio? #region Region1 'Sample Code #endregion Would love to hear…
0
votes
1 answer

Can't connect to remote SAP system (hostname unknown) in ADT

Using Eclipse 2019-09 with the latest compatible ABAP Development Tools (ADT) I am unable to connect to the remote SAP server when opening a new ABAP project. I double checked the server IP, system name and instance ID. When trying to connect there…
koks der drache
  • 1,398
  • 1
  • 16
  • 33
0
votes
1 answer

Eclipse with ABAP extension - SAP Gui Menu not closable

Just want to try out the ABAP Tools for Eclipse and start with developing cds-views through Eclipse. The main problem is that after opening the SAP-GUI menu as in the screenshot, the menu is not closable anymore. Problem occurs with version 2019-03…
Backes
  • 1
0
votes
2 answers

Request cannot be routed while deploying to SAPUI5 ABAP Repository

When I try to deploy an application from WEBIDE to an internal System, it is throwing an error: "Request cannot be routed. The server has not found any Matching resource /sap/bc/adt/discovery". The service /sap/bc/adt is active in SICF, cloud…
Umar Abdullah
  • 1,282
  • 1
  • 19
  • 37
0
votes
0 answers

ABAP Eclipse Oxygen: Where Used Queries Don't Work

I'm trying to perform a Where Used Query for a method of a class. It doesn't work. First, the query runs for minutes. Then finally it responds with an error that Where-used is not supported "for this object", which doesn't make sense for a class…
Hugo
  • 1
  • 1
1
2