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

Reg function module copy

Former Member
0 Likes
603

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
563

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.

3 REPLIES 3
Read only

Former Member
0 Likes
563

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

Read only

Former Member
0 Likes
563

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?

Read only

Former Member
0 Likes
564

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.