Skip to Content
0
Former Member
Dec 09, 2008 at 06:31 AM

What are all loded when a webdynpro application is started

20 Views

Hi all,

I want to know what are all the classes loded when an application is started.

I have a webdynpro applcation and 2 componenets in it.The first component is the Main componnet.

It is havig a single view with a hyperlink to start the second componnet.

In the second component i am adding records to the backend.

It is having 2 views.On click of exit in the second view it will navigate to first view and we can perform add again.

The problem here is If the no-of records before adding is 5 and if i added 2 then the total is not getting reflected through webdynpro-java but in SAP it is getting updated as 7.

Means i added a record through the secong view of the component and i came back to the first view.IN sap it is shoeing 5(old)+1(new) reocrd.Now if i want to add one more it is still showing 5 instead of 6 eventhough i am executing the function module every time and invalidating input and outpput nodes before performing add operation.

There might me some problem in handling of function module in webdynpro-java

Regards

ChandraSekhar

Edited by: chandrashekar chandrashekar on Dec 9, 2008 7:32 AM