‎2012 Feb 14 2:08 PM
Hi,
like described in my post [RfcRepository.RfcAbapObjectMetadata|http://forums.sdn.sap.com/thread.jspa?threadID=2120363], the .NET connector is using the BAPI SEO_GET_CLIF_REMOTE which is only supported by release 7.20 and higher. Do you know for what this BAPI and the type "CLASS" is?
Thanks and regards
‎2012 Feb 14 2:19 PM
I guess the SEO_GET_CLIF_REMOTE is used to get information about a OO class.
The class type contains the name of the class.
‎2012 Feb 14 2:26 PM
Hi François,
you have an idea why this should be needed from outside SAP in a connector? Are you able to use classes as "rfc" functionallity in 7.20?
Thanks
‎2012 Feb 14 9:32 PM
Hi,
well I don't know what it should be gout for, but imagine you provide a function that is called by RFC and will use dynamic method call like
(class_name)=>(meth_name) PARAMETER-TABLE ptab EXCEPTION-TABLE etab
So the use of SEO_GET_CLIF_REMOTE may enable you to pass (and return) all parameters using a class.
Just a thought,
Clemens
‎2012 Feb 15 8:41 AM
Intresting, but can I pack a class as data type into a structure or table or use it as parameter then?