cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hi Experts, How to convert Field Symbol to Internal table ( GUI_Download)

Accepted Solutions (0)

Answers (1)

Answers (1)

aoyang
Contributor

Just replace the type of <FS> from "ANY TABLE" to "STANDARD TABLE". I reproduced the error with your code and this fixed the issue.

If it did not resolve the issue, please show me your code again.

Sandra_Rossi
Active Contributor
0 Likes

Does it work with all kinds of table columns, especially numbers like DEC/QUAN/CURR, INT4, and so on?

aoyang
Contributor

sandra.rossi Yes it does. Tested with table like VBAK/VBAP/BSEG which contain numerical fields and the data was successfully downloaded.

0 Likes

We need to take table dynamically that is the reson of using Field-symbol

aoyang
Contributor
0 Likes

cmkr17 You still have to use field-symbol. All you need to do is to change ANY TABLE to STANDARD TABLE of that field-symbol <FS>.