cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass internal table between views

Former Member
0 Kudos

Hello Experts,

How to pass an internal table between views? I have followed some steps but its showing an error.

i have created a table type of ZTTYPE_VBAP and line type VBAP.

I have declared in component controllers attribute LT_VBAP of associated type ZTTYPE_VBAP .

But when i am using this in my method in component controller its not taking.

Accepted Solutions (0)

Answers (1)

Answers (1)

sahai
Contributor
0 Kudos

Hello Experts,

>

> How to pass an internal table between views? I have followed some steps but its showing an error.

>

> i have created a table type of ZTTYPE_VBAP and line type VBAP.

> I have declared in component controllers attribute LT_VBAP of associated type ZTTYPE_VBAP .

> But when i am using this in my method in component controller its not taking.

you will have to declare a node with the attributes in the context tab of component controller. by doing this you will make this node a global one in your entire application . now copy the value you have in the internal table of yours in this node.

after doing so you can read this node anywhere in the program and you can retrieve the values.

regards,

sahai.s