2009 Sep 08 4:09 PM
Dear Experts,
while copying the std., f.m PT_ARQ_REQUEST_EXECUTE to zPT_ARQ_REQUEST_EXECUTE then while checking its
giving some error and no perform statements are copied is there any other way to do this.,.,
Thanks and REgards,
Thirukumaran. R
2009 Sep 08 4:12 PM
Hi ,
try to copy the Function group contents also..i mean copy top include and form routines also , then it will work proper
Prabhudas
2009 Sep 08 4:12 PM
Hi ,
try to copy the Function group contents also..i mean copy top include and form routines also , then it will work proper
Prabhudas
2009 Sep 08 4:30 PM
how to find the includes which are there in std f.m., can u explain little clear,,
Thanks and Regards,
Thirukumaran. R
2009 Sep 08 4:33 PM
Hi,
Go to SE80 and enter function group name. Choose the function module and try to copy it into new Z-function module.
It will ask you whether you want the includes to be copied or not. Copy all the includes into new includes starting with Z so as not to interfere it with the Standard includes.
KR Jaideep,
2009 Sep 08 4:42 PM
Hi Thirukumaran,
You need to consider below points while making a copy of FM.
First , FM is not independent but depends on Function Group which contains other FM also.
so in first go copy FM with its Function group.
Now carefully , delete the unnecessary part from the various includes of the Function group.
You can also delete the other unnecessary FM's avaliable in Function group.
Also, you need to do extended program check to eliminate unnecessary declarations and code.
Hope it helps you.