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: 

Intergration with portal

Former Member
0 Kudos

Hi all,

Please tell me the points that developer should keep in mind when we are developing RFC enabled function moules or BSPs which will be called from Portal.

Is there a way to debug RFC from portal?

Thanks,

Jigs

3 REPLIES 3

Former Member
0 Kudos

Hi Jigs,

For creating function modules for EP just we need to check the remote enabled button in attributes tab. So that we can access these function modules from EP. There is nothing other than this maintain.

Regards,

Ram

Pls reward points if helpful

Former Member
0 Kudos

Hi Ram,

Thanks for the input and i know that its a basic things.

I wanted to know that anyother additional parameter in import export or any other coding practice that we should follow to aviod short dumps.

Thanks,

JIGS

0 Kudos

Hi,

For creating RFC that is the only main thing we need to consider. If it is a BAPI then we need to have one RETURN parameter for handling errors.

Return like BALIRET2

Regards,

Ram.