Application Development 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: 

How to trigger one tcode with RFC from a Web platform

former_member209770
Participant
0 Kudos

Dear Gurus,

Is it possible that trigger SAP tcode to execute with RFC from Web platform, and after posting the data will show up on Web?

I really appreciate any help and detailed ref. .

Thanks in advance.

Subject modified

Edited by: Suhas Saha on Aug 17, 2011 1:47 PM

4 REPLIES 4

Former Member
0 Kudos

Hi,

you can create a webservice for a function module. Is that what you are looking for?

Best regards,

Oliver

0 Kudos

You can create an RFC function that execute a call transaction of your tcode.

I suggest you to avoid call transaction if you can, using, when available, standard BAPIs

0 Kudos

Dear Oliver,

I am confused that the code CALL TRANSACTION should be put in RFC or web service?

and can I control the input item in the tcode?

0 Kudos

Dear Simone,

If I wanna call one customized tcode on SAP, Could I still use Bapi?