‎2009 Mar 12 1:45 PM
Hi,
I want to create a custom table ZVBFA which would be a copy of VBFA so it will not pull in the line item data which VBFA does. I need it to only link the header documents in my query. Is it possible to do it?
‎2009 Mar 12 1:52 PM
HI,
Two things.
1. When u create a copy of table only structure will be copied. U may have to write code to copy the data.
2. Even if u copy the initial data, how can u update ur ztable with day to day transactions???
Thanks,
Vinod.
‎2009 Mar 12 1:52 PM
HI,
Two things.
1. When u create a copy of table only structure will be copied. U may have to write code to copy the data.
2. Even if u copy the initial data, how can u update ur ztable with day to day transactions???
Thanks,
Vinod.
‎2009 Mar 12 1:54 PM
That would be a question I need to ask you.
Is it possible to update? I am not a developer but I want to know the options.
‎2009 Mar 12 1:58 PM
The view seems a more reasonable answer.
How do I do it. I need the steps. I am trying to create a simple query instead of a full blown report using sq01.
Is it possible.
‎2009 Mar 12 2:03 PM
Hi,
I dont think creating copy table is the feasible option here. Instead of that u can think of the option of
creation of INDEX.
In 4.6C INDEX is not possible since VBFA is cluster table.
If u r in 4.7/above u can create in INDEX since its a transparent table.
Thanks,
Vinod.
‎2009 Mar 12 7:09 PM
‎2009 Mar 12 7:14 PM
I think, for creating a query, best option will be, creating a view with the required data, and query on it. Not sure creting an index will really help you or not.
Kuntal
‎2009 Mar 12 7:32 PM
‎2009 Mar 12 7:34 PM
‎2009 Mar 12 7:37 PM
[Creating a Database View|http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ed06446011d189700000e8322d00/content.htm]
[With screen shots>>>|http://my.safaribooksonline.com/0201703661/ch11]
‎2009 Mar 12 1:53 PM
you can create a database view with under lying table as VBFA and give a selection condition as your requirement
‎2009 Mar 12 7:42 PM
But VBFA is the sales document flow table. It has neither line item nor header data.
Rob