Code Monkey home page Code Monkey logo

Comments (4)

schneidermic0 avatar schneidermic0 commented on June 2, 2024

Thanks, for the proposal. I am struggling whether we really should go this way for the following reasons:

  1. This one file might become huge, doesn't it? This is most probably a matter of taste.
  2. gCTS also supports the transport of LIMU objects. This means, we will end up having multiple open transport objects containing LIMU objects for the same R3TR object. If one transport request is released only the changed parts in the particular transport request may be serialized to this one file. Changes related to the open transport request must remain unchanged in the repository. Technically, there are possibilities to implement this. We gained some experience in the area of classes. But, if we can, I would like to avoid this additional complexity whenever we can

from abap-file-formats.

larshp avatar larshp commented on June 2, 2024

scoping & conventions over exceptions

from abap-file-formats.

larshp avatar larshp commented on June 2, 2024

Lets take an example PROG ZFOOBAR, serializing each LIMU could give the following files(?)

  • zfoobar.prog.zfoobar.rept.json
  • zfoobar.prog.zfoobar.cuad.json
  • zfoobar.prog.rezfoobar.docu.json
  • zfoobar.prog.2000.dynp.json
  • zfoobar.prog.json
  • zfoobar.prog.abap (this is the REPS)

Serializing all JSON into single file would give

  • zfoobar.prog.json
  • zfoobar.prog.abap

from abap-file-formats.

xtough avatar xtough commented on June 2, 2024

Putting all the ABAP code into one *.abap file is trivial for reports but already cumbersome for classes for the reasons @schneidermic0 mentioned (like mapping LIMU METH changes to the one implementations include...)
What I did not get was if @larshp is advocating one or many json files per PROG above. I understood the initial comment more in the latter sense (json files per rept, cuad, docu, dynp, etc.), which I would also be in favor of.

from abap-file-formats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.