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

Buffering for database view

Former Member
0 Likes
1,560

Hi experts,

I want to create a database view for these 3 tables: Vbak, Vbap and Vbpa.

I try to set up buffering on (Goto --> Technical Settings) for this view but it said that my view cannot be buffered.

I found that field PARVW in Vbpa is a key field and it is not in join condition. May be this is the reason why my view can not be buffered. Below is my join condition:

VBAP-MANDT = VBAK-MANDT
VBAP-MANDT = VBPA-MANDT
VBAP-VBELN = VBAK-VBELN
VBAP-VBELN = VBPA-VBELN
VBAP-POSNR = VBPA-POSNR

Please help.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
862

Different question, why do want to switch on buffering for sales documents at all? Buffering is recommended for tables where the number of rows is rather small and where the contents rarely change, and sales documents are normally just the opposite.

Thomas

5 REPLIES 5
Read only

Former Member
0 Likes
862

Hi,

I have tried with ur join condition...i am able to create buffering...

please check ur end or delete and create newly.

Regards,

Ramesh.

Read only

0 Likes
862

Hi Ramesh,

I'm creating in ECC6 and can not turn buffer on.

Thanks,

Khanh

Read only

ThomasZloch
Active Contributor
0 Likes
863

Different question, why do want to switch on buffering for sales documents at all? Buffering is recommended for tables where the number of rows is rather small and where the contents rarely change, and sales documents are normally just the opposite.

Thomas

Read only

0 Likes
862

Hi Thomas,

You are right. I should not create a view which enable buffering like that.

Thanks,

Khanh