Hi,
Instead of giving Workarea , go for the Internal table ...
wa_zvmarket TYPE ty_zvmarket.
Use like this,
Data : GT_zvmarket type table of ty_zvmarket.
Same You give in the FM , in the value tab....
Sure it works...
Thanks,
Vijay SR
Hi,
Instead of giving Workarea , go for the Internal table ...
wa_zvmarket TYPE ty_zvmarket.
Use like this,
Data : GT_zvmarket type table of ty_zvmarket.
Same You give in the FM , in the value tab....
Sure it works...
Thanks,
Vijay SR