cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass Internla table with Submit program statement without Import export

View Entire Topic

Hey all,

I know it's pretty late to answer this question but here's how I'm doing it.

We can declare a parameter with the same table type we intend to transfer to submit program.

For example, PARAMETERS : p_data TYPE string_table NO-DISPLAY.

Don't forget to mention NO-DISPLAY otherwise, we would get an error saying 'deep structure type cannot be displayed'.

Thanks

Ramya Kothamasu