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

Compare two Function Module..

Former Member
0 Likes
1,092

Hi Experts,

Need to help guys,

I want to compare two function module with all parameters (Import / Export / Changing / Tables / Exceptions)..

How to i know in this obsolete FM which parameters now have to pass in new replacing FM??

Note: Firstly we are using HELP_VALUES_GET_WITH_TABLE_EXT ( Obsolete FM ) and now i have to replace this FM with F4IF_INT_TABLE_VALUE_REQUEST ( Current FM ).

So now there is any help through which i know that this parameters (Import / Export / Changing / Tables / Exceptions) are same in both FM and these parameters (Import / Export / Changing / Tables / Exceptions) are have to change.

Thanks a lot in advance..

2 REPLIES 2
Read only

Former Member
0 Likes
694

Check the types of parameters in both thef FM's and see if they are different in old and new FMs and pass the data accordingly.

To use F4IF_INT_TABLE_VALUE_REQUEST

check the below link

http://scn.sap.com/thread/928071

Read only

Former Member
0 Likes
694

Hello Prachi,

Go through the FM documentation for both the FM's which you have mentioned,It has a clear explanation and both the FM documentation's having the examples also.

Thanks

Katrice