Experts,
I am trying to use this function module PVSDBWTY_SAVE_UPDATETASK... but in import parameters are referring to type groups.
Could you please let me know how to declare internal tables to pass into this FM. I tried with TYPES and it got failed.
CALL FUNCTION 'PVSDBWTY_SAVE_UPDATETASK'
EXPORTING
it_pnwtyh = lt_pnwtyh
it_pnwtyv = lt_pnwtyv
* it_prwty = lt_prwty
it_pvwty = lt_pvwty.
Thanks in advance.