internal-tables

How to transpose an internal table rows into columns?

只谈情不闲聊 提交于 2021-01-03 07:02:00
问题 I want to transpose my internal table rows into column and i want to fix the first column,i am trying to do it with the following code but i am not getting the expected result....it is not converting all the rows into columns *Types Declaration Types: BEGIN OF ty_t001w, ekorg TYPE t001w-ekorg, werks TYPE t001w-werks, name1 TYPE t001w-name1, END OF ty_t001w. **Field Symbols Declaration FIELD-SYMBOLS: <fs1> TYPE any, <fs2> TYPE any. **Internal table and work area declaration DATA: it1_col_row

How to transpose an internal table rows into columns?

给你一囗甜甜゛ 提交于 2021-01-03 06:57:31
问题 I want to transpose my internal table rows into column and i want to fix the first column,i am trying to do it with the following code but i am not getting the expected result....it is not converting all the rows into columns *Types Declaration Types: BEGIN OF ty_t001w, ekorg TYPE t001w-ekorg, werks TYPE t001w-werks, name1 TYPE t001w-name1, END OF ty_t001w. **Field Symbols Declaration FIELD-SYMBOLS: <fs1> TYPE any, <fs2> TYPE any. **Internal table and work area declaration DATA: it1_col_row

How to transpose an internal table rows into columns?

99封情书 提交于 2021-01-03 06:57:05
问题 I want to transpose my internal table rows into column and i want to fix the first column,i am trying to do it with the following code but i am not getting the expected result....it is not converting all the rows into columns *Types Declaration Types: BEGIN OF ty_t001w, ekorg TYPE t001w-ekorg, werks TYPE t001w-werks, name1 TYPE t001w-name1, END OF ty_t001w. **Field Symbols Declaration FIELD-SYMBOLS: <fs1> TYPE any, <fs2> TYPE any. **Internal table and work area declaration DATA: it1_col_row