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

Sandra_Rossi
Active Contributor
0 Kudos

Be careful, you posted twice. What is fun is that the right answer was posted by rajesh.nair4, but only as a comment, and obtained 6 likes (more than total upvotes of all answers)

0 Kudos

Hi Sandra, me posting the answer twice here is a technical glitch. I shared the answer here so that it would be helpful to someone else.