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 Function Module

Former Member
0 Likes
454

Hi,

We are integrating the LO-VC (Variant configuration module) with a third party software. We use the Varaiant functions & it needs a FUNCTION MODULE for processing the logic. We have identified the API for creating the Variant function. But for the third party software, there has to be a BAPI/RFC to create a Function Module.

So, can any one help me on resolving this issue..

Thanks

Guru

1 REPLY 1
Read only

Former Member
0 Likes
362

if you have the business function needed to be called from the outside (and itself is not an RFC-enabled one), just create a Z-function with the same parameters interface and mark it as RFC-enabled.