‎2015 Sep 08 9:32 AM
Hi
I need to run PFUD from 3rd party software, but I cannot call the transaction directly.
But I can call it through a Function Module.
So, are there any out of the box standard function modules that I can run to execute PFUD?
The alternative is to write a custom function module, but I do not have any ABAP skills (yet)
‎2015 Sep 08 10:35 AM
Hello Andrew,
I assume you need to run the t code PFUD, from some third party system and it will be possible via RFC enabled FM, so i assume you are looking for a standard FM. Is it right ??
I don't think you can get FM for a standard report, if you need the same you can copy the code from the report RHAUTUPD_NEW (Program for T-code PFUD), into a custom FM.
Hope it helps !!
Regards,
Deepan Swaminathan.
‎2015 Sep 08 10:35 AM
Hello Andrew,
I assume you need to run the t code PFUD, from some third party system and it will be possible via RFC enabled FM, so i assume you are looking for a standard FM. Is it right ??
I don't think you can get FM for a standard report, if you need the same you can copy the code from the report RHAUTUPD_NEW (Program for T-code PFUD), into a custom FM.
Hope it helps !!
Regards,
Deepan Swaminathan.
‎2015 Sep 08 11:06 AM
An easier solution, just create a FM with the similar parameters of PFUD and use submit program statement inside your FM to execute PFUD tcode.