Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in copying std function module

Former Member
0 Likes
592

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

4 REPLIES 4
Read only

Former Member
0 Likes
568

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

Read only

Former Member
0 Likes
568

try to assign a structure instead of a view..

zsrv_mdrv <-- check if this is a view or a structure ...

Read only

Former Member
0 Likes
568

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

Read only

0 Likes
568

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.