Application Development 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: 

Any way to create global internal table

nandishm
Participant
0 Kudos

Hi....

  In my project there is one requirement, to fulfil that I need to create one global internal table, is there any way to create global internal table, so that it

can be available to another userexits.

7 REPLIES 7

venuarun
Active Participant
0 Kudos

Hi Nandish.

Just declare your internal table in the top include of your user exit.

Regards

Arun VS

0 Kudos

thanks arun ......

its worked

venuarun
Active Participant
0 Kudos

Hi Nandish,

Please close the thread .

Regards

Arun VS

Former Member
0 Kudos

Dear

Follow this


Regards

Former Member
0 Kudos

Hi Nandish,

Use Export Import statement to pass internal table value.

Regards,

Satyen Trivedi

nikolayevstigneev
Contributor
0 Kudos

Hi, Nandish!

The process is described here.

If you name the place of code you're trying to insert you description in, I think, the community will help you to choose the right place.

former_member202818
Active Contributor
0 Kudos

Hi Nandish,

You can try IMPORT & EXPORT.

In this way you can have an internal table from one program to any other program calling in the same session.

Regards

Sreekanth