Skip to content
Advertisement

Create internal table with column names and values from another tables column data in ABAP [closed]

I have a table which have fields like fieldname and fieldvalue. I am trying to turn this table into another format.

For example, I have below table with fields and values:

I want to create a internal table with the following column names and values like this:

How can I do this?

Advertisement

Answer

You can use conditional aggregation:

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement