‎2008 Mar 17 7:41 AM
Hi friends,
I have this std function module .
MS_PURCHASE_ORDER_REPORTING
i copied it to ZMS_PURCHASE_ORDER_REPORTING,till here everthing fine. In above std fm in tables tab we have
po_xdata like srv_mdrv.
i want to change it to po_xdata like zsrv_mdrv.
I mean i created one view zsrv_mdrv, so i want to replace above std one with my view.
when i try to copy im gettign error as:
tables paramete are absolete.
Please help me out ,its very urgent.
rgds,
vamsi
‎2008 Mar 17 7:48 AM
Hi,
I think u have not declared ur 'zsrv_mdrv' in top include. I think u better to copy topinclude into ur 'z' include and add 'zsrv_mdrv' in tables statement.
Regards,
Subbu
‎2008 Mar 17 7:49 AM
try to assign a structure instead of a view..
zsrv_mdrv <-- check if this is a view or a structure ...
‎2008 Mar 17 7:51 AM
Hi,
If it is a parameter, no need to include it in tables declaration. It should be done only for select option. Try to change the keyword 'like' to 'type'. See if u have created your view properly (fields and attributes).
Reward if helpful.
Regards,
Ramya
‎2008 Mar 17 9:13 AM
Ramya,
I created my own view, in that i have some fields which are not in srv_modrv view.
this zsrv_modrv has to be add in place of srv_modrv in function module which i have changed to zfunction module.
something im gettign tables parameters are obsolete something.
even i tried with by changing parameter name and seen, then also its not taking..
please help me . its very urgent.