Show TOC Start of Content Area

Background documentation Can I transfer whole tables as page attributes?  Locate the document in its SAP Library structure

Answer

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:

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

or

      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.

 

 

End of Content Area