Code Monkey home page Code Monkey logo

Comments (6)

Kyrodan avatar Kyrodan commented on September 15, 2024

By implementing this item you now have a dependency to WebDynpro for type wdr_simple_name_value_list (which is not installed on every system). And I don't understand why you use this type and not your own key-value-store?

from zjson.

se38 avatar se38 commented on September 15, 2024

Hi Daniel,

the main reason was, that I don't want to populate internal data definitions to the outside. The developer should only work with SAP standard structures.

Are there really systems without the Webdynpro framework? Do you have an example?

Uwe

from zjson.

Kyrodan avatar Kyrodan commented on September 15, 2024

Hi Uwe,

I don't know whether they exist in production environments. But our policy of our core product forbids this dependency and therefore it is not installed on our core development system. So I have to eliminate this dependency or just use and older version of zJSON.

from zjson.

se38 avatar se38 commented on September 15, 2024

If I understand you correctly you are not allowed to use SAP standard DDIC structures in your system?

To clarify the reason, why I did it this way:
I've got a second project (Neo4a), which uses zJSON internally. I don't want the developer to see any parts of zJSON outside of Neo4a -> the developer shouldn't know that zJSON is installed. (Probably this is also not allowed in your system, because there is a dependency between zJSON and Neo4a). That's why I've used a component, which should be already pre-installed on every SAP system.

If you see it really as a no-go I'm able to change the code (zJSON + Neo4a). But currently I'm not seeing really a reason to do so.

from zjson.

Kyrodan avatar Kyrodan commented on September 15, 2024

My explanation was misleading:

  • I am allowed to use SAP standard DDIC structures
  • I saw that wdr_simple_name_value_list is a WebDynpro component and my colleague just stated "It's not installed on our development system" - so i thought it is a structure from any Add-On package

I just investigated it on my own and it seems that it is indeed a structure of SAP basis, which is not present on our development system. This system is on release 700 (which is our minimum requirement to support systems back to this release). The structure is present in our 731-systems.

from zjson.

se38 avatar se38 commented on September 15, 2024

Now that's indeed a reason. I'll create a new issue here on Github.

Maybe I'll find another key/value table which is present also on a 7.00 systems. (or can you search for one, I don't have a 7.00 system at hand right now). If we can't find one, I'll use the zJSON table [but under protest ;-) ]

from zjson.

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.