cancel
Showing results for 
Search instead for 
Did you mean: 

how to refresh the current page when retrieving data from database

Former Member
0 Kudos

hi all

in my application i want to navigate from different tables to different forms. The data in the table and in the forms is comming fromthe database. when i select a navigation link to database of a form it is connecting to database. so im manually refreshing the refresh button of I.E. which is big headache. so is there any way to refresh my current table or form dynamically at run time to retrieve from database

Thanks and regards

khaja

Accepted Solutions (0)

Answers (2)

Answers (2)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

Refreshing a connection to Database means re establishing your connection each time.It will be load for the DB to load the data every time generally not advisable to do.

Inorder to get the value from the DB you have load the driver and connect it using fireplug with the view for navigations.

for the same refer this link.

http://help.sap.com/saphelp_erp2004/helpdata/en/51/2c747ecd037842943bdb38be214719/frameset.htm

Hope it helps.

Rdgs,

Guru

Former Member
0 Kudos

Hi,

I don't understand why do we need to refresh the page !!

While navigating from one view to another view you can always write the code for getting the results from database in the "Inboundplug" of each view.

Regards, Anilkumar