-
Notifications
You must be signed in to change notification settings - Fork 16
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
Using ajson in BTP/Cloud ABAP #184
Comments
I didn't use it in BTP. @larshp does abaplint have a possibility to check it? (P.S. I tried to configure double platform check last year but didn't manage to do it) |
easiest is to install https://github.com/marketplace/abaplint and then there is an example in https://github.com/abap2xlsx/abap2xlsx also note that the marketplace abaplint works better with pull requests from forks |
I'm back with some generally positive news. We have a Public Cloud system and I've been able to pull the current ajson via the Eclipse plug-in. At some stage I will try to do the same in a BTP instance. Three things were flagged:
Problem is what (not) to do to maintain compatibility. Probably I'll convert to using ref# as it's "easy" and create a Class equivalent of ZAJSON_PERF_TEST. Less enthusiastic about tinkering with the regex code - at least not until I've read up and have some data I can use to test. Happy to contribute these back but are we potentially in a situation where there will need to be traditional vs cloud branches? My main mission now is reworking the interface which uses the ajson Classes. |
IMHO, the best approach is a "latest" version that works with the most recent ABAP release (and BTP if that's a target) while trying to support as many older releases as possible (something like 740 SP 8 or higher). To support older releases, create a separate repo that clones "latest" and automatically downport using abaplint. You could do this with branches but the CI setup becomes more complex. |
I agree with Marc regarding the compatibility. |
A query at this stage - but it may become an issue.
Has anyone attempted to use ajson in the context of BTP? We're planning a shift to Public Cloud so no lift and shift of code. I suppose it all starts with getting BTP to talk to github - possibly via an Eclipse plug-in.
Any advice or experiences which can be shared, please?
The text was updated successfully, but these errors were encountered: