‎2013 Jul 31 8:28 AM
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..
‎2013 Jul 31 1:26 PM
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
‎2013 Jul 31 1:37 PM
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