Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kronos API module, support ABAP inline SQLs, ABAP starter template #602

Merged
merged 19 commits into from
Jun 26, 2024

Conversation

iliyan-velichkov
Copy link
Contributor

@iliyan-velichkov iliyan-velichkov commented Jun 19, 2024

  • Kronos JS API for default datasource initialization (support for inline SQL)
import { DatabaseInitializer } from "sdk/abap/database";
DatabaseInitializer.initDefaultDataSource();
  • Kronos ABAP API. Usage in ABAP:
zcl_codbex_http_response=>println(
      EXPORTING
        message_in = 'Hello world!' ).
  • support ABAP inline SQLs - check sample app here
  • ABAP starter template which can be used to create ABAP project in a few steps
  1. image
  2. image
  3. image
  4. image
  5. image

@iliyan-velichkov iliyan-velichkov self-assigned this Jun 19, 2024
@iliyan-velichkov iliyan-velichkov marked this pull request as draft June 19, 2024 13:12
@iliyan-velichkov iliyan-velichkov changed the title ABAP API module Kronos ABAP API module, ABAP starter template, support ABAP inline SQLs Jun 24, 2024
@iliyan-velichkov iliyan-velichkov changed the title Kronos ABAP API module, ABAP starter template, support ABAP inline SQLs Kronos API module, support ABAP inline SQLs, ABAP starter template Jun 24, 2024
@iliyan-velichkov iliyan-velichkov marked this pull request as ready for review June 24, 2024 13:23
@iliyan-velichkov
Copy link
Contributor Author

iliyan-velichkov commented Jun 24, 2024

@delchev @ThuF @vmutafov the PR is for review

Copy link
Contributor

@delchev delchev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@iliyan-velichkov iliyan-velichkov merged commit e63f2eb into main Jun 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants