Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 7790

SAP UI5 Cross Table

$
0
0

Hi,

i am facing a problem with a SAP UI5 Cross Table.

 

What my json looks like:

 

 

{

    "d": {

        "results": [{

            "__metadata": {

                "uri": "http://....(Organisationseinheit='1a',Prozess='AD')",

                "type": "Z_D029M_90_SRV.org_zu_planproz"

            },

            "Organisationseinheit": "1a",

            "Prozess": "AD",

            "Planbarkeit": 1

        }, {

            "__metadata": {

                "uri": "http://...(Organisationseinheit='1a',Prozess='CB')",

                "type": "Z_D029M_90_SRV.org_zu_planproz"

            },

            "Organisationseinheit": "1a",

            "Prozess": "CB",

            "Planbarkeit": 1

        },  {

            "__metadata": {

                "uri": "http://...(Organisationseinheit='1b',Prozess='AD')",

                "type": "Z_D029M_90_SRV.org_zu_planproz"

            },

            "Organisationseinheit": "1b",

            "Prozess": "AD",

            "Planbarkeit": 1

        },

        }]

    }

}

 

 

 

What i would like to have is a table, with "Organisationseinheit" x "Prozess"

OrganisationseinheitADBBCB
1a11
1b11

 

There is a variable amount of values for both; "Organisationseinheit" and "Process".

 

 

Does anyone know a solution for this problem?

 

Thanks a lot

 

Glen


Viewing all articles
Browse latest Browse all 7790

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>