cancel
Showing results for 
Search instead for 
Did you mean: 

How to reset the ModelNode?

Former Member
0 Kudos

Hi Friends,

In my Application i have an issue concerned to resetting the Model Node.

I have got the Resultant Table that shows the Updated report of the actions performed from R/3.

So whenever i execute the function Module a report is generated in the form of a table.

Now when i go back and perform the same operation its working fine,but the resultant table is not getting updated.

Functionality wise its working fine but i am unable to refresh the report table.

How is this possible?

I have tried Invalidate method also but its not working.

Please help me out.

Thanks and regards,

Chandrashekar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

1)u have to reimport the model and restart the J2ee engine.

2)Then u can run the application

Thanks

Hazrath

Former Member
0 Kudos

Hello Hazrath,

Let me explain in detail.

My Node name is T_Table.

In this node i have 3 Attributes Value1,Value2 ,Message.

When i execute the function module,if its successful then i get this table with the above 3 attributes being displayed.

Now when i go back to the previous screen and perform the same operation Value1,Value2 are getting updated in the Table but the Message is showing with the previous values.

When i look back into the R/3 the execution process is working fine except for the display of this Table.

How can this be possible?

Regards,

Chandrashekar.