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

regarding techanical attributes in the data base tables

Former Member
0 Likes
639

hi gurus,

cud u plz let me know what will happen if i select buffering not allowed and in buffering type i selected single record buffering,,is it going to work...thnx in advance......pl;z reply in your words dont copy and paste it form sap library........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
613

These are the Technical Settings of database table and not Technical Attributes.

<b>Technical Attributes implies, DATATYPE, SIZE etc....</b>

<b>Buffering status</b>

Definition

The buffering status specifies whether or not a table may be buffered.

This depends on how the table is used, for example on the expected

volume of data in the table or on the type of access to a table. (mainly

read or mainly write access to the table. In the latter case, for

example, one would not select buffering).

You should therefore select

- Buffering not allowed if a table may not be buffered.

- Buffering allowed but not activated if buffering is

principally allowed for a table, but at the moment no buffering

should be active. The

buffering type specified in this case is only

a suggestion.

- Buffering allowed if the table should be buffered. In this

case a buffering type

must be specified.

Regards,

Pavan

hi gurus,

cud u plz let me know what will happen if i select buffering not allowed and in buffering type i selected single record buffering,,is it going to work...thnx in advance......pl;z reply in your words dont copy and paste it form sap library........

4 REPLIES 4
Read only

Former Member
0 Likes
613

No, If Buffering Not allowed is switch on then any buffering type doesn't work.

Read only

Former Member
0 Likes
613

Hi

if you selected the option

<b>buffering not allowed</b>

then there is no use of the below Options of different buffering types.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
614

These are the Technical Settings of database table and not Technical Attributes.

<b>Technical Attributes implies, DATATYPE, SIZE etc....</b>

<b>Buffering status</b>

Definition

The buffering status specifies whether or not a table may be buffered.

This depends on how the table is used, for example on the expected

volume of data in the table or on the type of access to a table. (mainly

read or mainly write access to the table. In the latter case, for

example, one would not select buffering).

You should therefore select

- Buffering not allowed if a table may not be buffered.

- Buffering allowed but not activated if buffering is

principally allowed for a table, but at the moment no buffering

should be active. The

buffering type specified in this case is only

a suggestion.

- Buffering allowed if the table should be buffered. In this

case a buffering type

must be specified.

Regards,

Pavan

Read only

Former Member
0 Likes
613

if u select the buffering not allowed then its not necessary to select the single record buffering.