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 on Function Module

Former Member
0 Likes
571

Hi,

How are you ?. I was writing a function module on generic extraction based on template RSAX_BIW_GET_DATA_SIMPLE. I was following the document of how to create it and was able to copy the function group and replicated the copy of RSAX_BIW_GET_DATA_SIMPLE and wrote the code against it by creating a new structure.

On the FM tab Tables my document says for Parameter name E_T_DATA choose the structure name you have created so I have chossed mine and started writing the code and tried to activate it. But i was prohibited by an error message saying as " Tables parameters are obsolete".

I have no clue of how to resolve this issue.

Can anybody help me out on this experts.

Thank you.

4 REPLIES 4
Read only

Former Member
0 Likes
548

<discard this msg>

Edited by: Amit Khare on Jul 30, 2008 12:45 AM

Read only

amit_khare
Active Contributor
0 Likes
548

Instead of using the TABLE Tab pass the same in EXPORT parameter.

Regards,

Amit

Read only

0 Likes
548

an you please let me know how to do that.

Read only

Former Member
0 Likes
548

Hi,

How are you ?. I have created a function group from the existing one with a function module Z_RSDMS_MASTER_DATA_DELETION and created a program and when i was trying to select from the parameters Function group. Its kicking back with an error which was mentioned below.

Error: "Unable to change program from or to type F'.

I dont know how to resolve this and in this way we call a function group from a program.

Can you please let me know on it.