Can I Transfer Whole Tables as Page Attributes?

Use

You can also transfer internal tables from one page to another. You can find an example in BSP application IT00 on page transition_parameter.htm.

Note the restrictions regarding the length of the URL during the redirect, since the whole table is transferred as a URL parameter. You can solve this in two ways:

  1. Use server-side cookies, because the tables are not sent to the browser in this case

    or

  2. Use navigation->use_auto_submit_form( ). This forwards the parameters in the body of a form. The request is executed using POSTand not using GET.

There are no longer any restrictions with respect to the length or number of parameters.