You use this method to add an internal table to the link server.
CALL METHOD link_server->add_table_item
EXPORTING item_name = item_name
item_title = item_title
column_count = column_count
line_count = line_count
table_url = table_url
no_flush = no_flush
IMPORTING error = error
retcode = retcode.
Description of parameters
Parameter |
Optional |
Description |
item_name |
The name of the internal table in the ABAP program | |
item_title |
X |
Describes the table |
table_url |
The location of an internal table when it has been downloaded from the presentation server (location created for example using the function module ‘DP_CREATE_URL_FROM_TABLE’) | |
column_count |
X |
Number of columns |
line_count |
X |
Number of lines |

You must download the contents of the internal table form the presentation server. Use a function module to maintain data in the data provider. The URL address is then transferred to the link server.