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

buffers in bdc program

Former Member
0 Likes
907

Hi,

I had created a bdc which is working fine and i want to know the code which i had developed conatains the statment of clearing the bufffer . I come to know that the data which i am uploading through the BDC Program stores the data in buffer and i had confusion that after uploading it is still there on the server which might lead to the slow down of the PRD server. Is there any tcode which used to check the data stored in buffers?

6 REPLIES 6
Read only

Former Member
0 Likes
798

Hi,

Generally the values or the data gets sotored in standard table u can view the buffered data in

Icon 'Customized Local Layout' or ALT+F12 shortcut>Options>Local Data.

hope this helps !!!

thanks

ravi aswani

Read only

0 Likes
798

hi,

i had checked as u had said the following data is available:-

History : On

Expiration : 3 Months

Maximum Permited File Size: 10 Mb

Maximum Number of entires: 20

Maximum Cache Size: 10 MB

Maximum Cache File Size: 1000 kb

If set some changes in it does it going to store the for that duration of time and moreover does it going to effect on the program?

Read only

Former Member
0 Likes
798

Hi,

any changes made shall remain in the system, and the log entries will be maintained as per the changes made..

thanks

ravi

Read only

0 Likes
798

plese clear my doubt that if i had uploaded the data in PRD Server and it had been done sucessfully. but is it going to be present in the buffer also? if it is present then how to remove it or is there any tcode which is used to display the data in buffers ?

Read only

0 Likes
798

No, it would not be present... once the program executes successfully or terminates the buffer gets cleared... so need not worry about the buffer contents...

Read only

0 Likes
798

r u sure about it as i am not using statement for it .