cancel
Showing results for 
Search instead for 
Did you mean: 

RFC or not RFC...That's the dilemma....

former_member583013
Active Contributor
0 Kudos

I got a question....In orden to call SAP functions from PHP...It's mandatory that the functions got the RFC property? or i just can call any function?

Greeting,

Blag.

Accepted Solutions (1)

Accepted Solutions (1)

johna69
Product and Topic Expert
Product and Topic Expert
0 Kudos

To call via RFC they must be Remote enabled, so yes. This gives you access to BAPIs and Remote enabled function modules.

You also have the option of calling available web services. These represent RFCs, BAPIs, XI message interfaces.

If you are wanting to access an SAP delivered FM that is not remote enabled, then you can wrap it in a remote enabled FM of your own.

Regards

JohnA

former_member583013
Active Contributor
0 Kudos

Thanx for the answer John -;) Point awarded.

Greetings,

Blag.

Answers (0)