Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Semantic analysis of ABAP code

former_member720589
Discoverer

Is there anything similar to code2vec or cuBERT for ABAP? I would like to analyse the semantics of ABAP Source code with machine learning techniques and I'm curious if there are any projects in this direction.

Do you have any recommendations where I could find a large amount of well written and commented abap code for the dataset?

Are there any similar projects for extracting labels or keywords from abap source code?

1 REPLY 1

FredericGirod
Active Contributor
0 Kudos

I am not sure you will find a place for well written ABAP 🙂

For your machine learning, you will need also to give the objective of the code. I am not sure you will have a good answer of the system at the end. Because ABAP have strick statement rules.

Maybe analyse at method level could be interesting, if code follow Clean Code