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

DataType Class?

Former Member
0 Likes
610

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

4 REPLIES 4
Read only

franois_henrotte
Active Contributor
0 Likes
580

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.

Read only

0 Likes
580

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

Read only

0 Likes
580

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

Read only

0 Likes
580

Intresting, but can I pack a class as data type into a structure or table or use it as parameter then?