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: 

Is it possible to covert a Global Custom class to a program ?

Former Member
0 Kudos

Hi ,

Please let me know, Is it Possible to convert a Global Custom class to a program ?  If Yes ,please let me know.

Thanks

4 REPLIES 4

franzs
Participant
0 Kudos

Could you please give more details?

Normally a program uses classes. So you could create a report that uses your global custom class.

Former Member
0 Kudos

Hello,

What do you mean? convert a global to local class?

You can convert a locally defined class to a global one by importing your local classes through SE24. But the other way is not directly possible thought... Now if you want to simply export a global class (definition with implementation) to a local program, you could simply "copy/paste" it

Cheers,

Manu.

matt
Active Contributor
0 Kudos

A program written in any language can be converted into any other language. So, yes, it can be done. The question is why?

Former Member
0 Kudos

HI,

I need to scan all the logic in the methods , for the tables , Function modules used in it.

I thought of bringing all the logic together in to a single report program / include and then scan for it.

As of now i found an alternate way to scan the logic

by using FM -  SEO_METHOD_GET_INCLUDE_BY_NAME.

Thanks