Skip to content

Commit

Permalink
sapgui support, client and language in configuration
Browse files Browse the repository at this point in the history
sapgui

format

execute prog,func,clas

categories in 7.52

fixes, unsupported objects

login client and password

more robust execute

better sapgui support
  • Loading branch information
marcellourbani committed Jan 19, 2019
1 parent d9623a5 commit dfbe9ef
Show file tree
Hide file tree
Showing 17 changed files with 1,081 additions and 721 deletions.
35 changes: 32 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,36 @@
# Change Log

All notable changes to the "vscode-abap-remote-fs" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
Format based on [Keep a Changelog](http://keepachangelog.com/)

## [0.3.2]

### Added

- run programs, functions and classes in SAPGUI
- language and client login options

### Fixed

- object type names in 7.52
- no exception for unsupported objects in 7.52
- previous changelog entries

## [0.3.2] - 2018-12-18

### Fixed

- fixed infinite loop on 7.52 systems (#20)

## [0.3.1] - 2018-12-11

### Added

- partial abaplint support (not working for function modules)

## [0.3.0] - 2018-12-10

### Added

## [Unreleased]
- Initial release
- Initial release to vscode marketplace
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This extension allows editing and activation of ABAP code on your server directly in Visual studio code, including transport assignment and creation (if your system supports it).

# new in 0.3.2

- SAPGUI integration: in classes, programs and function modules F5 will now open the relevant transaction in SAPGUI _NOTE:_ client is required for SAPGUI support, other parameters might be needed too
- client and language support in configuration

**Unless your system is very modern (7.51 or later I think), write support will require you to install [this plugin](https://github.com/marcellourbani/abapfs_extensions)** in your dev server to enable. Browsing works even without it

**THIS SOFTWARE IS IN BETA TEST, USE AT YOUR OWN RISK**
Expand Down Expand Up @@ -53,7 +58,9 @@ You will need connection details in your settings:
"NPL": {
"url": "https://vhcalnplci.bti.local:8000",
"username": "developer",
"password": "secret"
"password": "secret",
"client": "001",
"language": "EN"
}
}
}
Expand Down
Loading

0 comments on commit dfbe9ef

Please sign in to comment.