Hello Friends,
I am getting few records for one year by calling function module from wdoinit method (sy-datum - 360) as default records. I want to also give selection screen if user wants to limit to "Last 30 Days" or "Last 60 Days". (this they can select from drop down list in selection screen). So, to do this I want to refresh first the initial records that I get.
By using WebDynpro Code Wizard tool, I am getting below code to refresh alv. But, I don't know what to put after where it says "in = " Without putting anything after in = gives an error. Can anyone let me know if there is another way to refresh the alv or what should I put after in =. My Cotext node name is MY_PO_INV and the View name is MY_PO_INVOICES.
DATA lo_interfacecontroller TYPE REF TO iwci_salv_wd_table .
lo_interfacecontroller = wd_this->wd_cpifc_pres_alv( ).
lo_interfacecontroller->refresh(
in = " if_salv_wd_table=>s_type_param_refresh_in
).
Thks & Rgds,
Hemal