‎2010 Oct 05 1:47 PM
i was copied std function module INTEGRATION_AFTER_UPDATE as Z function module.
when i was using z function module in zprogram its not getting the values. But when i use standard function module is getting the values.
is there any deference between these function modules?
Plz help me.
Thanks,
srinu
‎2010 Oct 05 9:11 PM
Hi,
While copping FM the Function Group plays a important role, check if some fields are defined globally any having some default values that are used by this FM.
May be this will help you.
Thanks,
Anmol.
‎2010 Oct 05 2:00 PM
Hi Srinu,
You have copied standard function module INTEGRATION_AFTER_UPDATE to a custome FM.
To work Custome FM all the functionality should be copy.
Example: Suppose If we want to copy a standard repor we need to copy all include files also. then only it will work.
Regards,
Sai
‎2010 Oct 05 6:00 PM
have you considered using debug to see where the two are behaving differently? Why couldn't you use the implicit enhancements available in the SAP version?
‎2010 Oct 05 9:11 PM
Hi,
While copping FM the Function Group plays a important role, check if some fields are defined globally any having some default values that are used by this FM.
May be this will help you.
Thanks,
Anmol.