cancel
Showing results for 
Search instead for 
Did you mean: 

Auto fill

Former Member
0 Kudos

Hello everybody!

I need to fill a Table automatically when my View is openned...

My first idea was use the "wdDoInit" method, but it is called only in the initialization of the context. In other words, when the data was changed in the database, it didn't show the new entrys.

My solution was to use the "wdDoModifyView" method. It works, but I'm not confortable with this. It calls the Module function on every event of my view, because this method is called before every view rendering.

Is there any other solution?

Tks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The solution was "under my nose" ( brazilian expression )....

The method provides the "firstTime" parameter that solve my problem!

Thanks by attention

Former Member
0 Kudos

Did you consider using an "inbound plug"?

Armin

Former Member
0 Kudos

Sorry Armin.

I started to work with Dynpro fell weeks ago and I'm still learning its concepts.

How do the "inbound plug" could help me?

Thanks

Former Member
0 Kudos

I asked without think!!!

It solves my problem!

Thanks

Answers (0)