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

structures rv13a

Former Member
0 Likes
1,104

hi all..

in the strcture rv13a(and the field is vakey1),i cnnot find any link with the tables that i have in the report,tables are vbak ,

vbap ,

konv ,

cdhdr,

cdpos.

So how can i link and fetch the fields from the structure rv13a.

Also.i have a table komv and the fields that i want to dispaly in output is kpein.

kindly let me know how can i

2 REPLIES 2
Read only

Former Member
0 Likes
725

Hi,

You may not be able to get a correct mapping of VAKEY's to any field.Basically these fields will for linking two or more tables(data may be concatenated as a link). I remember working on rebates and this was a concatenation of SO and ITEM no. So base on application you need to analyze and find the link to the tables....

Hope this helps you

Raj

Read only

Former Member
0 Likes
725

Hi,

Follow this process

1. Use SQVI transaction,
2. Create a View
3. Enter title,
4. Choose the Data source as Table Join
5. Now use Insert table option.
6. And insert the tables which you want. It will propose the relation between them.

Thanks