‎2007 Aug 01 3:36 PM
i m a off shore developer my consultant is using a fuction module which is been
enhanced or chaned for their reqiurement now he has send me the code of it how can i update the fuction module in my server
‎2007 Aug 01 3:46 PM
Check what he changed in FM.
You may have to change the interface .i.e importing exporting and tables parameters..
Then copy paste the code in se37. Also check there is any change in code in function group... you need to sync all this
‎2007 Aug 01 3:43 PM
hi
<b>go to se37
Utilies-> More Utilies-> Upload/ Download-> Upload</b>
hope it clears ur doubt
regards
ravish
<b>plz dont forget to reward points if useful</b>
‎2007 Aug 01 4:47 PM
Copying just the FM will not help you as there might be some global variables thus causing you errors during activation. Try to copy all the function group and activate the Z version of L_TO_CREATE_DN. THEN HW?
‎2007 Aug 01 3:44 PM
hi
<b>1.just go to se37
2.create a function module .
3. in its source code write that code.
4. in import parameters declare the parameters which this code is taking as input
5. in export parameters mention the returning variables.
6.in tables mention if the table name if there is any data inputed as table ar any data is returned in table.
7.execute the fm.
</b>
regards
vijay
<b>reward points if helpful</b>
‎2007 Aug 01 3:46 PM
Check what he changed in FM.
You may have to change the interface .i.e importing exporting and tables parameters..
Then copy paste the code in se37. Also check there is any change in code in function group... you need to sync all this