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

Function Module for PFUD

Former Member
0 Likes
1,110

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)

1 ACCEPTED SOLUTION
Read only

deepan_v_s
Active Participant
0 Likes
931

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.

2 REPLIES 2
Read only

deepan_v_s
Active Participant
0 Likes
932

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.

Read only

former_member210541
Active Participant
0 Likes
931

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.