Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Type

former_member204025
Participant
0 Likes
493

Hi all,

I'm creating a table type in SE11 in order to use it like an internal table in my function (IMPORT tab). Also, I created a structure on SE11 with the fields that Ineed to use in my Table Type..

When i try to insert a work area :

INSERT into ztabla_vuelos values st_vuelos.

It says that st_vuelos is not long enough, what I did after this message is add the field MANDT in the work area in SE11, and it worked, it was ok what I have done? Or there is another way to fix it? -ztabla_vuelos, is a normal table with all the fields plus mandt field.-

Thanks!

Gaby

1 ACCEPTED SOLUTION
Read only

former_member404244
Active Contributor
0 Likes
458

Hi,

yes this is fine.

Regards,

Nagaraj

2 REPLIES 2
Read only

former_member404244
Active Contributor
0 Likes
459

Hi,

yes this is fine.

Regards,

Nagaraj

Read only

0 Likes
458

Thank you very much Nagaraj!