Hi,
I am writing xsjs program for download in excel format, So I wanted to get label from resultset metadata but I'm not getting it.
Actuality, have taken a reference of the given url, in that instead of table I'm using model even I tried with table also but no luck:
getting output as below:
Label: MATNR
Name: MATNR
In the above example, My expectation is that, Label must come as "Material Number" but it's coming as Name.
Would you please help me if I'm missing anything.
Thanks,
Shambhu Nath
Request clarification before answering.
Perhaps label was the wrong thing to call this part of the return metadata. I looked in the source code of that return and it actually fetches the Column Display Name not the Comment column that people would more generally refer to the label or short text of a column.

The comments column is not part of the columns metadata collection. If you need it, you would have to read it separately from TABLE_COLUMNS/VIEW_COLUMNS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.