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

RV45A

Former Member
0 Likes
867

Hi,

I have to select txt_vtrber from structure RV45A.

I used an internal table and type it to the strucure to access the structure and read from it,

but i dont know which key should i use?

can you help me on these one?

or is there a better a way, im not familiar with this structure table.

thanks!

Hi,

I have to select txt_vtrber from structure RV45A.

I used an internal table and type it to the strucure to access the structure and read from it,

but i dont know which key should i use?

can you help me on these one?

or is there a better a way, im not familiar with this structure table.

thanks!

3 REPLIES 3
Read only

Former Member
0 Likes
771

Hello,

RV45A is just a structure. How do u plan to select from this structre. Coz it doesnt hold any data.

And there is no primary key associated with it. So based on indexing data will ahev to be fetched from the table type that supports this structure.

Regards,

Mansi.

Read only

0 Likes
771

i see.

i can't use any key then.

i have to rertieve a specific txt_vtrber given a vbeln ( which is lfnkd in the structure ).

is that correct?

Read only

Former Member
0 Likes
771

use index instead