‎2008 Dec 16 8:06 AM
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
‎2008 Dec 16 8:20 AM
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
‎2008 Dec 16 8:39 AM
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